Certified Ethical Hacker (CEH v11) — Question 265

The network in ABC company is using the network address 192.168.1.64 with mask 255.255.255.192. In the network the servers are in the addresses
192.168.1.122, 192.168.1.123 and 192.168.1.124. An attacker is trying to find those servers but he cannot see them in his scanning. The command he is using is: nmap 192.168.1.64/28.
Why he cannot see the servers?

Answer options

Correct answer: C

Explanation

The correct answer is C because the /28 subnet mask limits the scan range to 192.168.1.64 to 192.168.1.78, which does not include the server addresses of 192.168.1.122, 192.168.1.123, or 192.168.1.124. The other options suggest incorrect commands or address changes that do not address the issue of the scanning range.