feroxbuster

Fast recursive content discovery tool for web applications

brewmacoslinux
Try with needOr install directly
Source

About

Fast, simple, recursive content discovery tool written in Rust

Commands

feroxbuster

Examples

Basic directory discovery on a target URL$ feroxbuster -u http://example.com
Scan with custom wordlist and filter by status codes$ feroxbuster -u http://example.com -w /usr/share/wordlists/common.txt -s 200,301,302
Recursive scanning with depth limit and thread control$ feroxbuster -u http://example.com --depth 2 --threads 50