john --wordlist=/usr/share/seclists/Passwords/Leaked-Databases/rockyou.txt hash.txt
SecLists is the ultimate "Swiss Army knife" for security professionals, researchers, and hobbyist hackers. Maintained by Daniel Miessler and Jason Haddix, it’s a massive collection of multiple types of lists used during security assessments—usernames, passwords, URLs, sensitive data patterns, fuzzing payloads, and more. installing seclists
cat /usr/share/wordlists/SecLists/Passwords/Common-Credentials/*.txt > my_mega_list.txt sensitive data patterns
If you want non-root users to access the lists: installing seclists
Useful if you just need the files without Git overhead.
# Quick scan gobuster dir -u https://target.com -w /usr/share/seclists/Discovery/Web-Content/common.txt