[PW] [AT] [PW] mask?
#3
(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 Big Grin

I will try this method.

https://hashcat.net/wiki/doku.php?id=rule_based_attack
Reply


Messages In This Thread
[PW] [AT] [PW] mask? - by Rannek - 10-26-2023, 02:41 AM
RE: [PW] [AT] [PW] mask? - by b8vr - 10-26-2023, 07:15 PM
RE: [PW] [AT] [PW] mask? - by Rannek - 10-27-2023, 10:59 PM
RE: [PW] [AT] [PW] mask? - by Rannek - 10-27-2023, 11:22 PM