Skip to content
/ zippy Public

Script for unpacking diffrent formats and can bruteforce zip file with help of a wordlist

License

Notifications You must be signed in to change notification settings

cjuhlin/zippy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zippy

Script for unpacking nested archive and support diffrent formats(zip,tar and gz). It can also bruteforce zip file with help of a wordlist Made for a CTF-challenge , Zip-a-Dee-Doo-Dah @ houseplant 2020.

USEAGE:

usage: zippy.py [-h] -w WORDLIST -a ARCHIVE [-log LOG]

optional arguments:
  -h, --help            show this help message and exit
  -w WORDLIST, --wordlist WORDLIST
                        wordlist with password
  -a ARCHIVE, --archive ARCHIVE
                        archive file to decompress
  -log LOG, --log LOG   Provide logging level. Example --log debug', default='info'

About

Script for unpacking diffrent formats and can bruteforce zip file with help of a wordlist

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages