📜  gobuster 命令 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:01.951000             🧑  作者: Mango

代码示例1
gobuster dir -u http://:3333 -w 

#world lists are in 
/usr/share/wordlists

GoBuster Flags
-e Prints url in console
-u Url of machine
-w path to wordlist
-U username
-P password
-p Request Proxy
-c Cookie for simulated authentication