gobuster dns <flags> flags:-d,--domain string 目标域-i 显示ip地址 dir模式 gobuster dir [flags] flags:-u 目标网站-x 要搜索的文件扩展名-c,--cookies string 用于请求的cookie-w,--wordlist string 字典的路径 vhost模式 gobuster vhost[flags]-u,--urlstring 目标网址 -w,--wordliststring 字典的...
Gobuster is a bruteforcing package. It can be used to bruteforce URLs (using dir), DNS subdomains (using dns), virtual host names on target web servers (using vhost), and open amazon s3 buckets (using s3). Installing Gobuster To install Gobuster (please note that you need > go 1.16.0)...
# gobuster -t 45 --delay 100ms dir -e -u "http://$target" -o "$filename.gobuster-dir" -w "$wordlist" # } # hash_id() { # echo -e "\n nth -a | ev -t | -f hash ---OR--- hashid -ejm hash \n" # } # hydra_command() { # echo " hydra -s port -o hydra-...