09-29-2023, 11:25 PM
(This post was last modified: 09-29-2023, 11:26 PM by rodrigo.Brasil.)
I am with problem in type -m 130 : sha1(utf16le($pass).$salt)
I try this in windows:
Great, it find! Now let try with file:
Now ANY of this lines will NOT find the password:
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
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