hashcat Forum
Hash File No Hashes Loaded error. - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Support (https://hashcat.net/forum/forum-3.html)
+--- Forum: hashcat (https://hashcat.net/forum/forum-45.html)
+--- Thread: Hash File No Hashes Loaded error. (/thread-6871.html)

Pages: 1 2


Hash File No Hashes Loaded error. - AtomTan - 09-15-2017

Hey

So I keep getting the error every time I try run the crack. I know I have ran the right mode in cmd as they are md5 hashes. Basically all I have done is copied all my hashes which I have in a excel document and copied them into my hash text file in my hashcat folder. I have looked around the web and YouTube but not sure what is causing this problem. Is there more I need to copy into my hash text file?

BTW I am of course on windows 10. Any help would be appreciated.


RE: Hash File No Hashes Loaded error. - AtomTan - 09-15-2017

(09-15-2017, 12:26 AM)AtomTan Wrote: Hey

So I keep getting the error every time I try run the crack. I know I have ran the right mode in cmd as they are md5 hashes. Basically all I have done is copied all my hashes which I have in a excel document and copied them into my hash text file in my hashcat folder. I have looked around the web and YouTube but not sure what is causing this problem. Is there more I need to copy into my hash text file?

BTW I am of course on windows 10. Any help would be appreciated.

This is the what happens when i run the command hashcat64.exe -m 0 -a3 -o cracked.txt hash.txt wordlists/

then i get the following message

Hash hash.txt : line length exception
No hashes loaded

Anybody who could help me?


RE: Hash File No Hashes Loaded error. - Chick3nman - 09-15-2017

Well, first you should probably be specifying -a 0, not -a 3 since you seem to trying to load wordlists, not a mask. Second, it seems like your hash.txt file is empty, since hashcat is unable to find any hashes in it. Please make sure that the hashes are present in the file, and are formatted correctly, 1 per line.


RE: Hash File No Hashes Loaded error. - undeath - 09-15-2017

actually it looks like hashcat cannot find your hash.txt file at all.


RE: Hash File No Hashes Loaded error. - Chick3nman - 09-15-2017

(09-15-2017, 06:27 PM)undeath Wrote: actually it looks like hashcat cannot find your hash.txt file at all.

Actually, you are right. Looking at it again, it's not loading a blank line as a hash, it's loading "hash.txt" as the literal hash instead of as a file path. Good catch!


RE: Hash File No Hashes Loaded error. - AtomTan - 09-16-2017

(09-15-2017, 09:39 PM)Chick3nman Wrote:
(09-15-2017, 06:27 PM)undeath Wrote: actually it looks like hashcat cannot find your hash.txt file at all.

Actually, you are right. Looking at it again, it's not loading a blank line as a hash, it's loading "hash.txt" as the literal hash instead of as a file path. Good catch!



.png   Untitled.png (Size: 135.28 KB / Downloads: 90)
.jpg   Untitled2.jpg (Size: 136.75 KB / Downloads: 83)


This is what it looks like as you can see the files is in the directory and the hashes notepad has got hashes pasted into it and it so it is not empty. I have tried everything. Using all sorts of different hash types. Dont know what else to do.


RE: Hash File No Hashes Loaded error. - undeath - 09-16-2017

Your windows is configured to not show known file extensions. That might have something to do with your problem.


RE: Hash File No Hashes Loaded error. - AtomTan - 09-16-2017

(09-16-2017, 10:05 PM)undeath Wrote: Your windows is configured to not show known file extensions. That might have something to do with your problem.

Ok sorry for the noob question then but how can I fix windows so I can finally try out hashcat?


RE: Hash File No Hashes Loaded error. - AtomTan - 09-16-2017

(09-16-2017, 10:05 PM)undeath Wrote: Your windows is configured to not show known file extensions. That might have something to do with your problem.

Ok sorry for the noob question then but how can I fix windows so I can finally try out hashcat?


RE: Hash File No Hashes Loaded error. - AtomTan - 09-17-2017

Ok CooI I got the problem sorted. The hash.txt was not saved as unicode format. Thanks for help.