Skip to content

A collection of brute force approaches for cracking a password protected zip file

Notifications You must be signed in to change notification settings

Royz2123/Zip-Cracker

Repository files navigation

Zip Crack

A brute force approach for unlocking a password protected zip file Created for educational purposes only, as part of IBM's Capture the flag

Running the code

Simply run the following line in your command line. Notice required and optional arguments.

For brute force:
python main.py <zip file> <max_length> [<-u UPPERCASE> <-l LOWERCASE> <-d digits> <-s symbols>]

For Dictionary:
python main.py <zip file> <max_length> [<-d DICTIONARRY ATTACK> <dict file>]

Algorithms

  1. Simple Brute force
  2. Dictionary

About

A collection of brute force approaches for cracking a password protected zip file

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages