10-27-2023, 10:59 PM
(10-26-2023, 07:15 PM)b8vr Wrote: You can pipe hashcat into itself, so the following is an option:
hashcat -a3 mask | hashcat -a0 hash -r rulefile
The rule file could contain rules that will fx append a special character at the end of a candidate, duplicate the entire candidate incl. the appended character and then remove the appended character at the end, which would create the candidates want. Example:
$_ d ]
$@ d ]
Hey there! Thanks for the answer! So it is possible. Never used rulefiles so I need to learn it. Also piping hashcat into hashcat is kinda genious
I will try this method.
https://hashcat.net/wiki/doku.php?id=rule_based_attack