QuestionQ473
Scanning and MappingAn analyst runs the following Nmap scan from a Linux computer as a non-privileged user. The target host, 10.0.233.2, has tcp/445 open. What network traffic is generated by this scan?
$ nmap 10.0.233.2
- A ICMP echo and reply between the source and destination
- B No traffic will be captured as the scan is passive
- C TCP handshake between the source and destination hosts
- D ACK packets from the source to the destination
Community Discussion