Skip to content

correa-sergio/brutos-dir-url

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Brutos Directory Scanner 🚀

The Brutos is a python script used to provide agility in obtaining verifications to informations about related to directories in URLs destined for CTF (Capture the Flag) challenges.

Note: Please don't use this script on servers that you don't have permissions for (and if you do this it is just your responsibility).

Author:

How to Run:

  • Clone the project
git clone https://github.com/correa-sergio/brutos-dir-url
  • Go to the project directory
cd brutos-dir-url

Install the Requirements

  • create a virtual environment (Optional)
python3 -m venv venv
  • Activate the Environment (Optional)
source venv/bin/activate
  • Use the package manager pip to install it.
pip install -r requirements.txt
  • Input
python3 brutos.py -h
Usage example: 

usage: Ex: python3 brutos.py -u just-an-example-CTF.com.br -f wordlist.txt

Brutos URL Scanner - Version 1.0

optional arguments:
  -h, --help            Show this help message and exit
  -f FILE, --file FILE  The list of words for analysis
  -u URL, --url URL     The address reflected in the target
  -v, --version         Show program's version number and exit
  • Output Example:
Processing ... ████████████████████████████████ 100%

[+] http://just-an-example-CTF.com.br:8080/app
[+] http://just-an-example-CTF.com.br:8080/css
[+] http://just-an-example-CTF.com.br:8080/login

[!] Processing Time : - 0:00:00.004054
[!] We found 3 directory(ies)
[!] Brutos Directory Scanner - v. 1.0

License

MIT License

Contribution:

Suggestions and issues are welcome (Feel free to send me an e-mail). ✉️

Made with love. By me. To the community ♥️

About

A tool to make easy to search for directories in the URL.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages