This is a simple menu-based Nmap automation toolkit designed to make network scanning easier and faster. It provides multiple predefined scan options such as quick scan, service detection, OS detection, UDP scan, and a smart security scan that highlights important open ports and services.
An advanced network reconnaissance toolkit built around Nmap, designed to automate scanning, service detection, and information gathering in a structured and user-friendly way.
- Fast network scanning using Nmap
- Host discovery and port scanning
- Service version detection
- OS fingerprinting support
- Organized output results per scan
- Modular structure (easy to expand tools)
- Beginner-friendly CLI interface
git clone https://github.com/whoami136/Advanced-NMAP-Toolkit.git
cd Advanced-NMAP-Toolkit
bash nmap.sh- Kali Linux / Linux
- Nmap
Install:
sudo apt update
sudo apt install nmap -y