Mask Attack with a "blank" value?
#29
It doesn't look correct to me.
As I already wrote above, the hex 12 (which is decimal 18) and hex 13 (which is decimal 19) do not look correct.
You even write:
Code:
?1 = 101213 = Carriage Return, Line Feed, etc
this is not true.

As I already wrote, carriage return would be 0d (decimal 13 ! , but not hex 0x13 !) and line feed would be 0a (decimal 10, but not hex 0x10 or something like this). Hexadecimals must be hexadecimal, you can't use decimal numbers instead.


btw. there are also a *couple* of other problems, like all these duplicates:
search for
101213,203031323334353637383921402324255e262a,457468657265756d?1
which is present multiple times within your hcmask file. The same is true for these lines:
Code:
101213,203031323334353637383921402324255e262a,?2?2457468657265756d?1
101213,203031323334353637383921402324255e262a,?2457468657265756d?1
101213,203031323334353637383921402324255e262a,EFBBBF?2?2457468657265756d?1
101213,203031323334353637383921402324255e262a,EFBBBF?2457468657265756d?1
101213,203031323334353637383921402324255e262a,EFBBBF457468657265756d?1

all of these lines are present multiple times within the hashcat mask file. This makes absolutely no sense to me (you would redo the same mask/attack multiple times)


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 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 philsmd - 01-27-2018, 08:59 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