Step Procedure:
- Open a terminal in Kali Linux and type “dirb <target website>” to perform a basic directory listing scan using dirb.
- To specify a specific wordlist, use the “-w” option followed by the path to the wordlist file (e.g. “dirb <target website> -w /usr/share/dirb/wordlists/common.txt”)
- To specify a specific extension, use the “-X” option followed by the extension (e.g. “dirb <target website> -X .php”)
- To perform a directory listing scan using Dirbuster, type “dirbuster” to launch the Dirbuster GUI.
- In the Dirbuster GUI, enter the target website and select the wordlist and options you want to use.
- Click on “Start” to begin the scan.