rakibxdev / zip_password_cracker

Zip Password Cracker is a Python script that performs a brute force attack on password-protected ZIP files. It allows users to provide a list of possible passwords, and then the script attempts to open the ZIP file using the given passwords. The script utilizes multithreading to speed up the process, making it faster than a single-threaded approach

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rakibxdev/zip_password_cracker Stargazers