This python script will crack any zip file using given dictionary file
python 3.++ or 2.++
try using the given zip file and dictionary file
$ python zipCrack.py -f evil.zip -d dictionary.txt
$ ./zipCrack.py -f evil.zip -d dictionary.txt
or that way
$ python zipCrack.py -f evil.zip -d dictionary.txt