hashcat Forum
$[HEX] output - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Misc (https://hashcat.net/forum/forum-15.html)
+--- Forum: General Talk (https://hashcat.net/forum/forum-33.html)
+--- Thread: $[HEX] output (/thread-5684.html)



$[HEX] output - DonVIto - 07-22-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


RE: $[HEX] output - atom - 07-22-2016

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


RE: $[HEX] output - DonVIto - 07-23-2016

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


RE: $[HEX] output - atom - 07-24-2016

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.


RE: $[HEX] output - DonVIto - 08-01-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


RE: $[HEX] output - blazer - 08-01-2016

(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