I have the password of a zip, but hashcat does not work
#1
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!


Attached Files
.zip   test1.zip (Size: 105.51 KB / Downloads: 3)
Reply
#2
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
Reply
#3
(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."
Reply