Brutalitys' Features
- Multi-threading on demand.
- Fuzzing, bruteforcing GET params.
- Find admin panels.
- Colored output.
- Hide results past times supply code, give-and-take numbers.
- Proxy support.
- Big wordlist.
Brutality's Installtion
How to purpose Brutality?
Examples:
Use default wordlist alongside v threads (-t 5) together with shroud 404 messages (–e 404) to fuzz the given URL (http://192.168.1.1/FUZZ):
python brutality.py -u 'http://192.168.1.1/FUZZ' -t v -e 404
Use common_pass.txt wordlist (-f ./wordlist/common_pass.txt), withdraw reply alongside 6969 length (-r 6969) together with proxy at 127.0.0.1:8080 (-p http://127.0.0.1:8080) to fuzz the given URL (http://192.168.1.1/brute.php?username=admin&password=FUZZ&submit=submit#):
python brutality.py -u 'http://192.168.1.1/brute.php?username=admin&password=FUZZ&submit=submit#' -f ./wordlist/common_pass.txt -r 6969 -p http://127.0.0.1:8080
ToDo List:
- Smooth output.
- Export file report.
- Modularization.
0 comments:
Post a Comment