feroxbuster

Enumerate hidden directories and endpoints on web applications with recursive scans.

15|1|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/AeonDave/malskill --skill feroxbuster
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feroxbuster
Source: https://github.com/AeonDave/malskill/tree/main/offensive-tools/recon/feroxbuster
Command: npx skills add https://github.com/AeonDave/malskill --skill feroxbuster

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of discovering hidden files, directories, and endpoints on web applications, which is crucial for security assessments and bug bounty hunting.

Core Features & Use Cases

  • Recursive Directory Enumeration: Scans websites deeply, including into discovered directories.
  • Content Discovery: Identifies files and endpoints that might not be linked directly.
  • Fuzzing: Can be used to fuzz web applications for vulnerabilities or hidden content.
  • Use Case: When asked to find all hidden administration panels or sensitive configuration files on a target website, this tool provides a comprehensive and fast solution.

Quick Start

Use the feroxbuster skill to recursively scan the target URL http://example.com using the common.txt wordlist.

Frequently Asked Questions about feroxbuster

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I discover hidden directories and files on a web application?

Discover hidden directories and files on a web application by performing recursive content discovery using wordlists to enumerate endpoints. This process scans deeply into found directories to identify sensitive configuration files or administration panels.

What is recursive directory enumeration in web security testing?

Recursive directory enumeration in web security testing is the process of scanning websites deeply, including automatically scanning into newly discovered directories. It identifies unlinked files and endpoints to map the full attack surface.

Can I target specific file extensions during a directory brute-force scan?

You can target specific file extensions during a directory brute-force scan by applying extension-specific searches and filtering options. This ensures the content discovery process only returns endpoints matching your configured file types.

How do I control scan depth when fuzzing web applications for hidden content?

Control scan depth when fuzzing web applications for hidden content by setting recursive depth control parameters. This limits how many directories deep the scanner traverses, allowing targeted scans and preventing excessive traversal.

Do I need a wordlist to find hidden administration panels on a target website?

You need a wordlist to find hidden administration panels on a target website because the recursive content discovery process relies on these lists to systematically guess and enumerate directory names and file paths.