10-26-2023, 07:15 PM
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 ]
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 ]