Feroxbuster
FeaturedMIT馃暩 Web Scanning 路 Rust
Feroxbuster is a tool designed to perform forced browsing (directory/file enumeration) and content discovery. It is built in Rust for maximum performance and includes features like automatic recursion, wildcard filtering, output file support, and resume capability. Unlike other brute-forcers, feroxbuster automatically discovers and recurses into new directories as it finds them, building a complete picture of the target's file structure.
Installation
cargo
$ cargo install feroxbusterbrew (macOS)
$ brew install feroxbusterapt (Kali)
$ sudo apt install feroxbusterUse Cases
- Recursive content discovery and directory bruting
- Hidden file and backup detection
- Web application mapping
- Bug bounty reconnaissance
Tags
Details
- Category
- 馃暩 Web Scanning
- Language
- Rust
- Repository
- epi052/feroxbuster
- License
- MIT
- Platforms
- 馃惂linux馃崕macos馃獰windows
Links
Used in 1 Workflow
Community Reviews
Alternatives & Comparisons
Gobuster
GoDirectory/file, DNS, and vhost busting tool. Brute-forces URIs, DNS subdomains, virtual host names, and S3 buckets.
Compare Feroxbuster vs GobusterBurp Suite Community
JavaWeb vulnerability scanner and proxy. Intercept, modify, and replay HTTP/S traffic for web app testing.
Compare Feroxbuster vs Burp Suite Communityffuf
GoFast web fuzzer written in Go. Fuzz anything - URLs, headers, POST data - with blazing speed.
Compare Feroxbuster vs ffufWfuzz
PythonWeb application fuzzer. Brute force parameters, directories, headers, and authentication credentials.
Compare Feroxbuster vs WfuzzMore in Web Scanning
httpx
GoFast multi-purpose HTTP toolkit. Probes for running HTTP servers with retries and fallbacks.
Nikto
PerlClassic web server scanner. Tests for dangerous files, outdated server software, and version-specific problems.
Gobuster
GoDirectory/file, DNS, and vhost busting tool. Brute-forces URIs, DNS subdomains, virtual host names, and S3 buckets.
Burp Suite Community
JavaWeb vulnerability scanner and proxy. Intercept, modify, and replay HTTP/S traffic for web app testing.
ffuf
GoFast web fuzzer written in Go. Fuzz anything - URLs, headers, POST data - with blazing speed.
Katana
GoNext-gen crawling and spidering framework. Headless browser and standard mode with automatic form fill.