(Nmap) is a network scanning and host detection tool .
Benefit Of Nmap
- Detect the live host on the network (host discovery)
- Detect the open ports on the host (port discovery or enumeration)
- Detect the software and the version to the respective port (service discovery)
- Detect the operating system, hardware address, and the software version
- Detect the vulnerability and security holes (Nmap scripts)
Example :
- Scan A Single Host:- nmap 192.168.1.1 Or nmap http://www.olee.tech.blog
- Scan Subnet : – nmap 192.168.1.1/80 or nmap http://www.olee.tech.blog/80
- Scan Multiple Url : nmap 192.168.1.1 192.168.1.8
- Scan Multiple Url With Range : nmap 192.168.1.1-100
একটা নেটওয়ার্ক এ একটিভ আইপি কোনগুলো অথবা রাউটার এর কোন কোন আইপি খালি আছে তা দেখার জন্য
nmap -sn 192.168.10.101/24