feroxbuster logo
feroxbuster

Fast, simple, recursive content discovery tool

content-discovery
directory-bruteforce
web-scanning

Configurations

feroxbuster
View Documentation
Usage Examples
  • Basic scan:
    feroxbuster -u https://example.com -w /path/to/wordlist.txt
  • Recursive scan with increased threads:
    feroxbuster -u https://example.com -w /path/to/wordlist.txt -t 100 -d 5
Command History
    Frequently Asked Questions

    Community Tips
    • RustHacker says:

      Use the -x or --extensions option to specify file extensions when looking for specific file types. This can help uncover hidden configuration files or backups.

    • WebSecPro says:

      Combine Feroxbuster with tools like Nmap and Nikto for a more comprehensive web application security assessment.