01-19-2012, 03:20 AM
I've generated two hashes myself using SHA1 with NO salt value and put them in a file:
40e5cdd056f635757c9df10b27d0e12ffd30c4db
45777ceee45c74daca22edfd44c94cb92a53de7e
I then created a table file with the password these hashes were created from:
12345
123456
But hashcat never cracks them. I must not be choosing the right options. What am I doing wrong here?
The command line the GUI generates is: hashcat-cli64.exe --hash-mode 100 --output-file D:/hashes2-recovered.txt D:/hashes2.txt D:\dictionaries
One thing I noticed is that the output file and input files are using forward slashes instead of backslashes.
Thoughts?
40e5cdd056f635757c9df10b27d0e12ffd30c4db
45777ceee45c74daca22edfd44c94cb92a53de7e
I then created a table file with the password these hashes were created from:
12345
123456
But hashcat never cracks them. I must not be choosing the right options. What am I doing wrong here?
The command line the GUI generates is: hashcat-cli64.exe --hash-mode 100 --output-file D:/hashes2-recovered.txt D:/hashes2.txt D:\dictionaries
One thing I noticed is that the output file and input files are using forward slashes instead of backslashes.
Thoughts?