hashcat Forum
I have the password of a zip, but hashcat does not work - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Support (https://hashcat.net/forum/forum-3.html)
+--- Forum: hashcat (https://hashcat.net/forum/forum-45.html)
+--- Thread: I have the password of a zip, but hashcat does not work (/thread-11231.html)



I have the password of a zip, but hashcat does not work - AwaysFindKey - 01-05-2023

Hello!!

1. I have a zip, and I know the password ... 
2. I used "-a 3 turekey",  but hashcat did not find the password.
3. I created a new zip with same password, used same way for cracking, hashcat worked!

env: windows11, cmd, hashcat-6.2.6, john-1.9.0-jumbo-1-win64

Something happened that I couldn't explain, The code is same, the password is same, why hash did not work for the first time... 


Code:
C:\john-1.9.0-jumbo-1-win64\run\zip2john.exe test.zip >.\test.hash
# I edit the hash file
hashcat.exe -m 17200 test.hash -o out.txt  -a 3 x20200427


Thanks!


RE: I have the password of a zip, but hashcat does not work - marc1n - 01-05-2023

C:\john-1.9.0-jumbo-1-win64\run\zip2john.exe test.zip > test.hash

add --username to command line

hashcat.exe -m 17200 test.hash -o out.txt -a 3 x20200427 --username


RE: I have the password of a zip, but hashcat does not work - AwaysFindKey - 01-05-2023

(01-05-2023, 10:19 AM)marc1n Wrote: C:\john-1.9.0-jumbo-1-win64\run\zip2john.exe test.zip > test.hash

add --username to command line

hashcat.exe -m 17200 test.hash -o out.txt  -a 3 x20200427 --username

Thank you! 
There are something wrong... 

"Failed to parse hashes using the 'native hashcat' format.
No hashes loaded."