Is there a mask, if only one (unkown) digit of the pass is wrong?
#2
There is no such mask. Several solutions are possible.

1. create a hcmask file that has a mask for each position you want to alter. eg
Code:
?aassword
p?aassword
pa?asword
2. create a table file with suitable replacements for each character and pipe hashcat-legacy into hashcat. See https://hashcat.net/wiki/doku.php?id=tab...kup_attack
3. write a rule file with repace rules (rules s or o) for each character. See https://hashcat.net/wiki/doku.php?id=rule_based_attack


Messages In This Thread
RE: Is there a mask, if only one (unkown) digit of the pass is wrong? - by undeath - 09-02-2018, 12:48 PM