Hash 'hashes': Token length exception No hashes loaded.
#1
Hi all,

I am a newbie/self-learning on security field and I was playing with hashcat to learn when I got stuck (on my first exercice Sad )

I created a file with a single line having the below hash.
I toke care to create using sublime_text, saving with encode UTF-8, checking for spaces or special characters (I removed the ones below from md5sum command output), but nothing helped to solve this.


$ echo "password" | md5sum > myhash
286755fad04869ca523320acce0dc6a4  -

$ cat myhash
286755fad04869ca523320acce0dc6a4(space and dash removed)

$ ./hashcat64.bin -m 0 hashes myhash
hashcat (v5.1.0) starting...

OpenCL Platform #1: Intel(R) Corporation
========================================
* Device #1: Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz, 980/3923 MB allocatable, 4MCU

Hash 'hashes': Token length exception
No hashes loaded.

Started: Fri Jan 31 23:33:16 2020
Stopped: Fri Jan 31 23:33:16 2020

$ ./hashcat64.bin -m 0 hashes <<< 286755fad04869ca523320acce0dc6a4
hashcat (v5.1.0) starting...

OpenCL Platform #1: Intel(R) Corporation
========================================
* Device #1: Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz, 980/3923 MB allocatable, 4MCU

Hash 'hashes': Token length exception
No hashes loaded.

Started: Fri Jan 31 23:33:32 2020
Stopped: Fri Jan 31 23:33:32 2020

Could someone help me? Please!!!
Reply


Messages In This Thread
Hash 'hashes': Token length exception No hashes loaded. - by emersonivo - 02-01-2020, 06:49 AM