
nmap:ai:4c360
nmap scan address range
$ nmap -sn 192.168.0.1-10 -oX output.json
try on your machine
This command will perform a ping scan (-sn) on the IP address range from 192.168.0.1 to 192.168.0.10, and save the output in XML format (-oX) to the specified file 'output.json'.
This explanation was created by an AI. In most cases those are correct. But please always be careful and
never run a command you are not sure if it is safe.
Questions that are answered by this command:
- nmap scan address range?