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