Simple, fast, recursive content discovery tool written in Rust. Used to brute-force hidden paths on web servers and more. More information: https://epi052.github.io/feroxbuster-docs/docs/.
feroxbuster --url "https://example.com" --wordlist path/to/file --threads 100 --extensions "php,txt" --random-agent
feroxbuster --url "https://example.com" --wordlist path/to/file --no-recursion --proxy "http://127.0.0.1:8080"
feroxbuster --url "https://example.com" --extract-links
feroxbuster --url "https://example.com" --filter-status 301 --filter-size 4092