Adding an x to the end of the line of a file.
#5
(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$
Reply


Messages In This Thread
RE: Adding an x to the end of the line of a file. - by Alcanjp - 08-26-2021, 11:51 AM