tt-viic / 7zip-BruteForce

Simple python script that allow us brute-forcing 7z and zip files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

7zip-BruteForce

Simple python script that allow Brute-Forcing a 7z or zip file. ⠀

REQUIREMENTS


In order to execute the script, you must have Python from version 3.8.0 or higher. You will also need the program 7zip; there is how you can download it:

Operating System installation method
Arch Linux pacman -S p7zip
Debian sudo apt-get install p7zip-full
Windows https://www.7-zip.org/


Apart from that, you will obviously need a password dictionary and a .7z or .zip file compressed with a password. ⠀

EXECUTION


Open the command line or the CMD if you are on Windows. In case you did not clonned it with git, go to the directory where you downloaded the script using the command cd (here goes the directory) example: cd Dwonloads/7zip-BruteForce/

Once you are in the directory where is 7zip-BruteForce.py copy paste python3 7zip-BruteForce.py in the command line if you want to Brute-Force a .7z file otherwise you want to Brute-Force a .zip file, run sudo python3 7zip-BruteForce.py. ⠀

FUNCTIONING AND GUI

main

7z

zip ⠀ ⠀

CONTACT / SUGGESTIONS

If you want to make make me any question or collaboration with me, you can message me vía e-mail to viic@tutanota.com


HackingEspaña

About

Simple python script that allow us brute-forcing 7z and zip files.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%