Nmap-Interactive-Menu

🔍 Nmap Interactive Menu

📸 Screenshot

Nmap Interactive Menu Screenshot

An Easy-to-Use Nmap Scanning Tool for Network Exploration & Security Audits

This Bash-based interactive tool simplifies advanced Nmap commands into a clean, user-friendly terminal menu. It allows both beginners and professionals to perform powerful network reconnaissance and security audits without typing long command lines.


🚀 Features

🔹 Basic Scans

🔹 Advanced Scans

🔹 Specific Scans

🔹 Special Options

🔹 Advanced Techniques


📦 Prerequisites

Install Nmap:

Ubuntu/Debian

sudo apt update && sudo apt install nmap

CentOS/RHEL

sudo yum install nmap

macOS (Homebrew)

brew install nmap

📥 Installation

Option 1 — Clone with Git

git clone https://github.com/juttcybertech/Nmap-Interactive-Menu.git

Option 2 — Direct Download

Download nmap_menu.sh from the repo.


▶️ Usage

  1. Make the script executable:
    chmod +x nmap_menu.sh
    
  2. Run it:
    sudo ./nmap_menu.sh
    

👨‍💻 Developer

Jutt Cyber Tech