-
Notifications
You must be signed in to change notification settings - Fork 144
/
Fcrackzip.txt
50 lines (33 loc) · 1.84 KB
/
Fcrackzip.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
----------------------------------FCRACKZIP HELP------------------------------------------
root@kali:~# fcrackzip --help
fcrackzip version 1.0, a fast/free zip password cracker
written by Marc Lehmann <pcg@goof.com> You can find more info on
http://www.goof.com/pcg/marc/
USAGE: fcrackzip
[-b|--brute-force] use brute force algorithm
[-D|--dictionary] use a dictionary
[-B|--benchmark] execute a small benchmark
[-c|--charset characterset] use characters from charset
[-h|--help] show this message
[--version] show the version of this program
[-V|--validate] sanity-check the algortihm
[-v|--verbose] be more verbose
[-p|--init-password string] use string as initial password/file
[-l|--length min-max] check password with length min to max
[-u|--use-unzip] use unzip to weed out wrong passwords
[-m|--method num] use method number "num" (see below)
[-2|--modulo r/m] only calculcate 1/m of the password
file... the zipfiles to crack
methods compiled in (* = default):
0: cpmask
1: zip1
*2: zip2, USE_MULT_TAB
-------------------------------------SAMPLE------------------------------------------
Fcrackzip -b -c ‘a1’ -l 6-10 -v -u /root/Desktop/sssss.zip
----------------------------------DESCRIPTION------------------------------------------
-b = brute-force attack
-c = Charset ‘a1’ (a for small alphabet and 1 for numeric value)
-l = Length of password (min length-max length)
-v = verbose (no compulsory )
-u = Use unzip and path of password protected file
Hit Enter and wait for the password!