The aim of the program is to crack a zip file's password using simple brute force approach from a given words list.
- Python tqdm - Instantly shows a smart progress meter for loops.
Can be installed using pip/pip3
>> pip3 install tqdm
>> python crack_zip.py
Enter Words list filename: $(wordlist)
Enter zip filename: $(zipfile)
Total passwords to test: $(total_number_of_words_being_checked)
Password found: $(password)
OR
Password not found, try other wordlist.
NOTE: Example words list can be downloaded from this link along with sample zip file attached with the code file(secret.zip).