Skip to content
/ bustme Public

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

Notifications You must be signed in to change notification settings

akenofu/bustme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages