Mask Attack with a "blank" value?
#31
Ahhh okay, now I see it working properly when I paste the output value in a translater. I can see the hex being converted to a string.

This should start to look pretty good, yes?

Code:
#####################################################################
# Custom Attack Mask for (presale) Ethereum Wallets
# Specific Task: CHECK FOR HIDDEN ASCII CHARACTERS! These may have been added incidently
# -------------------
# By AndrewNormore@Gmail.com
# -------------------
# ?1 = 0d0a = Carriage Return, Line Feed, etc
# ?2 = 203031323334353637383921402324255e262a = 0123456789!@#$%^&* and a space!
# EFBBBF = This really weird combo of hex characters called UTF-8 Byte order mark (UTF-8 BOM)
# 457468657265756d = the word "Ethereum" in Hex -- replace this with your password in hex
# ------
# Cool Tools:
# Ascii tables: http://www.asciitable.com/ Use this for your line feed and carriage return stuff
# Text to Hex converter (for your password): https://www.browserling.com/tools/text-to-hex
# Hex to text converter (to verify your hex output is making sense!) https://codebeautify.org/hex-string-converter
# ------
# Discussions:
# Ethereum GitHub: https://github.com/ethereum/mist/issues/3513
# Hashcat: https://hashcat.net/forum/thread-7181.html
#####################################################################

#####################################################################
# NO PREPEND
#####################################################################

# One Line Return
0d0a,203031323334353637383921402324255e262a,457468657265756d
0d0a,203031323334353637383921402324255e262a,457468657265756d?1
0d0a,203031323334353637383921402324255e262a,457468657265756d?2?1
0d0a,203031323334353637383921402324255e262a,457468657265756d?2?2?1
0d0a,203031323334353637383921402324255e262a,457468657265756d?2?2?2?1
0d0a,203031323334353637383921402324255e262a,457468657265756d?2?2?2?2?1
0d0a,203031323334353637383921402324255e262a,457468657265756d?2?2?2?2?2?1
0d0a,203031323334353637383921402324255e262a,457468657265756d?2?2?2?2?2?2?1

# Two Line Returns
0d0a,203031323334353637383921402324255e262a,457468657265756d?1?1
0d0a,203031323334353637383921402324255e262a,457468657265756d?2?1?1
0d0a,203031323334353637383921402324255e262a,457468657265756d?2?2?1?1
0d0a,203031323334353637383921402324255e262a,457468657265756d?2?2?2?1?1
0d0a,203031323334353637383921402324255e262a,457468657265756d?2?2?2?2?1?1
0d0a,203031323334353637383921402324255e262a,457468657265756d?2?2?2?2?2?1?1
0d0a,203031323334353637383921402324255e262a,457468657265756d?2?2?2?2?2?2?1?1

# One Line Returns + BOM
0d0a,203031323334353637383921402324255e262a,EFBBBF457468657265756d
0d0a,203031323334353637383921402324255e262a,EFBBBF457468657265756d?1
0d0a,203031323334353637383921402324255e262a,EFBBBF457468657265756d?2?1
0d0a,203031323334353637383921402324255e262a,EFBBBF457468657265756d?2?2?1
0d0a,203031323334353637383921402324255e262a,EFBBBF457468657265756d?2?2?2?1
0d0a,203031323334353637383921402324255e262a,EFBBBF457468657265756d?2?2?2?2?1
0d0a,203031323334353637383921402324255e262a,EFBBBF457468657265756d?2?2?2?2?2?1
0d0a,203031323334353637383921402324255e262a,EFBBBF457468657265756d?2?2?2?2?2?2?1

# Two Line Returns + BOM
0d0a,203031323334353637383921402324255e262a,EFBBBF457468657265756d?1?1
0d0a,203031323334353637383921402324255e262a,EFBBBF457468657265756d?2?1?1
0d0a,203031323334353637383921402324255e262a,EFBBBF457468657265756d?2?2?1?1
0d0a,203031323334353637383921402324255e262a,EFBBBF457468657265756d?2?2?2?1?1
0d0a,203031323334353637383921402324255e262a,EFBBBF457468657265756d?2?2?2?2?1?1
0d0a,203031323334353637383921402324255e262a,EFBBBF457468657265756d?2?2?2?2?2?1?1
0d0a,203031323334353637383921402324255e262a,EFBBBF457468657265756d?2?2?2?2?2?2?1?1

#####################################################################
# 1 PREPEND
#####################################################################

0d0a,203031323334353637383921402324255e262a,?2457468657265756d
0d0a,203031323334353637383921402324255e262a,?2457468657265756d?1
0d0a,203031323334353637383921402324255e262a,?2457468657265756d?2?1
0d0a,203031323334353637383921402324255e262a,?2457468657265756d?2?2?1
0d0a,203031323334353637383921402324255e262a,?2457468657265756d?2?2?2?1
0d0a,203031323334353637383921402324255e262a,?2457468657265756d?2?2?2?2?1
0d0a,203031323334353637383921402324255e262a,?2457468657265756d?2?2?2?2?2?1
0d0a,203031323334353637383921402324255e262a,?2457468657265756d?2?2?2?2?2?2?1

