mirror of
https://github.com/hastagAB/Awesome-Python-Scripts.git
synced 2024-11-23 20:11:07 +00:00
Create README.md
This commit is contained in:
parent
3c5818c931
commit
a9c19970a9
24
zip_password_cracker/README.md
Normal file
24
zip_password_cracker/README.md
Normal 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
|
||||
```
|
Loading…
Reference in New Issue
Block a user