Seclists May 2026

gobuster dir -u http://target.com -w /usr/share/seclists/Discovery/Web_Content/common.txt | File | Use | |------|-----| | Discovery/DNS/subdomains-top1million-5000.txt | Top 5000 subdomains | | Discovery/DNS/bitquark-subdomains-top100000.txt | 100k subdomains from scans |

Happy hunting.

wfuzz -c -z file,/usr/share/seclists/Fuzzing/XSS.txt http://target.com/search?q=FUZZ | File | Use | |------|-----| | Passwords/Common-Credentials/10k-most-common.txt | 10,000 most common passwords | | Passwords/rockyou.txt.tar.gz | Famous rockyou list (extract first) | | Passwords/Leaked-Databases/ | Large real-world password dumps | seclists