11-07-2018, 07:06 PM
Trying to crack IKE PSK MD5 (-m 5300)
Client: python 0.3.0 version
OS: Windows 8.1
I got an error "HC error: No hashes loaded"
Here is the debug output:
I think the problem is in -p option with chr(9) value. I tried to run hashcat in manual mode. And if I delete -p option all is OK. But I cant get good result with -p option at all even I changed it's value.
Thanx for any solution
Client: python 0.3.0 version
OS: Windows 8.1
I got an error "HC error: No hashes loaded"
Here is the debug output:
Quote:[2018-11-07 10:43:25,641] [DEBUG] b'{"action":"getChunk","response":"SUCCESS","status":"OK","chunkId":3,"skip":0,"length":1}'
[2018-11-07 10:43:25,641] [INFO ] Start chunk...
[2018-11-07 10:43:25,643] [DEBUG] CALL: hashcat64.exe --machine-readable --quiet --status --remove --restore-disable --potfile-disable --session=hashtopolis --status-timer 5 --outfile-check-timer=5 --outfile-check-dir=..\..\hashlist_1 -o ..\..\hashlists\1.out --outfile-format=15 -p " " --remove-timer=5 -s 0 -l 1 -a 0 ..\..\hashlists\1 ..\..\files\mydict.dict --hash-type=5300
[2018-11-07 10:43:25,644] [DEBUG] started cracking
[2018-11-07 10:43:26,814] [ERROR] HC error: No hashes loaded.
[2018-11-07 10:43:26,815] [DEBUG] {'action': 'clientError', 'token': 'XXXXXXXXXX', 'taskId': 1, 'message': 'No hashes loaded.'}
[2018-11-07 10:43:28,269] [DEBUG] http://server-ip:80 "POST /hashtopolis/api/server.php HTTP/1.1" 200 45
[2018-11-07 10:43:29,350] [DEBUG] b'{"action":"clientError","response":"SUCCESS"}'
[2018-11-07 10:43:30,452] [INFO ] finished chunk
I think the problem is in -p option with chr(9) value. I tried to run hashcat in manual mode. And if I delete -p option all is OK. But I cant get good result with -p option at all even I changed it's value.
Thanx for any solution