Skip to content

Security research and lab automation tool for vulnerability scanning and analysis in controlled environments. Designed to assist with offensive security education using tools like Nmap and Metasploit for lab testing only.

Notifications You must be signed in to change notification settings

3MPER0RR/OffensiveAutomaticTool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

OffensiveAutomaticTool

USE ONLY IN YOUR LAB FOR TEST

Educational and research-oriented Python framework for offensive security labs. Designed to automate vulnerability scanning and analysis in controlled environments using tools like Nmap and Metasploit.

Prerequisites

Linux debian

nmap

metasploit

Install guides sudo apt update && sudo apt install nmap metasploit-framework

nmap --version

msfconsole --version

python3 -m venv name

source name/bin/activate

pip install python-nmap

pip install streamlit

streamlit run OffensiveAutomaticTool.py --server.port 8888

About

Security research and lab automation tool for vulnerability scanning and analysis in controlled environments. Designed to assist with offensive security education using tools like Nmap and Metasploit for lab testing only.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages