https://github.com/cstayyab/offensive-mamba
Offensive Mamba is an automated penetration testing that uses publicly available softwares, CVE Databases and Exploit Databases to test the security of a network.
https://github.com/cstayyab/offensive-mamba
network-monitoring network-security penetration-testing-framework
Last synced: about 1 year ago
JSON representation
Offensive Mamba is an automated penetration testing that uses publicly available softwares, CVE Databases and Exploit Databases to test the security of a network.
- Host: GitHub
- URL: https://github.com/cstayyab/offensive-mamba
- Owner: cstayyab
- License: gpl-3.0
- Created: 2020-06-03T10:27:34.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-03T12:45:11.000Z (about 6 years ago)
- Last Synced: 2024-11-29T15:51:39.603Z (over 1 year ago)
- Topics: network-monitoring, network-security, penetration-testing-framework
- Language: Python
- Homepage:
- Size: 1.69 MB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Offensive Mamba
Offensive Mamba is an automated penetration testing that uses publicly available softwares, CVE Databases and Exploit Databases to test the security of a network just like a Penetration Tester does but without invloving human biases and shortcomings of a human actor.
## Main Interfaces
This project has 3 main interfaces or parts:
* **Dashboard**
Frontend for the Users where they can view reports and other information related to their network.
* **API and Master Control**
It the core of the project. It contains database and API backend along with the part which controls the Users Network to get vulnerability information from the local systems users has registered.
* **Local Agent**
This part should be deployed inside the user's network. It will recieve commands from the Master and act accordingly to provide information that master requires about the local systems. It will assist Master to genrate and store reports into the main system database.