Create README.md

This commit is contained in:
umar abdullahi 2018-10-03 15:19:29 +01:00 committed by GitHub
parent 3c5818c931
commit a9c19970a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,24 @@
# anyZipcrack-dictionary
This python script will crack any zip file using given dictionary file
## Requipment
python 3.++ or 2.++
# Usage
try using the given zip file and dictionary file
## For windows
```bash
$ python zipCrack.py -f evil.zip -d dictionary.txt
```
## For unix/mac/linux
```bash
$ ./zipCrack.py -f evil.zip -d dictionary.txt
```
or that way
```bash
$ python zipCrack.py -f evil.zip -d dictionary.txt
```