Kali | Seclists

gobuster dir -u http://target.com -w /usr/share/seclists/Discovery/Web_Content/directory-list-2.3-medium.txt -t 50 You are hunting for subdomains of example.com .

sudo apt install seclists cd /usr/share/seclists/ ls -la Then, go find something critical before the bad guys do. Have a favorite SecLists wordlist I missed? Drop it in the comments below! kali seclists

cat /usr/share/seclists/Discovery/Web_Content/common.txt /usr/share/seclists/Discovery/Web_Content/big.txt > myCustom.txt Unlike the GitHub clone, the apt package might lag slightly. For bleeding-edge lists: gobuster dir -u http://target

Yes, you could sit and manually guess directory names or subdomains. Or, you could unleash —the most comprehensive collection of wordlists available on Kali Linux. myCustom.txt Unlike the GitHub clone

gobuster dir -u http://target.com -w /usr/share/seclists/Discovery/Web_Content/directory-list-2.3-medium.txt -t 50 You are hunting for subdomains of example.com .

sudo apt install seclists cd /usr/share/seclists/ ls -la Then, go find something critical before the bad guys do. Have a favorite SecLists wordlist I missed? Drop it in the comments below!

cat /usr/share/seclists/Discovery/Web_Content/common.txt /usr/share/seclists/Discovery/Web_Content/big.txt > myCustom.txt Unlike the GitHub clone, the apt package might lag slightly. For bleeding-edge lists:

Yes, you could sit and manually guess directory names or subdomains. Or, you could unleash —the most comprehensive collection of wordlists available on Kali Linux.