commands.sh

dirbuster

linux

Brute force directories and filenames on servers.

More info →

Examples (5)

Start in GUI mode

dirbuster -u http://example.com

Start in headless (no GUI) mode

dirbuster -H -u http://example.com

Set the file extension list

dirbuster -e txt,html

Enable verbose output

Set the report location

dirbuster -r path/to/report.txt
made by @shridhargupta | data from tldr-pages