Hey y’all,
I really need some help on Password Attacks | protected Archives.
I am unable to crack the file that I get from the zip2john file.
The process is very straight forward
- zip2john notes.zip > zipnotes.hash
- john --wordlist=/usr/share/wordlists/rockyou.txt zipnotes.hash
John does not crack this file, and what happens is that it goes through the whole worklist (rockyou) in 5 seconds. However, when i do not use the wordlist if works but does not crack the file.
I am also using hashcat with similar results. I am using mode 17210, 17220 and nothing. With no wordlist, similar to john, it goes through the cracking process but does not find anything.
Any help would be appreciated.