Skip to content

claudemuller/zip-cracker.go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zip Cracker

go

cracker

A .zip password cracker written in Go.

Generate Test Data

make gen-test-file

Run

Dictionary Attack

make run ARGS="-file <the_zip_file.zip> -wordlist <the_wordlist.txt>"

Run Tests

make test