Skip to content

Commit 52fbc4a

Browse files
authored
Merge pull request danielmiessler#680 from 5tr1x/patch-3
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
2 parents bf2d2a9 + 9b32f5a commit 52fbc4a

File tree

1 file changed

+13431
-0
lines changed

1 file changed

+13431
-0
lines changed

0 commit comments

Comments
 (0)