zipC
Last updated
Last updated
git clone https://github.com/kavin-jindal/zipC.git
pip install coloramaUsage:
python zipc.py -f <zipfile> -w <wordlist> -p <output_path>
Required arguments:
-f, --file [path] Path to the target zip file
-w, --wordlist [path] Path to the wordlist to be used
Optional arguments:
-o, --output [path] Directory to extract the file in
-h, --help Shows the help menu
Examples:
python zipc.py -f main.zip -w rockyou.txt
python zipc.py -f main.zip -w rockyou.txt -o /home/Desktop/main
python zipc.py --file /home/john/Desktop/archive.zip -w rockyou.txt -o /home/Documents/archivepython zipc.py -w rockyou.txt -f main.zippython zipc.py -w rockyou.ltxt -f main.zip -o /main/test