Update README.md

This commit is contained in:
Joe Totes
2022-08-16 16:34:33 -04:00
committed by GitHub
parent b4c0c2cd1c
commit a1d96a4fad

View File

@@ -147,7 +147,7 @@ tftp {IP ADDRESS}
sudo gobuster dir -w /usr/share/wordlists/dirb/big.txt -u http://{IP ADDRESS} sudo gobuster dir -w /usr/share/wordlists/dirb/big.txt -u http://{IP ADDRESS}
# Search File Extensions # Search File Extensions
sudo gobuster dir -w /usr/share/wordlists/dirb/big.txt -u http://{IP ADDRESS} -x php,html,htm,sh sudo gobuster dir -w /usr/share/wordlists/dirb/big.txt -u http://{IP ADDRESS} -x php,cgi,pl,sh
# Notes: Not recursive, only digs one level deep # Notes: Not recursive, only digs one level deep