GIAC
GCIH · Question #403
An analyst runs the following nmap scan from their Linux computer as a non-privileged user. The target host, 10.0.233.2, has tcp/445 open. What network traffic would be generated by this scan? $…
The correct answer is C. TCP handshake between the source and destination hosts. A basic nmap scan, when not running as root, does a full TCP connect scan and completes the 3-
Reconnaissance, Scanning, and Enumeration
Question
An analyst runs the following nmap scan from their Linux computer as a non-privileged user. The target host, 10.0.233.2, has tcp/445 open. What network traffic would be generated by this scan? $ nmap 10.0.233.2
Options
- AICMP echo and reply between the source and destination
- BNo traffic will be captured as the scan is passive
- CTCP handshake between the source and destination hosts
- DACK packets from the source to the destination
How the community answered
(31 responses)- A6% (2)
- B3% (1)
- C74% (23)
- D16% (5)
Explanation
A basic nmap scan, when not running as root, does a full TCP connect scan and completes the 3-
Topics
#nmap#TCP connect scan#non-privileged scanning#network traffic
Community Discussion
No community discussion yet for this question.