09-30-2023, 02:30 AM
(09-30-2023, 02:22 AM)rodrigo.Brasil Wrote:(09-29-2023, 11:34 PM)Chick3nman Wrote: I can't replicate this behavior, this cracked from a file just fine:
Well, I tried it with linux and it works, no problem. In windows, I install a new and clean version of hashcat and don't worked.
I tried a lot of enconding and still don't work. But, the password (hashcat) is just a simple word, not a crazy character, so the enconding isn't the problem.
The crazy thing is the command
Code:hashcat.exe -m 130 --potfile-disable --quiet hash.txt -a 3 hashcat
Because it can't load the hash, this is the same as the worked command. I can even do this
Code:hashcat.exe -m 130 --potfile-disable --quiet hash.txt -a 3 ?l?l?l?l?l?l?l
(take less than 5 secconds). And it don't find!
Do you think this is a bug for windows and I need to report to the github project?
Anyone with windows, can test this commands and see if it work for you?
Instead of echo'ing the word hashcat into a file, have you tried creating a txt file with the word hashcat using notepad fx? It is 100% an encoding issue.