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
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
1. create a hcmask file that has a mask for each position you want to alter. eg
Code:
?aassword
p?aassword
pa?asword
…
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