mirror of
https://github.com/danielmiessler/SecLists
synced 2025-12-06 08:53:59 +01:00
Create months.txt
for i in `cat $1`; do echo ${i}; echo ${i}2019; echo ${i}2020; echo ${i}2021; echo ${i}2022; echo ${i}1; echo ${i}123; done >> n
for i in `cat n`; do echo ${i}; echo ${i}'!'; echo ${i}'@'; echo ${i}'#'; echo ${i}'$'; echo ${i}'%'; echo ${i}'^'; echo ${i}'&'; echo ${i}'*'; echo ${i}'?'; done >> s
hashcat s -r /usr/share/hashcat/rules/leetspeak.rule --stdout > hc
wordlister --input s --perm 1 --min 4 --max 48 --leet &>/dev/null
mv output.txt wl
cat hc wl | sort -u > vvv
wordlister --input vvv --perm 1 --min 4 --max 48 --cap --up &>/dev/null
cat output.txt | sort -u > $2
rm n s hc wl vvv output.txt
|
||
|---|---|---|
| .. | ||
| BiblePass | ||
| Common-Credentials | ||
| Cracked-Hashes | ||
| Default-Credentials | ||
| Honeypot-Captures | ||
| Leaked-Databases | ||
| Malware | ||
| Permutations | ||
| Software | ||
| WiFi-WPA | ||
| 500-worst-passwords.txt.bz2 | ||
| 2020-200_most_used_passwords.txt | ||
| bt4-password.txt | ||
| cirt-default-passwords.txt | ||
| citrix.txt | ||
| clarkson-university-82.txt | ||
| darkc0de.txt | ||
| darkweb2017-top10.txt | ||
| darkweb2017-top100.txt | ||
| darkweb2017-top1000.txt | ||
| darkweb2017-top10000.txt | ||
| days.txt | ||
| der-postillon.txt | ||
| dutch_common_wordlist.txt | ||
| dutch_passwordlist.txt | ||
| dutch_wordlist | ||
| german_misc.txt | ||
| Keyboard-Combinations.txt | ||
| months.txt | ||
| Most-Popular-Letter-Passes.txt | ||
| mssql-passwords-nansh0u-guardicore.txt | ||
| openwall.net-all.txt | ||
| PHP-Magic-Hashes.txt | ||
| probable-v2-top207.txt | ||
| probable-v2-top1575.txt | ||
| probable-v2-top12000.txt | ||
| README.md | ||
| richelieu-french-top5000.txt | ||
| richelieu-french-top20000.txt | ||
| SCRABBLE-hackerhouse.tgz | ||
| seasons.txt | ||
| stupid-ones-in-production.txt | ||
| twitter-banned.txt | ||
| unkown-azul.txt | ||
| url-to-download-passwords.md | ||
| UserPassCombo-Jay.txt | ||
| xato-net-10-million-passwords-10.txt | ||
| xato-net-10-million-passwords-100.txt | ||
| xato-net-10-million-passwords-1000.txt | ||
| xato-net-10-million-passwords-10000.txt | ||
| xato-net-10-million-passwords-100000.txt | ||
| xato-net-10-million-passwords-1000000.txt | ||
| xato-net-10-million-passwords-dup.txt | ||
| xato-net-10-million-passwords.txt | ||
The Passwords directory will hold a number of password lists that can be used by multiple tools when attempting to guess credentials for a given targeted service. This will include a number of very popular lists in cooperation with their maintainers, including the RockYou lists maintained by Rob Bowes.
--
- Password lists containing the count are located in the "withcount" folder.
- Lists over 100Mb have been compressed.