f0cker / crackq

CrackQ: A Python Hashcat cracking queue system
MIT License
922 stars 101 forks source link

No hashes loaded #8

Closed jllang763 closed 4 years ago

jllang763 commented 4 years ago

I am trying to test a hash that previously worked but now I get a "No hashes loaded" message. image

==Logs== INFO root 2020-06-15 14:42:01,496 Registering new job_id to current user: 24c7e62890324e9c816ac98bb4db5b66 INFO root 2020-06-15 14:42:01,500 Adding task to job queue: 24c7e62890324e9c816ac98bb4db5b66 INFO root 2020-06-15 14:42:01,501 API Job 24c7e62890324e9c816ac98bb4db5b66 added to queue 14:42:01 default: hc_worker(attack_mode=3, brain=True, crack=<crackq.run_hashcat.Crack object at 0x7f2d5de6fc88>, hash_file='/var/crackq/logs/24c7e62890324e9c816ac98bb4db5b66.hashes', hash_mode=1000, mask='?2?2?2?2?2?2?2?2', mask_file=False, name='TestJob6', outfile='/var/crackq/logs/24c7e62890324e9c816ac98bb4db5b66.cracked', pot_path='/var/crackq/logs/crackq.pot', rules=[], session='24c7e62890324e9c816ac98bb4db5b66', username=True, wordlist=None) (24c7e62890324e9c816ac98bb4db5b66) INFO root 2020-06-15 14:42:01,856 Reading from config file /var/crackq/files/crackq.conf INFO root 2020-06-15 14:42:01,858 Reading from config file /var/crackq/files/crackq.conf INFO root 2020-06-15 14:42:02,470 Reading from config file /var/crackq/files/crackq.conf INFO root 2020-06-15 14:42:02,476 Reading from config file /var/crackq/files/crackq.conf INFO root 2020-06-15 14:42:02,493 Running hashcat INFO root 2020-06-15 14:42:07,501 Running hashcat WARNING root 2020-06-15 14:42:13,880 Callback Triggered: WARNING WARNING root 2020-06-15 14:42:13,881 Failed to parse hashes using the 'native hashcat' format. WARNING root 2020-06-15 14:42:13,883 24c7e62890324e9c816ac98bb4db5b66: Failed to parse hashes using the 'native hashcat' format.

jllang763 commented 4 years ago

An md5sum of all the upload hashes appear to show they are the same.

c2094220d8df7ac6916394d87f052db1 082f4c96d4be42e89093b8e9b4bf4691.hashes c2094220d8df7ac6916394d87f052db1 24c7e62890324e9c816ac98bb4db5b66.hashes c2094220d8df7ac6916394d87f052db1 351309f76af8450ea1ca33bd387c3828.hashes c2094220d8df7ac6916394d87f052db1 44f299033a734165847b73e8ac63955a.hashes c2094220d8df7ac6916394d87f052db1 63d9507a575945d5a14142a5b63ed258.hashes c2094220d8df7ac6916394d87f052db1 7ab10b2514ea4b6d8751520990ddd9ce.hashes c2094220d8df7ac6916394d87f052db1 7b6a1b4bf0bd4b4f99823b65ad114e8f.hashes

jllang763 commented 4 years ago

I found my own error. I have the "Show user" option enabled when there was no username in the hash file.