Details

Category: Discovery

Publisher: trickest

Created Date: 8/4/2021

Container: quay.io/trickest/gobuster-dir:f7bc132

Source URL: https://github.com/OJ/gobuster

Parameters

url
string
required
Command: -u - The target URL
proxy
string
Command: -p - Proxy to use for requests [http(s)://host:port]
cookies
string
Command: -c - Cookies to use for the requests
headers
string
Command: -H - Specify HTTP headers, -H 'Header1: val1' -H 'Header2: val2'
threads
string
Command: -t - Number of concurrent threads (default 10)
timeout
string
Command: --timeout - HTTP Timeout (default 10s)
wordlist
file
required
Command: -w - Provide a wordlist
add-slash
boolean
Command: -f - Append / to each request
useragent
string
Command: -a - Set the User-Agent string (default gobuster/3.1.0)
extensions
string
Command: -x - File extension(s) to search for
expanded-mode
boolean
Command: -e - Expanded mode, print full URLs
include-length
boolean
Command: -l - Include the length of the body in the output
follow-redirect
boolean
Command: -r - Follow redirects
no-tls-validation
boolean
Command: --no-tls-validation - Skip TLS certificate verification
basic-auth-password
string
Command: -P - Password for Basic Auth
basic-auth-username
string
Command: -U - Username for Basic Auth
positive-status-codes
string
Command: -s - Positive status codes (will be overwritten with status-codes-blacklist if set) (default 200,204,301,302,307,401,403)
blacklist-status-codes
string
Command: -b - Negative status codes (will override status-codes if set)
force-continued-wildcard
boolean
Command: --wildcard - Force continued operation when wildcard found