Wireless Army
This is a blog / tips and tricks website for web developers and security researchers.
follow us in feedly


find a zip file's password
by admin
 at 2017-05-04 14:57:00.

(be for starting make sure you are using backtrack 5 or kali linux as operation system)
open the command line

fcrackzip -b -l 1-99 -u (your file address)

example

fcrackzip -b -l 1-99 -u /root/Descktop/thisisazipfile.zip

because we are using brutal force the -l is specifying the length of letters/numbers. In this example we are using 1 to 99 for the length because we don’t have any info about the zip but if you can guess the length of the password and change it to some thing less (ex: 5-10) it will be faster to find the pass.