Skip to content

Python ZIP Cracker with Bruteforce method and create file wordlist or with wordlist file

License

Notifications You must be signed in to change notification settings

agusmakmun/Python-ZIP-Cracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

18 Commits

Repository files navigation

Python-ZIP-Cracker

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/ """ 

1. With create file wordlist method.

``` [+]------------------------------------------------------------[+] | | | =============================>> Create wordlist | | ===================>> Get password | | | [+]------------------------------------------------------------[+] ```

2. With Wordlist input from user

About

Python ZIP Cracker with Bruteforce method and create file wordlist or with wordlist file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages