Skip to content

Script that uses a dictionary attack to crack a protected zip file

Notifications You must be signed in to change notification settings

louisthomaspro/zip-brutforce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Get Started

Brutforce a zip file protected with a password.

Ex: wordlist.txt

foo
bar
baz
qux

=> Possibilities : foo, bar, baz, qux, foofoo, foobar, foobaz, fooqux, barfoo, barbar...


Prerequisites

$ pip3 install tqdm

Run

$ python3 brutforce.py example.zip wordlist.txt 2

The last parameter indicate the maximum of word to concatenate.

About

Script that uses a dictionary attack to crack a protected zip file

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages