01-05-2023, 03:47 AM
(This post was last modified: 01-05-2023, 04:04 AM by AwaysFindKey.)
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...
Thanks!
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!