Zracker – Zip File Password BruteForcing Utility Tool based on CPU-Power

KitPloit – PenTest Tools!–

Zracker is a Zip File Password BruteForcing Utility Tool based on CPU-Power.

  • Yet available for Linux only …
  • Supports WordList Mode only but will surely get an Update with BruteForce Mode

Dedicated WebSite: https://devim-stuffs.github.io/zracker/

Link to Post on Null-Byte: https://null-byte.wonderhowto.com/forum/increasing-speed-cracking-zip-passwords-with-power-cpu-0341537/

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 …

Pre-Requisites

Minimal requirements just include:

  • Python 3.xx

Disclaimer

uhm!.. Well don’t use it for Illegal purposes.

Installation

[1] Download Zracker, either using git clone :

git clone https://github.com/devim-stuffs/Zracker.git

or directly download and extract the zip file.

[2] Change current Directory to Zracker :

cd Zracker/

[3] After that, just run the Python Script named zracker.py like:

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 …

To-Do’s

  • Progress Percentage Show.
  • BruteForce mode.

View original article on KitPloit – PenTest Tools!

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s