x3omdax / PenBox

PenBox - A Penetration Testing Framework - The Tool With All The Tools , The Hacker's Repo
https://www.facebook.com/CEH.TN
Other
464 stars 195 forks source link

improved code #17

Closed Chiheb-Nexus closed 8 years ago

Chiheb-Nexus commented 8 years ago

Here is a new code written within Python 3.5 (normally it can run under any Python3 version). This code is more portable and can be maintend very easly. The code is divised into different parts and every downloded binary (framework or files) are stored in PenBox/src/bin. Here is an overview of the new architecture:

.
├── PenBox.py
├── README.md
├── src
│   ├── bin
│   ├── Exp.py
│   ├── Info.py
│   ├── __init__.py
│   ├── Passwd.py
│   ├── PostExploit.py
│   ├── Sn1per.py
│   ├── Snif.py
│   ├── var
│   │   ├── __init__.py
│   │   └── Variables.py
│   ├── Webhack.py
│   └── Wire.py
└── tests