-m 130 This format don't works with files!
#6
(09-30-2023, 07:11 AM)buka Wrote: UTF-16, most probably. Use a proper text editor instead of `echo`.

Lol, I try to say the echo wasn't the problem. I did create a text file using Notepad++ and did convert or others encoding. And did use --encoding-from and --encoding-to.

If you don't understand, the command:

Code:
hashcat.exe -m 130 --potfile-disable --quiet hash.txt -a 3 ?l?l?l?l?l?l?l

It means hashcat will load the hash from file. Yes, it did load. And will try all 7*lowercase. It will NOT load the password from the file. And even trying all lowercase, it didn't find the password hashcat There is no special character like áéíçñ, etc... just normal lowercase.

This only happens in windows. Can someone with windows try this and confirm that isn't only me that is having this problem?
Reply


Messages In This Thread
RE: -m 130 This format don't works with files! - by rodrigo.Brasil - 09-30-2023, 05:46 PM
I did a mistake!!! - by rodrigo.Brasil - 09-30-2023, 06:23 PM