
gobuster
List of commands for gobuster:
-
gobuster:tldr:23d88 gobuster: Discover other virtual hosts on the server.$ gobuster vhost --url ${https:--example-com-} --wordlist ${filename}try on your machineexplain this command
-
gobuster:tldr:2b2b5 gobuster: Discover directories and files that match in the wordlist.$ gobuster dir --url ${https:--example-com-} --wordlist ${filename}try on your machineexplain this command
-
gobuster:tldr:724a2 gobuster: Discover Amazon S3 buckets.$ gobuster s3 --wordlist ${filename}try on your machineexplain this command
-
gobuster:tldr:b2cdf gobuster: Discover subdomains.$ gobuster dns --domain ${example-com} --wordlist ${filename}try on your machineexplain this command
-
gobuster:tldr:b7d4a gobuster: Fuzz the value of a parameter.$ gobuster fuzz --url ${https:--example-com-?parameter=FUZZ} --wordlist ${filename}try on your machineexplain this command