0d0a,203031323334353637383921402324255e262a,?2457468657265756d?1?1
0d0a,203031323334353637383921402324255e262a,?2457468657265756d?2?1?1
0d0a,203031323334353637383921402324255e262a,?2457468657265756d?2?2?1?1
0d0a,203031323334353637383921402324255e262a,?2457468657265756d?2?2?2?1?1
0d0a,203031323334353637383921402324255e262a,?2457468657265756d?2?2?2?2?1?1
0d0a,203031323334353637383921402324255e262a,?2457468657265756d?2?2?2?2?2?1?1
0d0a,203031323334353637383921402324255e262a,?2457468657265756d?2?2?2?2?2?2?1?1

0d0a,203031323334353637383921402324255e262a,EFBBBF?2457468657265756d
0d0a,203031323334353637383921402324255e262a,EFBBBF?2457468657265756d?1
0d0a,203031323334353637383921402324255e262a,EFBBBF?2457468657265756d?2?1
0d0a,203031323334353637383921402324255e262a,EFBBBF?2457468657265756d?2?2?1
0d0a,203031323334353637383921402324255e262a,EFBBBF?2457468657265756d?2?2?2?1
0d0a,203031323334353637383921402324255e262a,EFBBBF?2457468657265756d?2?2?2?2?1
0d0a,203031323334353637383921402324255e262a,EFBBBF?2457468657265756d?2?2?2?2?2?1
0d0a,203031323334353637383921402324255e262a,EFBBBF?2457468657265756d?2?2?2?2?2?2?1

0d0a,203031323334353637383921402324255e262a,EFBBBF?2457468657265756d?1?1
0d0a,203031323334353637383921402324255e262a,EFBBBF?2457468657265756d?2?1?1
0d0a,203031323334353637383921402324255e262a,EFBBBF?2457468657265756d?2?2?1?1
0d0a,203031323334353637383921402324255e262a,EFBBBF?2457468657265756d?2?2?2?1?1
0d0a,203031323334353637383921402324255e262a,EFBBBF?2457468657265756d?2?2?2?2?1?1
0d0a,203031323334353637383921402324255e262a,EFBBBF?2457468657265756d?2?2?2?2?2?1?1
0d0a,203031323334353637383921402324255e262a,EFBBBF?2457468657265756d?2?2?2?2?2?2?1?1

#####################################################################
# 2 PREPEND
#####################################################################

0d0a,203031323334353637383921402324255e262a,?2?2457468657265756d
0d0a,203031323334353637383921402324255e262a,?2?2457468657265756d?1
0d0a,203031323334353637383921402324255e262a,?2?2457468657265756d?2?1
0d0a,203031323334353637383921402324255e262a,?2?2457468657265756d?2?2?1
0d0a,203031323334353637383921402324255e262a,?2?2457468657265756d?2?2?2?1
0d0a,203031323334353637383921402324255e262a,?2?2457468657265756d?2?2?2?2?1
0d0a,203031323334353637383921402324255e262a,?2?2457468657265756d?2?2?2?2?2?1
0d0a,203031323334353637383921402324255e262a,?2?2457468657265756d?2?2?2?2?2?2?1

0d0a,203031323334353637383921402324255e262a,?2?2457468657265756d?1?1
0d0a,203031323334353637383921402324255e262a,?2?2457468657265756d?2?1?1
0d0a,203031323334353637383921402324255e262a,?2?2457468657265756d?2?2?1?1
0d0a,203031323334353637383921402324255e262a,?2?2457468657265756d?2?2?2?1?1
0d0a,203031323334353637383921402324255e262a,?2?2457468657265756d?2?2?2?2?1?1
0d0a,203031323334353637383921402324255e262a,?2?2457468657265756d?2?2?2?2?2?1?1
0d0a,203031323334353637383921402324255e262a,?2?2457468657265756d?2?2?2?2?2?2?1?1

0d0a,203031323334353637383921402324255e262a,EFBBBF?2?2457468657265756d
0d0a,203031323334353637383921402324255e262a,EFBBBF?2?2457468657265756d?1
0d0a,203031323334353637383921402324255e262a,EFBBBF?2?2457468657265756d?2?1
0d0a,203031323334353637383921402324255e262a,EFBBBF?2?2457468657265756d?2?2?1
0d0a,203031323334353637383921402324255e262a,EFBBBF?2?2457468657265756d?2?2?2?1
0d0a,203031323334353637383921402324255e262a,EFBBBF?2?2457468657265756d?2?2?2?2?1
0d0a,203031323334353637383921402324255e262a,EFBBBF?2?2457468657265756d?2?2?2?2?2?1
0d0a,203031323334353637383921402324255e262a,EFBBBF?2?2457468657265756d?2?2?2?2?2?2?1

0d0a,203031323334353637383921402324255e262a,EFBBBF?2?2457468657265756d?1?1
0d0a,203031323334353637383921402324255e262a,EFBBBF?2?2457468657265756d?2?1?1
0d0a,203031323334353637383921402324255e262a,EFBBBF?2?2457468657265756d?2?2?1?1
0d0a,203031323334353637383921402324255e262a,EFBBBF?2?2457468657265756d?2?2?2?1?1
0d0a,203031323334353637383921402324255e262a,EFBBBF?2?2457468657265756d?2?2?2?2?1?1
0d0a,203031323334353637383921402324255e262a,EFBBBF?2?2457468657265756d?2?2?2?2?2?1?1
0d0a,203031323334353637383921402324255e262a,EFBBBF?2?2457468657265756d?2?2?2?2?2?2?1?1


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 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