feroxbuster

https://github.com/epi052/feroxbuster

A simple, fast, recursive content discovery tool written in Rust.

feroxbuster -X php.html,txt,sh,aspx,asp,pl,git,jsp,do -w $wordlist -k -t 100 -o $wordlist-$IP:$PORT --filter-status 404 -u http://$IP

feroxbuster -X php.html,txt,sh,aspx,asp,pl,git,jsp,do -w $wordlist -k -t 100 -o $wordlist-$IP:$PORT -C 403 -C 404 -u http://$IP

feroxbuster -X php.html,txt,sh,aspx,asp,pl,git,jsp,do -w $wordlist -k -t 100 -o $wordlist-$IP --filter-status 404 -u http://$IP:$PORT -H "Cookie: id=9; username=$USER; password=$PASS"

Last updated