πŸ‘»

Gobuster Useful Command

Tags
Tools
Date
May 10, 2022
I used as simple as
gobuster dir -u http://target.com -w /usr/share/wordlists/dirbuster/directory-*.txt
to look up the target directory. You might want to specify -x tag to look up specific file extensions as well
Β