John the Ripper
Display the password candidates generated with a rule (KoreLogicRulesAppendNumbers_and_Specials_Simple rule):
List All the KoreLogicRules:
password
75722 jtr-generated-list.txt
Password0
Password1
Password2
Password3
Password4
Password5
Password6
Password7
Password8
Password9
Password!
Password$
Password@
Password#
Password%
...
Hashcat
Display the password candidates generated with a rule (blandyuk.rule):
or
or
https://forum.hashkiller.io/index.php?threads/tip-of-the-day.26698/
https://forum.hashkiller.io/index.php?threads/tip-of-the-day.26698/post-171617
356 hashcat-generated-list.txt
password
drowssap
passwordpassword
passworddrowssap
ppaasssswwoorrdd
pASSWORD
DROWSSAP
PASSWORDPASSWORD
PASSWORDDROWSSAP
PPAASSSSWWOORRDD
drowssap
passwordpassword
passworddrowssap
ppaasssswwoorrdd
passwordadmin
passwordadmin:
adminpassword
admin:password
pa$$word!
!pa$$word
Pa$$word!
!Pa$$word
pa$$word#
#pa$$word
...
Display the password candidates generated with a rule (KoreLogicRulesAppendNumbers_and_Specials_Simple rule):
List All the KoreLogicRules:
Bash:
for ruleset in `grep KoreLogicRules /usr/local/src/john/run/john.conf | cut -d: -f 2 | cut -d\] -f 1`; do echo ${ruleset}; done
Bash:
cat password.txt
Bash:
/usr/local/src/john/run/./john --wordlist=/root/test/password.txt --rule=KoreLogicRulesAppendNumbers_and_Specials_Simple --stdout >jtr-generated-list.txt
Code:
wc -l jtr-generated-list.txt
Password0
Password1
Password2
Password3
Password4
Password5
Password6
Password7
Password8
Password9
Password!
Password$
Password@
Password#
Password%
...
Hashcat
Display the password candidates generated with a rule (blandyuk.rule):
Bash:
hashcat password.txt -r /usr/share/hashcat/rules/blandyuk.rule --stdout >hashcat-generated-list.txt
Bash:
echo password.txt | hashcat -r /usr/share/hashcat/rules/blandyuk.rule --stdout >hashcat-generated-list.txt
https://forum.hashkiller.io/index.php?threads/tip-of-the-day.26698/
https://forum.hashkiller.io/index.php?threads/tip-of-the-day.26698/post-171617
Bash:
wc -l hashcat-generated-list.txt
Bash:
less hashcat-generated-list.txt
password
drowssap
passwordpassword
passworddrowssap
ppaasssswwoorrdd
pASSWORD
DROWSSAP
PASSWORDPASSWORD
PASSWORDDROWSSAP
PPAASSSSWWOORRDD
drowssap
passwordpassword
passworddrowssap
ppaasssswwoorrdd
passwordadmin
passwordadmin:
adminpassword
admin:password
pa$$word!
!pa$$word
Pa$$word!
!Pa$$word
pa$$word#
#pa$$word
...