NMAP Commands
NMAP Commands
Ex.No :02
Nmap Commands
1. Introduction:
Nmap is Linux command-line tool for network exploration and security auditing. This tool
is generally used by hackers and cybersecurity enthusiasts and even by network and
system administrators. It is used for the following purposes:
Real time information of a network
Detailed information of all the IPs activated on your network
Number of ports open in a network
Provide the list of live hosts
Port, OS and Host scanning
11 Nmap -sS drngpit.ac.in nmapHere -sS flag is used for TCP SYN
Scan, Which is a stealthy and efficient
method of scanning for open ports on a
target system.
12 nmap -sS <Domain Here "-oG" flag can be used to store the
Name> -oG <file-path> nmap result in to specific file.