AIM:How to run Nmap Scan

Theory:

Nmap, short for Network Mapper, is a free, open-source tool for vulnerability scanning and networkdiscovery. Network administrators use Nmap to identify what devices are running on their systems, discovering hosts that are available and the services they offer, finding open ports and detecting security risks

1. how to run nmap scan

To get started, download and install Nmap from the nmap.org website and then launch a command prompt. Typing nmap [hostname] or nmap [ip_address] will initiate a default scan.how to run nmap