PDA

View Full Version here: : Recovering password from WinZip


bojan
05-10-2016, 03:42 PM
I forgot the password of the encrypted Winzip archive... and now I am at the mercy of overpriced web rescuers... or not?

I have one non-enctryted file (jpg) that is also inside the archive, and I tried to use one of the plaintext-attack capable demo applications... but it can't find the file for some reason (becaiuse it is not in the root directory?).

Does someone know about simple app that will extract the password from that archive?

noeyedeer
05-10-2016, 04:31 PM
try method 2 on this page. least nsis is legit and will compile your zip into an exe and will bypass the password apparently
www.isumsoft.com/rar-zip/how-to-open-password-protected-zip-file-without-password.html
fingers crossed.
matt

bojan
05-10-2016, 06:29 PM
Says "encrypted zip files not supported"...:shrug:

noeyedeer
05-10-2016, 06:50 PM
damn, thought it'd be too good to be true :( .. sorry man

silv
05-10-2016, 06:57 PM
bugger.

jog your memory.
Look at the file's creation date.
Then go through your password manager equivalent and find one that was created around the same time.

At least, Winzip won't lock you out after 3 tries, right?

acropolite
05-10-2016, 11:12 PM
this might be worth a try http://downloads.tomsguide.com/Accent-ZIP-Password-Recovery,0301-41241.html

bojan
06-10-2016, 07:28 AM
Memory, eh...
I came up with couple of dozens of possible passwords when trying to use ZIPCracker. Nothing worked... I really protected that file ;)
I remember at that time I was for some reason pressed to change the password, and the od one dissapeared into oblivion.

Brute force attack is probably not practical because I think there may be 8-12 characters in that password. It will take time to crack it...
Anyway, thank you all for your help.

sil
06-10-2016, 01:17 PM
Kali linux has tools for dictionary and brute force attacks on zips. download the LiveCD, burn to disc and boot from it on a spare machine plug in a thumbdrive with your zip file, let the machine do the work. Some tools let you wildcard your brute force attempts to save time in case you know something about the password. Kali is free. Dictionary attacks are hugely fast even with variation options compared to bruteforce. Some files have tools that use some exploit to remove passwords (PDFs are easy to remove protection). Kali is a great toolbox but not for computer newbs, though there are heaps of youtube and web tutorials for using kali on particular files. Its an all freeware tools Distroso you're not getting cracked "warez" files, I use it for penetration testing to secure networks rather than on files.

Simple zip cracking tutorial. (http://knoxd3.blogspot.com.au/2013/10/how-to-use-fcrackzip-in-kali-linux.html)

silv
06-10-2016, 04:24 PM
cool!