LinuxCommandLibrary

dirbuster

Brute force directories and filenames on servers.

TLDR

Start in GUI mode

$ dirbuster -u [http://example.com]
copy


Start in headless (no GUI) mode
$ dirbuster -H -u [http://example.com]
copy


Set the file extension list
$ dirbuster -e [txt,html]
copy


Enable verbose output
$ dirbuster -v
copy


Set the report location
$ dirbuster -r [path/to/report.txt]
copy

Copied to clipboard