A simple usage of "Gobuster"

A tool for enumerating all web page of a web site. =====> https://github.com/OJ/gobuster

It requeires a wordlist to match the names of the pages in a particular site. And the wordlist must be in the host machine.

 

A simple example ::

gobuster  dir -u http://xxxxxx.xxx/ -w /xxx/xx/xxx.txt 

 

posted @ 2022-11-07 19:23  Edwardd  阅读(23)  评论(0)    收藏  举报