nmap scan network windows code example
Example 1: scan entire network nmap
nmap -sP 192.168.1.0/24
Example 2: nmap port scan
How to scan all target ports
Sudo nmap pasteheretargetip
nmap -sP 192.168.1.0/24
How to scan all target ports
Sudo nmap pasteheretargetip