Python ZIP Cracker with Bruteforce method and create file wordlist or with wordlist file.
Weakness in the first method
The longer from length of password it will increasingly require large memory resources ..
so there may be an error if the memory is not strong.
If you want getting with first method, we recommend to you use min-length
and max-length
as same as with max-length
. example use: min-length: 4
and max-length: 4
.
"""
Name : Python ZIP Cracker
Created By : Agus Makmun (Summon Agus)
Blog : bloggersmart.net - python.web.id
License : GNU GENERAL PUBLIC LICENSE Version 2, June 1991
Documentation : https://github.com/agusmakmun/Python-ZIP-Cracker/
"""