Posts: 3
Threads: 1
Joined: Jul 2016
hello,
i use the hashcat gui and hashcat 2.01
i cracking a MD5 list. but sometimes i get a $HEX output.
for example
$HEX[47726fdf313335]
$HEX[73f672656e31393935]
i know the plain pass. it is
Groß135??
sören1995
can you tell me why hashcat dont output the plainpass ?? why i get HEX. maybe hashcat dont know the German charsets ?
sorry for my bad english
Posts: 5,185
Threads: 230
Joined: Apr 2010
hashcat doesn't know any language specific charsets. Or said differently, it works byte-wise and therefore knows all of them. Anyway when the password contains a byte outside 0x20-0x80 it displayed as $HEX. You can turn that off using --outfile-autohex-disablem but then you have to deal with encoding yourself
Posts: 3
Threads: 1
Joined: Jul 2016
07-23-2016, 03:30 AM
(This post was last modified: 07-23-2016, 05:18 AM by DonVIto.)
hm.
or maybe you know how i can convert it to text ?? when i use this page
http://string-functions.com/hex-string.aspx
and i put this lines in box.
47726fdf313335
73f672656e31393935
i get this
Groß135?sören1995
but it must be this
Groß135?
sören1995
can help me please ?
EDIT:// i have found a tool. it calls Hashmanager !!
Posts: 5,185
Threads: 230
Joined: Apr 2010
Note that you don't need to convert it if you want to use it from hashcat as wordlist. Hashcat detects them automatically and converts them internally.
Posts: 3
Threads: 1
Joined: Jul 2016
what i must to do ? that hashcat convert it automaticly ?? i see much $HEX lines in my output. also, i cant see that hashcat convert it automaticly
Posts: 85
Threads: 15
Joined: Jun 2010
(08-01-2016, 01:52 AM)DonVIto Wrote: what i must to do ? that hashcat convert it automaticly ?? i see much $HEX lines in my output. also, i cant see that hashcat convert it automaticly
use --outfile-autohex-disable if you don't want to output the cracks as $HEX