Found a 16y old password protected Zip file with my mIRC logs
1–10 of 13 posts
While checking some really old CDs I found a password protected zip file with my mIRC logs from the year 2000. Since then my passwords changed a few times so I have no idea how many characters or which characters I used to protect the zip file. I already tried to brute force using 4-7 characters but no success. Any ideas to crack this are welcome.
Re: Found a 16y old password protected Zip file with my mIRC logs
#2I would research as to what cipher was used in zip files back then and see if it is currently defeatable, like RC4 or AES with bad padding, and then work through the cryptopals.com problems and see if any of this applies to the zip file.
Re: Found a 16y old password protected Zip file with my mIRC logs
#3You have either brute force with more characters or if you have a file in there with a known content there is a known-plaintext attack on zip encryption. I've used it once and it worked nicely but it's rather tricky to find another file with the exact same content for this.
Re: Found a 16y old password protected Zip file with my mIRC logs
#4fcrackzip?
Re: Found a 16y old password protected Zip file with my mIRC logs
#5Are you going to post what you find?
Re: Found a 16y old password protected Zip file with my mIRC logs
#6There was some post about using a CUDA program with your GPU to brute force zip passwords, but can't find anything with a quick google search.
Try this though
Re: Found a 16y old password protected Zip file with my mIRC logs
#7Are you going to post what you find?
not sure if I will find something that interesting for the cmmunity
Re: Found a 16y old password protected Zip file with my mIRC logs
#8fcrackzip? https://github.com/hyc/fcrackzip
thanks. that's what I've been using so far but no success.
Re: Found a 16y old password protected Zip file with my mIRC logs
#9There was some post about using a CUDA program with your GPU to brute force zip passwords, but can't find anything with a quick google search. Try this though http://www.crark.net/
will def look at this as it was in my plans to use some aws gpu instances for a couple of days.
Re: Found a 16y old password protected Zip file with my mIRC logs
#10You have either brute force with more characters or if you have a file in there with a known content there is a known-plaintext attack on zip encryption. I've used it once and it worked nicely but it's rather tricky to find another file with the exact same content for this.
wow! this is a good one! The Zip contains not only the logs but all the files that were part of the mIRC application (executable, config, etc). Maybe I'll try to find some old config files and explore this option.