feroxbuster
curl -sL https://raw.githubusercontent.com/epi052/feroxbuster/main/install-nix.sh | sudo bash -s /usr/local/binBasic Usage
# Default scan (uses built-in wordlist)
feroxbuster -u http://TARGET
# Custom wordlist
feroxbuster -u http://TARGET -w /usr/share/seclists/Discovery/Web-Content/common.txtRecursive Scanning
# Limit recursion depth
feroxbuster -u http://TARGET -d 2
# Disable recursion
feroxbuster -u http://TARGET -n
# Only recurse on specific status codes
feroxbuster -u http://TARGET --force-recursion -s 200,301Extensions
Filtering Output
Flag
Description
Examples
Performance
Authentication
Proxy
Output
Advanced Options
Quick Reference
Last updated