From a9c19970a966f3316a3348602b9152ea927ea6d5 Mon Sep 17 00:00:00 2001 From: umar abdullahi Date: Wed, 3 Oct 2018 15:19:29 +0100 Subject: [PATCH] Create README.md --- zip_password_cracker/README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 zip_password_cracker/README.md diff --git a/zip_password_cracker/README.md b/zip_password_cracker/README.md new file mode 100644 index 0000000..aa88d4f --- /dev/null +++ b/zip_password_cracker/README.md @@ -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 +```