Ever forgot your password to a zipfile or you just want to crack the password for some reason, Then zzCrack is what you need
This is a advanced tool to crack passwords on zipfiles by wordlists or bruteforce.
You can also save the current state in wordlist and return from it anytime
You can download it as a zipfile or however you want Then cd into the folder where zz.py is located and run
pip install -r requirements.txt
Run main.py with either arguments(more advanced) or without arguments(easy)
Argument Help: zz.py --help
ββββββββββββββββββ ββββββ ββββββ βββ ββββββ ββ βββ
β β β ββββ β β βββββββ ββ βββ β βββββββββ ββββ ββ βββββ
β β ββββ β β ββββ βββ β βββ βββ ββββ βββ βββ β ββββββ
βββ β βββ βββββ βββββββββββ βββββββββ ββββ βββββββ ββ
βββββββββββββββββββ βββββ βββββ ββββ ββ βββββ βββββ βββββ ββ
βββ ββββββββ ββββββ ββ β ββ ββ ββββ ββ βββββ ββ β ββ ββ ββ
βββ β β ββββ β β β β β ββ β ββ β ββ β β β β ββ ββ
β β β β ββ β β β ββ ββ β β β β β ββ β
β β β β β β β β ββ β β β
β β β β
https://github.com/robi0t
Enter a directory/name to a .zip file > test.zip
Which attack type would you like to run
0: Bruteforce 1: Wordlist > 0
[+] Which characters to use in the attack (combine to use multiple, separated by +)
0: Only small letters
1: Only big letters
2: Only numbers
3: Only signs
4: Everything
> 0
[-+] Max length > 4
Do you want to output everything (slower) or not (faster) y/n > y
python zz.py -f test.zip -w rockyou.txt --stream
python zz.py -f test.zip -b -c 0+2 -l 4 --stream
python zz.py --restore 0
--stream prints everything it tries, it makes the process slower