Web Content Discovery
ffuf
ffuf -w /usr/share/wordlists/SecLists/Discovery/Web-Content/common.txt -u http://10.10.102.23/FUZZ
Dirb
dirb http://10.10.102.23/ /usr/share/wordlists/SecLists/Discovery/Web-Content/common.txt
Gobuster
gobuster dir --url http://10.10.102.23/ -w /usr/share/wordlists/SecLists/Discovery/Web-Content/common.txt
Last updated