Adding an x to the end of the line of a file.
#6
(08-26-2021, 11:51 AM)Alcanjp Wrote:
(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$

Now it's working
hashcat -m 14600 -a 0 -w 3 -r example.ruleĀ  pass.txt -o test_output.txt --stdout
vWjQDS8EX
1DoSvo8Hx
1DoSvo8HX

Thanks
Reply


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