Glossary · Cybersecurity

CompTIA PenTest+ (PT0-003) Glossary of Key Terms

intermediate

A free CompTIA PenTest+ (PT0-003) glossary: the engagement, reconnaissance, vulnerability, attack and post-exploitation terms defined in plain English for study.

By The Exam Atlas Editorial Team · Verified 2026-08-05

Plain-English definitions of the terms that come up most often in CompTIA PenTest+ (PT0-003) study, grouped loosely by the five official domains. Definitions are simplified for learning and describe concepts rather than operational steps; the official exam objectives are authoritative.

TermDefinition
Penetration testAn authorised, scoped simulation of an attack that finds and reports weaknesses so an organisation can fix them.
Rules of engagement (RoE)The written agreement that defines what may be tested, when, from where, by whom, and what is off-limits.
ScopingDeciding which addresses, applications, cloud tenants or sites are in and out, and which techniques are permitted.
Scope creepTesting beyond the agreed targets or techniques; the correct response is to stop and get written authorisation.
Statement of work (SOW)The document that defines deliverables, timeline and commercial terms for an engagement.
Master service agreement (MSA)The standing contract that sets the ongoing legal relationship between tester and client.
Non-disclosure agreement (NDA)A contract that protects the confidential information a tester learns during an engagement.
AuthorisationWritten permission from someone empowered to grant it, obtained before any testing begins.
Third-party authorisationExtra approval needed when assets are hosted or managed by another provider whose own policy applies.
De-conflictionCoordinating with the defensive team so testing traffic is not mistaken for a real incident.
Stop conditionA pre-agreed trigger that pauses or halts a test, such as an outage or evidence of a prior breach.
Known-environment testingTesting where the client shares full information (formerly “white box”); more coverage, less realism.
Unknown-environment testingTesting with little or no shared information (formerly “black box”); more realistic, less thorough.
Threat modelThe attacker being simulated (external, insider, compromised employee) that sets the starting position.
Attestation of findingsA short signed statement of what was tested and when, often passed by a client to an auditor.
Executive summaryThe non-technical opening of a report that states business risk for leadership.
RetestA follow-up check confirming that reported findings were actually fixed.
Passive reconnaissanceGathering information without sending traffic to the target, using public and third-party sources.
Active reconnaissanceSending traffic to the target to see what responds; detectable and legitimate only in scope.
OSINTOpen-source intelligence: information collected from public records, documents, code and social media.
EnumerationBuilding out detail on a discovered system: services, versions, shares, users, domains and cloud assets.
Service enumerationIdentifying listening services and their software versions on a host.
Attack surfaceEverything exposed that an attacker could interact with; the map that guides the next phase.
Vulnerability scanAn automated check that compares a system against a database of known weaknesses.
Credentialed scanA scan that authenticates, seeing patch and configuration state with far fewer false positives.
Non-credentialed scanA scan run without login, seeing only what an unauthenticated attacker would.
False positiveA reported weakness that is not actually exploitable; wastes client time and hurts credibility.
False negativeA real weakness the scan missed; leaves a genuine hole out of the report.
ValidationManually confirming a scanner finding is real before it goes in the report.
CVECommon Vulnerabilities and Exposures: a catalogue identifier for a specific known vulnerability.
CVSSCommon Vulnerability Scoring System: a 0-10 severity score used as one input to prioritisation.
PrioritisationRanking findings by exposure, asset value and real exploitability, not by CVSS score alone.
On-path attackIntercepting communication between two parties (formerly “man-in-the-middle”).
InjectionA class of web flaw where untrusted input is processed as a command by the application.
Cross-site scripting (XSS)A web flaw that lets an attacker run script in another user’s browser session.
Broken access controlA flaw where users can reach data or actions that should be restricted to others.
Server-side request forgery (SSRF)A flaw where a server can be induced to make requests to systems the attacker cannot reach directly.
BOLABroken Object Level Authorisation: an API flaw exposing objects a user should not be able to see.
Evil twinA rogue wireless access point that imitates a legitimate one to intercept connections.
Social engineeringManipulating people to bypass controls; in a test it must be explicitly authorised in writing.
PhishingA social-engineering technique using fake messages to obtain credentials or access.
Privilege escalationGaining higher access than granted: vertical (higher level) or horizontal (another account, same level).
Lateral movementReaching further systems after an initial foothold by reusing trust relationships.
PivotingRouting through a compromised host to reach a network segment not directly accessible.
PersistenceA mechanism that keeps access after a reboot; in a test it must be agreed and removed at cleanup.
Data exfiltrationMoving data out of the target; in a test it is minimised, evidenced and handled under agreed rules.
Detection avoidanceBehaving so activity blends into normal administration; the client learns whether monitoring noticed.
CleanupRemoving accounts, tools, files and changes made during a test and restoring the original state.
Performance-based question (PBQ)An exam item that asks you to complete or interpret a task rather than pick a definition.
CompTIA CE programThe continuing-education scheme that keeps the certification valid for its three-year term.

Sources