gobuster工具使用

工具下载

kali

1
sudo apt install gobuster

other os

https://github.com/OJ/gobuster

基础使用

爆破dns,字典链接:https://github.com/danielmiessler/SecLists/blob/master/Discovery/DNS/subdomains-top1million-5000.txt

1
gobuster dns -d baidu.com -t 50 -w /mnt/14T/dict/SecLists/Discovery/DNS/subdomains-top1million-5000.txt

爆破目录,字典链接:https://github.com/SexyBeast233/SecDictionary

1
gobuster dir -u "http://www.xxxx.com/" -w D:\pentest\dict\js.txt -k D:\tools\dicts\SecDictionary\filelak\H2-9000.txt

其他使用见官方readme


gobuster工具使用
https://blog.njcit.me/2023/06/08/渗透工具/gobuster工具使用/
作者
ccadmin
发布于
2023年6月8日
许可协议