03-29-2018, 03:58 PM
(This post was last modified: 03-29-2018, 04:55 PM by DanielG.
Edit Reason: see post below, was a typo
)
Okay that is weird, if I make a file hash.txt with d8e8fca2dc0f896fd7cb4cb0031ba249:abcdefghj I get:
./hashcat -m 10 -a 0 hash.txt wordlist.txt
[...]
Hash 'hash.txt': Line-length exception
No hashes loaded
It won't read the file but it sees the text as a hash itself.
if you just run ./hashcat you'll see:
Usage: ./hashcat [options]... hash|hashfile|hccapfile [dictionary|mask|directory]...
which means hashfile should be possible there?
I don't know why this error occurs
./hashcat -m 10 -a 0 hash.txt wordlist.txt
[...]
Hash 'hash.txt': Line-length exception
No hashes loaded
It won't read the file but it sees the text as a hash itself.
if you just run ./hashcat you'll see:
Usage: ./hashcat [options]... hash|hashfile|hccapfile [dictionary|mask|directory]...
which means hashfile should be possible there?
I don't know why this error occurs