Obevilion is archive cracker created in python.
Name | Obevilion |
---|---|
Python Version | Python2.7.14 / python3 soon... |
Languages | Pure Python |
Author | @MaliciouSSymbol |
Project GitHub | https://github.com/MaliciouSSymbol/Ob3vil1on |
Author GitHub | https://github.com/MaliciouSSymbol/ |
License | GNU General Public License v3.0 |
Copyleft | Youssef Hesham |
ZIP Files | 7Z Files | RAR Files |
---|---|---|
Accuracy 99% | Accuracy 99% | Accuracy 99% |
Using BruteForce Attack Method To Crack Archive Files
if you are not familiar with Brute-force attack, try dictionary attacks (Not Available Yet, Wait For The New Update)
THERE IS NO WINDOWS SUPPORT
you must have Python2
and Python3
BOTH installed on your system (LATEST VERSION PREFERRED)
install pyqt4 for the GUI
you can submit an issue in the issue section at GitHub
Just submit a pull request.
MAKE SURE TO RUN THE SCRIPT AS ROOT
Run this command to crack any archive file, it will detect its type automatically
for bruteforce attack run this command
python Obevilion.py --cli -b /path/to/archive.zip
for dictionary attack run this command
python Obevilion.py --cli -d /path/to/archive.zip
if you are not familiar with command line argument you can try easy_mode
python Obevilion.py --easy_mode
Want to learn more about the Obevilion script and how to use it, just display the help menu with this command
python Obevilion.py --help
if you are in the easy_mode
+=> help
do not like the UNIX-SHELL?. just try the GUI tool, run this command in the unix shell 😄
python Obevilion.py --gui
want to update Ob3vil1on script, run updater.py
with python3
python3 updater.py
-
Complete The GUI
-
Create a web based UI (will never happen)