Mask Attack with a "blank" value?
#16
Hashcat makes a strict distinction between rules (see https://hashcat.net/wiki/doku.php?id=rule_based_attack) and masks (https://hashcat.net/wiki/doku.php?id=mask_attack).

solace is currently using a hashcat mask file (.hcmask file, see https://hashcat.net/wiki/doku.php?id=mas...mask_files or https://hashcat.net/wiki/doku.php?id=fre..._mask_file) which by hashcat's definition doesn't really use rules.

On the other hand, if you want to mangle some base words with rules in attack mode -a 0 (dictionary attack, instead of mask attack), you could for instance use substitute/replace rules (sXY).
One limitation of this rule is that it only allows to replace one byte (0x00-0xff) with another byte (0x00-0xff)... if you instead need to replace the character ^ (0x5e) with ˆ (e.g. 0xcb 0x86, 2 bytes) than you can't use the substitute rule directly.
There are many possibilities to get around this limitation. A simple straightforward approach would be to just externally generate a word list that already has all those characters substitute... or pipe it into hashcat with an external tool.
It's also not easy for me to list here all characters that are affected by this replace "bug". I would say that the best approach also here would be to test a lot of characters directly with the affected software version (an old mist version?) and see which characters will be replaced and what the replacement character is.


Messages In This Thread
Mask Attack with a "blank" value? - by solace - 01-08-2018, 10:42 PM
RE: Mask Attack with a "blank" value? - by solace - 01-09-2018, 04:56 PM
RE: Mask Attack with a "blank" value? - by solace - 01-10-2018, 04:27 PM
RE: Mask Attack with a "blank" value? - by solace - 01-15-2018, 06:42 PM
RE: Mask Attack with a "blank" value? - by solace - 01-15-2018, 06:46 PM
RE: Mask Attack with a "blank" value? - by solace - 01-15-2018, 08:35 PM
RE: Mask Attack with a "blank" value? - by solace - 01-15-2018, 09:49 PM
RE: Mask Attack with a "blank" value? - by solace - 01-15-2018, 10:03 PM
RE: Mask Attack with a "blank" value? - by solace - 01-15-2018, 10:34 PM
RE: Mask Attack with a "blank" value? - by philsmd - 01-15-2018, 11:49 PM
RE: Mask Attack with a "blank" value? - by solace - 01-16-2018, 04:54 AM
RE: Mask Attack with a "blank" value? - by solace - 01-17-2018, 05:58 PM
RE: Mask Attack with a "blank" value? - by solace - 01-25-2018, 06:38 AM
RE: Mask Attack with a "blank" value? - by solace - 01-26-2018, 09:51 PM
RE: Mask Attack with a "blank" value? - by solace - 01-26-2018, 10:19 PM
RE: Mask Attack with a "blank" value? - by solace - 01-27-2018, 02:52 AM
RE: Mask Attack with a "blank" value? - by solace - 01-27-2018, 03:58 AM
RE: Mask Attack with a "blank" value? - by solace - 01-27-2018, 04:56 AM
RE: Mask Attack with a "blank" value? - by solace - 01-27-2018, 06:00 PM
RE: Mask Attack with a "blank" value? - by solace - 01-28-2018, 03:59 AM
RE: Mask Attack with a "blank" value? - by solace - 01-28-2018, 10:09 PM
RE: Mask Attack with a "blank" value? - by solace - 01-29-2018, 04:41 AM
RE: Mask Attack with a "blank" value? - by solace - 02-06-2018, 05:07 PM
RE: Mask Attack with a "blank" value? - by solace - 02-07-2018, 03:42 AM