π
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
Contribution:
Suggestions and issues are welcome (Feel free to send me an e-mail).
Made with love. By me. To the community