GPEN · Question #229
Which of the following Penetration Testing steps includes network mapping and OS fingerprinting?
The correct answer is A. Gather information. The information gathering phase of penetration testing covers reconnaissance activities including network mapping and OS fingerprinting to profile the target environment before any exploitation occurs.
Question
Which of the following Penetration Testing steps includes network mapping and OS fingerprinting?
Options
- AGather information
- BExploit
- CVerify vulnerabilities
- DPlanning stage
How the community answered
(42 responses)- A76% (32)
- B14% (6)
- C7% (3)
- D2% (1)
Why each option
The information gathering phase of penetration testing covers reconnaissance activities including network mapping and OS fingerprinting to profile the target environment before any exploitation occurs.
Gather information (reconnaissance) is the phase where testers actively profile the target by performing network mapping to discover live hosts and network topology, and OS fingerprinting to identify the operating systems running on those hosts. These techniques build a detailed technical picture of the target environment and are foundational inputs for later phases such as vulnerability identification and exploitation.
Exploit is the phase where confirmed vulnerabilities are actively leveraged to gain unauthorized access, not where passive or active discovery techniques such as mapping and fingerprinting occur.
Verify vulnerabilities involves scanning and confirming the presence of specific known weaknesses on discovered systems, which is a narrower activity that occurs after initial reconnaissance.
The planning stage defines scope, rules of engagement, and legal authorization before any technical activity begins, so no active scanning or fingerprinting takes place here.
Concept tested: Penetration testing reconnaissance and information gathering phase
Source: https://csrc.nist.gov/publications/detail/sp/800-115/final
Topics
Community Discussion
No community discussion yet for this question.