Skip to content
This repository has been archived by the owner on May 12, 2022. It is now read-only.

Commit

Permalink
doing this stuff :\
Browse files Browse the repository at this point in the history
  • Loading branch information
iossefy committed Aug 7, 2018
1 parent 021c9f2 commit 29fbe9d
Show file tree
Hide file tree
Showing 18 changed files with 31 additions and 54 deletions.
2 changes: 1 addition & 1 deletion Obevilion.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

# @author bl4ckvghost
# @author MaliciouSSymbol
#
# Copyright (C) 2017 Youssef Hesham
#
Expand Down
37 changes: 8 additions & 29 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,10 @@ Name | Obevilion
:------------- | :----------------------------------------------------------------------------------------------
Python Version | Python2.7.14 / python3 soon...
Languages | Pure Python
Author | [@BL4CKvGHOST](https://twitter.com/BL4CKvGHOST) (Youssef Hesham)
Project GitHub | <https://github.com/BL4CKvGHOST/Ob3vil1on>
Project Website| <https://bl4ckvghost.github.io/Ob3vil1on>
Author GitHub | <https://github.com/BL4CKvGHOST/>
Author Website | <https://bl4ckvghost.github.io>
License | [GNU General Public License v3.0](https://github.com/BL4CKvGHOST/Ob3vil1on/blob/master/COPYING)
Author | [@MaliciouSSymbol](https://twitter.com/MaliciouSSymbol)
Project GitHub | <https://github.com/MaliciouSSymbol/Ob3vil1on>
Author GitHub | <https://github.com/MaliciouSSymbol/>
License | [GNU General Public License v3.0](https://github.com/MaliciouSSymbol/Ob3vil1on/blob/master/COPYING)
Copyleft | Youssef Hesham

## What Obevilion Crack
Expand All @@ -28,32 +26,13 @@ if you are not familiar with Brute-force attack, try dictionary attacks (Not Ava

## Windows

If you are using windows you must install the [Cygwin](http://www.cygwin.com/).

Then install the [requirements](#requirements).

Now you can run Obevilion with [Cygwin](http://www.cygwin.com/).

## Mac OS X

If you are using mac os x you must have the [requirements](#requirements) installed in your terminal.
**THERE IS NO WINDOWS SUPPORT**

## Requirements

you must have `Python2` and `Python3` installed on your system (LATEST VERSION PREFERRED)

### Linux Installation

```shell
sudo apt-get update && sudo apt-get upgrade
sudo apt-get install python python3 python3-pip python-pip
sudo apt-get install unzip unrar p7zip-full
sudo apt-get install python-pyqt5 python-qt4
```

#### Other Platfroms
you must have `Python2` and `Python3` **BOTH** installed on your system (LATEST VERSION PREFERRED)

other platforms is not supported yet
install pyqt4 for the GUI

## Report Bugs

Expand Down Expand Up @@ -101,6 +80,6 @@ want to update Ob3vil1on script, run `updater.py` with `python3`

- [x] Complete The GUI

- [ ] Create a web based UI
- [ ] Create a web based UI (will never happen)

## Copyright (c) 2017 Copyright Youssef Hesham All Rights Reserved.
12 changes: 5 additions & 7 deletions core/Banner.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

# @author bl4ckvghost
# @author MaliciouSSymbol
#
# Copyright (C) 2017 Youssef Hesham
#
Expand All @@ -25,16 +25,14 @@ def main_banner(self):
NO ONE WILL GIVE YOU FREEDOM
YOU TAKE IT!
Created By: BL4CKvGHOST<[email protected]>
Created By: MaliciouSSymbol
Code Name: Ze0xFF
''')

print("Coded By BL4CKvGHOST")
print("Coded By MaliciouSSymbol")
print("{}".format(name[:-3]))
print(
"Updates: now officialy {} is the strongest Cracking Script".format(name[:-3]))
print("GitHub: https://github.com/BL4CKvGHOST")
print("Twitter: https://twitter.com/BL4CKvGHOST")
print("GitHub: https://github.com/MaliciouSSymbol")
print("Twitter: https://twitter.com/MaliciouSSymbol")
print("Usage: Python {} [display_mode] [archive path]".format(name))
print("Help!: python {} --help\n".format(name))

Expand Down
2 changes: 1 addition & 1 deletion core/Check.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

# @author bl4ckvghost
# @author MaliciouSSymbol
#
# Copyright (C) 2017 Youssef Hesham
#
Expand Down
2 changes: 1 addition & 1 deletion core/Control.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

# @author bl4ckvghost
# @author MaliciouSSymbol
#
# Copyright (C) 2017 Youssef Hesham
#
Expand Down
2 changes: 1 addition & 1 deletion core/UI/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

# @author bl4ckvghost
# @author MaliciouSSymbol
#
# Copyright (C) 2017 Youssef Hesham
#
Expand Down
4 changes: 2 additions & 2 deletions core/UI/ascript.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

# @author bl4ckvghost
# @author MaliciouSSymbol
#
# Copyright (C) 2017 Youssef Hesham
#
Expand Down Expand Up @@ -35,7 +35,7 @@ def showTxT(self):
self.master, text="Created in Pure Python")
self.end = Label(
self.master, text="Obevilion created by Hackers For Hackers")
self.boom = Label(self.master, text="Created By BL4CKvGHOST")
self.boom = Label(self.master, text="Created By MaliciouSSymbol")

# Packing the variables
self.title.pack()
Expand Down
2 changes: 1 addition & 1 deletion core/UI/attack.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

# @author bl4ckvghost
# @author MaliciouSSymbol
#
# Copyright (C) 2017 Youssef Hesham
#
Expand Down
2 changes: 1 addition & 1 deletion core/UI/gui.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

# @author bl4ckvghost
# @author MaliciouSSymbol
#
# Copyright (C) 2017 Youssef Hesham
#
Expand Down
2 changes: 1 addition & 1 deletion core/UI/jobs.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

# @author bl4ckvghost
# @author MaliciouSSymbol
#
# Copyright (C) 2017 Youssef Hesham
#
Expand Down
2 changes: 1 addition & 1 deletion core/UI/me.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

# @author bl4ckvghost
# @author MaliciouSSymbol
#
# Copyright (C) 2017 Youssef Hesham
#
Expand Down
2 changes: 1 addition & 1 deletion core/UI/qt.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

# @author bl4ckvghost
# @author MaliciouSSymbol
#
# Copyright (C) 2017 Youssef Hesham
#
Expand Down
2 changes: 1 addition & 1 deletion core/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

# @author bl4ckvghost
# @author MaliciouSSymbol
#
# Copyright (C) 2017 Youssef Hesham
#
Expand Down
2 changes: 1 addition & 1 deletion core/configuration/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

# @author bl4ckvghost
# @author MaliciouSSymbol
#
# Copyright (C) 2017 Youssef Hesham
#
Expand Down
2 changes: 1 addition & 1 deletion core/configuration/settings.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

# @author bl4ckvghost
# @author MaliciouSSymbol
#
# Copyright (C) 2017 Youssef Hesham
#
Expand Down
2 changes: 1 addition & 1 deletion core/model.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

# @author bl4ckvghost
# @author MaliciouSSymbol
#
# Copyright (C) 2017 Youssef Hesham
#
Expand Down
4 changes: 2 additions & 2 deletions core/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

# @author bl4ckvghost
# @author MaliciouSSymbol
#
# Copyright (C) 2017 Youssef Hesham
#
Expand All @@ -25,7 +25,7 @@
elif platform.python_version()[0] == '3':
from urllib.request import urlopen
else:
print("WTF!, unknowen python version!")
print("WTF!, unknown python version!")
sys.exit(-1)


Expand Down
2 changes: 1 addition & 1 deletion core/writer.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

# @author bl4ckvghost
# @author MaliciouSSymbol
#
# Copyright (C) 2017 Youssef Hesham
#
Expand Down

0 comments on commit 29fbe9d

Please sign in to comment.