this is not a comprehensive list.... keep adding **ffuf** `~$ ffuf -w /usr/share/wordlists/SecLists/Discovery/Web-Content/common.txt -u http://10.10.28.117/FUZZ` **dirb** `~$ dirb http://10.10.28.117/ /usr/share/wordlists/SecLists/Discovery/Web-Content/common.txt` - dirb will run with a default wordlist if not given one **Gobuster** `~$ gobuster dir --url http://10.10.28.117/ -w /usr/share/wordlists/SecLists/Discovery/Web-Content/common.txt` **feroxbuster** `~$ feroxbuster --url "http://10.10.19.101" --wordlist /usr/share/seclists/Discovery/Web-Content/common.txt --threads 100 ` - threads will change the speed of it. be careful using extremely large wordlists, it seems to wig tf out links: [[_LinuxTerminalCMDIndex]], [[Content Discovery]] tags: #linux #terminal #CMD #ffuf #dirb #Gobuster