- webapp url
- A file containing a list of webapp paths that need to be brute forced against the specified webapp url [Minimum paths: 1000]
Sample wordlist: Link - List of success status code: (default: [200])
Webapp url: https://www.github.com
Webapp paths: sample 5 lines out of 1000 of the input file wordlist.txt
- admin
- info
- .git/config
- .htaccess
- backup.zip
Success status codes: [200, 302]
python app.py [url] [word file] [status code]
python app.py www.github.com file.txt 200 302
For a NodeJS implementation of this solution, go to my repo : JavaScript Webpath Bruteforcer