LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

dirbuster

Java-based web content discovery tool

TLDR

Start in GUI mode
$ dirbuster -u [http://example.com]
copy
Start in headless mode
$ dirbuster -H -u [http://example.com]
copy
Set file extensions to scan
$ dirbuster -e [txt,html]
copy
Enable verbose output
$ dirbuster -v
copy
Set report location
$ dirbuster -r [path/to/report.txt]
copy

SYNOPSIS

dirbuster [options]

DESCRIPTION

dirbuster brute-forces directories and filenames on web servers. It uses wordlists to discover hidden web content and has both graphical and headless modes.Commonly used in penetration testing to find administrative interfaces, backup files, and other hidden resources.

PARAMETERS

-u url

Target URL
-H
Headless mode (no GUI)
-e extensions
File extensions to scan
-v
Verbose output
-r file
Report output location
-l wordlist
Wordlist file path
-t threads
Number of threads

INSTALL

nix profile install nixpkgs#dirbuster
copy

CAVEATS

Use only against authorized targets. Java-based, requires Java runtime. Consider dirb or gobuster for faster scanning. Part of Kali Linux security tools.

SEE ALSO

dirb(1), gobuster(1), nikto(1)

RESOURCES

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid