Python script to brute force a zip file's password from a word list.
./brute_force_zip.py --help usage: brute_force_zip.py [-h] zipfile wordlist Bruteforce the password of a zip file. positional arguments: zipfile wordlist optional arguments: -h, --help show this help message and exit