provocativo_
back to the arsenal
// arsenal·Web AppSecBeginnerFOSS

Dirsearch

Python directory brute-forcer with smart wordlist extensions.

Web AppSec

$ dirsearch --help

Dirsearch

// what it is

Description

Maurosoria's content-discovery tool. Auto-extends wordlists with file extensions, handles status-code filtering, and supports recursion. Sits between Gobuster and ffuf in workflow.

// use cases

What people use it for

  • Discover hidden web paths
  • Recursive directory enumeration

// commands

The commands you'll type

Default scan

$ dirsearch -u https://target -e php,html,js

// facts

category
Web AppSec
platforms
LIN · WIN · MAC
license
FOSS
difficulty
Beginner

// related in Web AppSec