Name Modified Size InfoDownloads / Week
Parent folder
gpl.txt 2014-01-15 35.1 kB
README.txt 2014-01-15 1.8 kB
zip_crack.py 2014-01-13 3.6 kB
Totals: 3 Items   40.6 kB 0
Python Security Toolkit
Zip File Cracker
http://pythonsecuritytoolkit.sourceforge.net/

This program is written in Python 3.  Please run it with a Python 3 interpreter.

Python Security Toolkit is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Python Security Toolkit is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.





Instructions
---------------------------------------------------------------------------------------------------

Usage:
This program is written in Python 3 and must be ran in a Python 3 interpreter.
Execute the program from a command line console with the Python 3 interpreter.
Example:  command_prompt>python zip_crack.py



Positional arguments:

The zip file cracker has 2 required positional arguments

The first positional argument is dict.  This is the dictionary file that will be used to test words
against the password protected zip file.

The second positional argument is zip.  This is the password protected zip file you wish to open.
Example:  command_prompt>python zip_crack.py dictionary_file.txt, zip_file.zip



Optional arguments:

The zip file cracker has 1 optional argument.

The optional argument is -h, or --help.
This displays a help file which explains how to enter the command line arguments.
Example:  command_prompt>python zip_crack.py -h
Source: README.txt, updated 2014-01-15