Gobuster
Directory and file brute-forcing, as well as DNS and virtual host enumeration
Engine Options
-u
-> URL or domain to target.-w
-> Wordlist file for brute-forcing.-t
-> Number of threads for concurrent requests.-s
-> HTTP status codes to include (e.g., 200, 301).-b
-> Exclude status codes.-o
-> Output file to save results.-x
-> File extensions to append to each word in the list (e.g., .php)-l
-> Follow redirects (useful for testing against web apps)-a
-> Set a custom user-agent.-c
-> Custom headers to include in requests.-k
-> Ignore SSL certificate verification errors.-z
-> Set timeout for each request.
Last updated