08-26-2021, 11:51 AM
(08-26-2021, 11:14 AM)fooble Wrote:(08-26-2021, 09:36 AM)Alcanjp Wrote:(08-26-2021, 09:13 AM)NoReply Wrote: Have a read here: https://hashcat.net/wiki/doku.php?id=rule_based_attack
TLDR; Create your own rule file with the two lines
$x
$X
and specify it in your command with the -r Parameter.
I previously asked where that file needed to be located".rule" and got no answer and therefor I thought it was not necessary.
You could place it inside the folder that is named rules in hashcat, which comes shipped with some known rules.
Thank you
ubuntu@ip-xxxxxxxxxx:~/Doc$ hashcat -r example.rule --stdout word
WORdx
WORdX
ubuntu@ip-172-26-5-159:~/Doc$