gobuster-dir
A tool to brute-force directories and files in web sites.
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
requiredCommand:
-u
- The target URLproxy
string
Command:
-p
- Proxy to use for requests [http(s)://host:port]cookies
string
Command:
-c
- Cookies to use for the requestsheaders
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
requiredCommand:
-w
- Provide a wordlistadd-slash
boolean
Command:
-f
- Append / to each requestuseragent
string
Command:
-a
- Set the User-Agent string (default gobuster/3.1.0)extensions
string
Command:
-x
- File extension(s) to search forexpanded-mode
boolean
Command:
-e
- Expanded mode, print full URLsinclude-length
boolean
Command:
-l
- Include the length of the body in the outputfollow-redirect
boolean
Command:
-r
- Follow redirectsno-tls-validation
boolean
Command:
--no-tls-validation
- Skip TLS certificate verificationbasic-auth-password
string
Command:
-P
- Password for Basic Authbasic-auth-username
string
Command:
-U
- Username for Basic Authpositive-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