feroxbuster_scan
Recursively discover web directories and files by crawling into found paths, revealing nested content that basic scanners miss.
Instructions
Perform recursive content discovery using Feroxbuster.
IMPORTANT: The URL parameter is named 'target' (not 'url'). Pass the full URL with scheme: target="https://example.com".
Unlike Gobuster or FFuf, Feroxbuster recursively discovers directories, automatically crawling into discovered paths to find nested content.
Args: target: Target URL to scan (e.g. "https://example.com"). MUST be named 'target' (not 'url'). wordlist: Path to wordlist file. extensions: Comma-separated file extensions (e.g. "php,html,txt"). threads: Number of concurrent threads (default 50, max 100). depth: Maximum recursion depth (default 4, max 10). timeout: Override scan timeout in seconds.
Returns: Discovered URLs with status codes, content lengths, and word counts.
Note: - Target must be in tengu.toml [targets].allowed_hosts. - Feroxbuster recurses by default — use depth to control scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| depth | No | ||
| target | Yes | ||
| threads | No | ||
| timeout | No | ||
| wordlist | No | /usr/share/seclists/Discovery/Web-Content/common.txt | |
| extensions | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||