https://store-images.s-microsoft.com/image/apps.19172.a2383fb1-71ca-4c84-b069-044d2d906758.6963fde2-98e4-4e79-91af-0089cea69826.8dd51b5d-f6c9-4e43-b815-21d47f665a4f

Nmap on Ubuntu 24.04

yayıncı: bCloud LLC

Version 7.94.0 + Free Support on Ubuntu 24.04

Nmap (Network Mapper)

Nmap (Network Mapper) is a powerful open-source network scanning and security auditing tool designed for discovering hosts, services, open ports, and network configurations. It is widely used by system administrators, DevOps engineers, and security professionals for network inventory, monitoring, and vulnerability assessment.

Features of Nmap:

  • Performs fast and accurate network discovery using IP-based scanning.
  • Detects open ports, running services, and service versions.
  • Supports multiple scan types including TCP, UDP, SYN, and OS detection.
  • Includes NSE (Nmap Scripting Engine) for advanced security checks and automation.
  • Works entirely via command-line interface (CLI) with no database dependency.
  • Compatible with IPv4 and IPv6 networks.

Nmap Usage

$ sudo su
$ nmap --version              # Check Nmap version
$ nmap 192.168.1.1             # Scan a single IP
$ nmap -p 1-1000 192.168.1.1    # Scan specific port range
$ nmap -sV 192.168.1.1          # Detect running services and versions
$ nmap -A 192.168.1.1           # Aggressive scan (OS, services, scripts)

Disclaimer: Nmap is an open-source network scanning tool developed and maintained by the Nmap Project and the open-source community. It is provided "as is" without any warranty. Users are responsible for ensuring ethical usage, proper authorization,