Kai5174 / bruteforce-zip

Crack the password protected zip files and folders using brute-force attack with golang and python. It generates the password list file using length of password.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bruteforce-zip

Crack the password protected zip files and folders using brute-force attack with golang and python. It generates the password list file using length of password.

It requires following two programming language installed on the computer

  1. Go
  2. Python

To crack the zip file run the main.go file:

go run main.go

Specifying wordlist and length

Specifying wordlist and length

About

Crack the password protected zip files and folders using brute-force attack with golang and python. It generates the password list file using length of password.


Languages

Language:Go 91.7%Language:Python 8.3%