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
- A. He needs to add the command ג€ג€ip addressג€ג€ just before the IP address
- B. He needs to change the address to 192.168.1.0 with the same mask
- C. He is scanning from 192.168.1.64 to 192.168.1.78 because of the mask /28 and the servers are not in that range
- D. The network must be dawn and the nmap command and IP address are ok
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.