Glossary · Cybersecurity

OSCP Glossary of Key Terms

expert

A free OSCP glossary: key penetration-testing terms (enumeration, privilege escalation, pivoting, Active Directory) defined in plain English for OSCP prep.

By The Exam Atlas Editorial Team · Verified 2026-06-06

Plain-English definitions of terms that recur in OSCP and PEN-200 study. Simplified for learning and kept at a conceptual level; the official OffSec course materials are authoritative. Nothing here is an operational attack instruction.

TermDefinition
OSCPOffensive Security Certified Professional: OffSec’s hands-on penetration-testing certification, tied to the PEN-200 course.
OSCP+The current naming of the credential, valid three years and maintained with CPE credits and an annual fee.
PEN-200OffSec’s course “Penetration Testing with Kali Linux”, which the OSCP exam is based on.
OffSecOffensive Security, the organisation behind PEN-200 and the OSCP.
Penetration testAn authorised, scoped assessment that tries to find and demonstrate security weaknesses.
EnumerationSystematically discovering hosts, ports, services and other details about a target.
FootprintingEarly information gathering to build a picture of the target before active testing.
ExploitationUsing an identified weakness to gain access to a system.
Initial accessThe first foothold gained on a target during an engagement.
Privilege escalationMoving from limited access to higher (often administrative) rights on a host.
Local privilege escalationEscalating rights on a machine where you already have a foothold.
Lateral movementMoving from one compromised host to another within a network.
PivotingUsing a machine you control to reach hosts you cannot access directly.
Port forwardingRedirecting traffic through a controlled host to reach an internal service.
TunnellingEncapsulating traffic to route it through an intermediary, often to reach internal hosts.
Active Directory (AD)Microsoft’s directory service for managing users, computers and permissions in a Windows network.
AD setThe chained Active Directory environment in the OSCP exam, worth 40 of the 100 points.
Standalone machineAn independent target in the OSCP exam, separate from the AD set, worth points toward the 60-point pool.
Assumed compromiseAn exam model where you begin with a foothold and are tested on what you do next, not on initial access.
FootholdAn initial point of access on a target from which you can work further.
Web application attackA weakness in a web application that can lead to access, studied conceptually here.
Client-side attackA technique that relies on a user interacting with something rather than attacking a service directly.
MetasploitA widely used exploitation framework; its use in the OSCP exam is governed by specific rules.
Kali LinuxA Linux distribution with penetration-testing tools, used throughout PEN-200.
Reverse shellA connection that gives an operator interactive control of a compromised host (conceptual).
PayloadThe code or action delivered by an exploit to achieve a goal (conceptual).
Proof / flagA token retrieved from a compromised machine to prove access for the exam report.
ReportThe professional write-up of the engagement; on the exam you have a further 24 hours to submit it.
Rules of engagementThe agreed scope and limits of an authorised test: what may be tested and how.
ScopeThe defined set of systems and actions that are authorised for testing.
ProctoringLive monitoring of a candidate during the exam to ensure the rules are followed.
CPE creditsContinuing Professional Education credits used to keep OSCP+ valid over its three-year cycle.
Assumed-compromise vs black boxStarting with a foothold (assumed compromise) versus starting with no inside access (black box).

Sources