Skip to content

Latest commit

 

History

History
26 lines (13 loc) · 395 Bytes

README.md

File metadata and controls

26 lines (13 loc) · 395 Bytes

AKCrack

Simple python script for cracking password protected zip file

Requirements: Python, Git installed on your machine

Instructions:

Open cmd or termux

git clone https://github.com/Ahsan-Kobir/AKCrack.git

cd AKCrack

Keep your zip and password dictionary file in the same folder where the crack.py exists. rename to encrypted.zip, password.txt

Then,

python crack.py

(Old code)