.TH gobuster 1 "21 September 2023" "gobuster-3.6.0" "Directory/file & DNS busting tool written in Go" .SH NAME \fBgobuster - Directory/file & DNS busting tool written in Go\fP \fB .SH SYNOPSIS .nf .fam C Modes: \fBdir\fP - the classic directory brute-forcing mode \fBdns\fP - DNS subdomain brute-forcing mode \fBs3\fP - Enumerate open S3 buckets and look for existence and bucket listings \fBgcs\fP - Enumerate open google cloud buckets \fBvhost\fP - virtual host brute-forcing mode - not the same as DNS \fBfuzz\fP - some basic fuzzing, replaces the FUZZ keyword \fBtftp\fP - bruteforce tftp files Usage: \fBgobuster\fP help \fBgobuster\fP help \fBgobuster\fP dir \fBgobuster\fP dns \fBgobuster\fP s3 \fBgobuster\fP gcs \fBgobuster\fP vhost \fBgobuster\fP fuzz \fBgobuster\fP tftp .fam T .fi .fam T .fi .SH DESCRIPTION \fBGobuster\fP is a tool used to \fBbrute-force\fP: URIs (directories and files) in web sites, DNS subdomains (with wildcard support), Virtual Host names on target web servers, Open Amazon S3 buckets, Open Google Cloud buckets and TFTP servers. .PP Gobuster is useful for \fBpentesters, ethical hackers and forensics experts\fP. It also can be used for \fBsecurity tests\fP. .SH OPTIONS Global Flags: .RS .TP .B \fB--delay\fP duration Time each thread waits between requests (e.g. 1500ms) .TP .B \fB--no-color\fP Disable color output .TP .B \fB--no-error\fP Don't display errors .RE .TP .B \fB-z\fP, \fB--no-progress\fP Don't display progress .TP .B \fB-o\fP, \fB--output\fP string Output file to write results to (defaults to stdout) .TP .B \fB-p\fP, \fB--pattern\fP string File containing replacement patterns .TP .B \fB-q\fP, \fB--quiet\fP Don't print the banner and other noise .TP .B \fB-t\fP, \fB--threads\fP int Number of concurrent threads (default 10) .TP .B \fB-v\fP, \fB--verbose\fP Verbose output (errors) .TP .B \fB-w\fP, \fB--wordlist\fP string Path to the wordlist .SH EXAMPLES gobuster dir -u https://mysite.com/path/to/folder -c 'session=123456' -t 50 -w common-files.txt -x .php,.html .PP gobuster dns -d mysite.com -t 50 -w common-names.txt .PP gobuster s3 -w bucket-names.txt .PP gobuster gcs -w bucket-names.txt .PP gobuster vhost -u https://mysite.com -w common-vhosts.txt .PP gobuster fuzz -u https://example.com?FUZZ=test -w parameter-names.txt .PP gobuster tftp -s tftp.example.com B-w common-filenames.txt .SH BUGS Open an issue at https://github.com/OJ/gobuster/issues/new. Alternatively, if you are a Debian user you can open a bug using reportbug tool. .SH AUTHOR Gobuster was written by \fBOJ Reeves (@TheColonial) \fP and \fBChristian Mehlmauer (@firefart) \fP. .PP This manual page was written by \fBThiago Andrade Marques \fP for the Debian project (but may be used by others).