Select Color


Welcome

I'm AnonyminHack5 Tech.

Web Designer & Programmer



Dark mode: OFF


How to bruteforce Zip files in Linux and Termux

This Section of this site will teach you how to bruteforce Zip files in your terminal


What is Zipbrute?

Zipbrute is a tool developed in python to bruteforce zip files easy very fast at its top speed, it cracks offline. Zipbrute is very powerful which depends on your wordlist as well.

How to Install Zipbrute

Installation of zipbrute is very easy and doesnt take much time all you need to do is to install necessary dependencies and start up zipbrute


Watch zipbrute in Action

Update and Upgrade your repo
For Termux: pkg update -y && pkg upgrade -y
For Linux: sudo apt update -y && sudo apt upgrade -y

Install git into your terminal
For Termux: pkg install git -y
For Linux: sudo apt install git -y

Clone my repository
For Both: git clone https://github.com/TermuxHackz/zip-brute

Go into directory and grant permissions to all files
For Both: cd zip-brute && chmod +x *

Install requirements
For Both: python2 -m pip install -r requirements.txt

Run and start zip-brute
For Both: python2 zipbrute.py

zipbrute


I hope the installation of zipbrute has been cleared up and easy to use, if you face errors during installation be sure to report them to me and i will help you fix them.



This Video Shows zipbrute bruteforcing and displaying the password of a password protected zip file
Download Video
Go back