-m 130 This format don't works with files!
#1
I am with problem in type -m 130 : sha1(utf16le($pass).$salt)

I try this in windows:

Code:
hashcat.exe -m 130 --potfile-disable --quiet c57f6ac1b71f45a07dbd91a59fa47c23abcd87c2:631225 -a 3 hashcat

Great, it find! Now let try with file:

Code:
echo hashcat > pass.txt
echo c57f6ac1b71f45a07dbd91a59fa47c23abcd87c2:631225 > hash.txt

Now ANY of this lines will NOT find the password:

Code:
hashcat.exe -m 130 --potfile-disable --quiet c57f6ac1b71f45a07dbd91a59fa47c23abcd87c2:631225 -a 0 pass.txt
hashcat.exe -m 130 --potfile-disable --quiet hash.txt -a 3 hashcat
hashcat.exe -m 130 --potfile-disable --quiet hash.txt -a 0 pass.txt

What is the problem here? This is not a problem with the echo command, this is only to simplify. 

hashcat.exe --version = v6.2.6
Windows = Microsoft Windows 11 - 10.0.22621 N/A compilação 22621
Reply


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