/bustme

bustme is a directory brute forcing tool that assesses if pages exist according to the returned response body.

Primary LanguagePython

bustme

bustme is A Directory brute forcing tool that assesses if pages exist according to the returned response body. If it contains a strings defined in the page of redirection then the request was redirected. If the text doesnot exist then this is most likely a new page.

Installation:

git clone https://github.com/akenofu/bustme.git

cd bustme

Usage

python3 bustme.py -u http://localhost:3000 -s '<title>OWASP Juice Shop</title>' -w /root/wordlist.txt

python3 bustme.py -u http://localhost:3000 -s '<title>OWASP Juice Shop</title>' -w /root/wordlist.txt -o ok.txt -v -p http://127.0.0.1:8080 -c 'language=en; welcomebanner_status=dismiss' -t 20

Preview

output

help