Hash File
#1
I'm working on one specific hash that I have in a plain hash.txt file
I've used multiple wordlists and checked something like 7 billion passwords so far but still no luck. But I have plenty of more wordlists to go. 

So I just opened the hash file and noticed there was a linebreak at the end of it. 

I assume hashcat is smart enough to know that the linebreak character isn't part of the hash. But I figured I should confirm that just incase I'm trying the impossible here.
Reply
#2
That is correct - hashes loaded from a file are assumed to have line breaks (either Unix, or Windows/DOS)
~
Reply