How to Crack Zip File Password
- Technical Shael
- Oct 16, 2020
- 1 min read
🔰 Zracker - Zip File Password BruteForcing Utility Tool based on CPU-Power. 🔰
Requirement : Termux or Kali Linux/Other Linux
Features :
[1] Auto Updater
Automatically checks for updates when you start the script, and Downloads and Installs if any update is available so.
[2] Utilises the Power of CPU-Cores
Can utilise Maximum no. of Cores available.
This means increases the process of cracking of zip passwords by opening different processes on different independent cores.
What this basically does is Split the inputted words from the given WordList and divides them in the no. of Cores Available or Selected and distributes that splitted list among all selected independent cores and work simultaneously ...
Installation Commands :
apt-get update
apte-get upgrade
pkg install python -y
pkg install python2
pkg install git -y
git clone git clone https://github.com/devim-stuffs/Zracker.git
cd Zracker
ls
chmod 777 *
python3 zracker.py
it will automatically take care of Python PIP Dependencies and would install them.
Well the requirements.txt file is included inside file backend/, incase ...
Enjoy 👍🏻❤️
Commentaires