gobuster

Gobuster
  
  • Gobuster is a tool used to brute-force URI's (Uniform Resource Identifier) (directories and files) in web sites. 
  • It is used to enumerate the directories in the given path of the site using the wordlist.
  • Result is shown in the status code like 200,403,301,etc.
  • similar tools dirbuster which is builtin tool in kali linux. 



Command : gobuster dir -u http://websitename/ -w /usr/share/wordlists/dirb/common.txt

websitename:  we can use the IP address with port number or site name.

git-hub: gobuster


Comments

Popular posts from this blog

Software Freedom Day 2020

Addition Game