1
2See fcrackzip.txt (which is derived from the manpage), or fcrackzip.html
3
4There is a web page with more information at
5http://lehmann.home.ml.org/fcrackzip.html or
6http://www.goof.com/pcg/marc/fcrackzip.html
7
8A sample password-protected .zip file is included as "noradi.zip". It's
9password has 6 lower case characters, and fcrackzip will find it (and a
10number of false positives) with
11
12fcrackzip -b -c a -p aaaaaa ./noradi.zip
13
14which will take between one and thirty minutes on typical machines.
15
16To find out which of these passwords is the right one either try them out
17or use the --use-unzip option.
18
19Marc
20
21