Interesting situation, zipfile password protected, and extracted.
#1
So imagine the following situation 

You zipped & password protected some files and you have the original folder.
Anyway to figure out what the password was using hashcat?
#2
Fun fact it's 2017 on the server eventhough it's 2016 here..
#3
If it's WinZip-compatible ZIP, then it would be covered by mode 13600. You'll have to extract the hash using zip2john (from John the Ripper). This thread may be useful:

https://hashcat.net/forum/thread-5709.html
~
#4
(12-31-2016, 09:29 PM)royce Wrote: If it's WinZip-compatible ZIP, then it would be covered by mode 13600. You'll have to extract the hash using zip2john (from John the Ripper). This thread may be useful:

https://hashcat.net/forum/thread-5709.html

Awesome, thanks for the quick reply on new years eve.