Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

you have found the ip address of a host to be 172.125.68.30. you want t…

Question

you have found the ip address of a host to be 172.125.68.30. you want to see what other hosts are available on the network. which of the following nmap commands would you enter to do a ping sweep?
nmap -su 172.125.68.1-255
nmap -ss 172.125.68.1-255
nmap -sm 172.125.68.1-255
nmap -sn 172.125.68.1-255
i want to review this question later. (optional)

Explanation:

Brief Explanations

A ping sweep (host discovery) with nmap uses the -sn flag, which skips port scanning and only checks for active hosts on the target network range. The other flags serve different purposes: -sU scans UDP ports, -sS is a TCP SYN port scan, and -sM is a TCP Maimon scan, none of which are for ping sweeps.

Answer:

nmap -sn 172.125.68. 1-255