OS fingerprinting

nmap -O 10.10.0.2.19 to know what is the operating system of this ip

Version Scanning

to make version Scanning for the ports and the services for it , use

nmap -sV 10.0.2.10 , gives me the versions of services on this ports

<aside> 🚨 nmap -A #A = -sV -sC -O

</aside>


Nmap Vulnerability scanning:

Firstly , Nmap having many bult in scripts to scan Vulnerabilities , Path to this Vulnerabilities : /usr/share/nmap/scripts

syntax : nmap -sC target

to run specific Script → nmap --script=http-robots.txt.nse -p80

nmap --script=smb* ==⇒ Run All SMB scripts