This Section of this site will teach you how to bruteforce Zip files in your terminal
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.
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
pkg update -y && pkg upgrade -y
sudo apt update -y && sudo apt upgrade -y
pkg install git -y
sudo apt install git -y
git clone https://github.com/TermuxHackz/zip-brute
cd zip-brute && chmod +x *
python2 -m pip install -r requirements.txt
python2 zipbrute.py
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.