What is a nmap...?
Nmap is short for Network Mapper. It is an open-source Linux command-line tool that is used to scan IP addresses and ports in a network and to detect installed applications. Nmap allows network admins to find which devices are running on their network, discover open ports and services, and detect vulnerabilities.
all nmap command ....
Nmap destination
(1) -sv Attempts to determine the version of the services running...
(2) -p <X> or -p- port San for port < x> scan all ports..
(3) -pn Disable host discovery and just San for opne posts,
(4) -A Enables Os and version Detection executes in build scripts for further enumeration
(5) -sc Scan with the default nmap scripts
(6) -v verbase mode
(7) -su Udp port scan
(8) -ss TCP syn port Scan......
0 Comments