Mask Attack with a "blank" value?
#2
Well, the best strategy depends on a couple of things like:
1. is it a slow or fast hashing algorithm (which hash type is used, -m ?) ?
2. how large is the number of constant strings. Is there only one candidate "Password" string or several? how many? dozens, hundreds, thousands, millions?
3. how many characters need to be tested on the left and how many characters need to be tested on the right ?
... etc. etc. etc

There are also a couple of strategies:
1. use -a 0 and a couple of append/prepend rules (see https://hashcat.net/wiki/doku.php?id=rule_based_attack)
2. use a .hcmask file if the number of constant strings is small and the mask is large enough such that full speed is possible (see https://hashcat.net/wiki/doku.php?id=mas...mask_files and https://hashcat.net/wiki/doku.php?id=fre..._mask_file)
3. prepare a (in best case: mid-sized, not too large, not too small) dictionary for the left side and use attack mode -a 6, preparation can be done with maskprocessor (mp64) or hashcat's --stdout mode
4. prepare a (in best case: mid-sized, not too large, not too small) dictionary for the right side and use attack mode -a 7, preparation can be done with maskprocessor (mp64) or hashcat's --stdout mode
5. prepare a (in best case: mid-sized, not too large, not too small) dictionary and run it with -a 0 (with or without rules... but dict shouldn't be too large... forget about generating a couple of GB dict)


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 philsmd - 01-09-2018, 09:40 AM
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 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