Syllabus · Cybersecurity

OSCP Syllabus: The PEN-200 Skill Areas

expert

The OSCP (PEN-200) skill areas in plain English: enumeration, exploitation, privilege escalation, Active Directory and more, to help you plan your study.

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

OSCP is built on OffSec’s PEN-200 course (Penetration Testing with Kali Linux). Unlike some certifications, OffSec does not publish percentage weights for each topic, so this is a plain-English summary of the skill areas the course and hands-on exam cover. The official course page is authoritative.

A note on scoring: the exam is not marked by topic weight but by points. The Active Directory set is worth 40 of the 100 points and the standalone machines are worth 60, and you need 70 to pass.

#Skill areaWhat it covers
1EnumerationSystematically discovering hosts, ports and services
2ExploitationIdentifying and using a weakness to gain initial access
3Web application attacksCommon web weaknesses that lead to a foothold
4Client-side attacksTechniques relying on user interaction
5Privilege escalationMoving from low-privilege access to higher rights
6Active Directory attacksEnumerating and moving through an AD environment
7Port forwarding and tunnellingPivoting to reach otherwise unreachable machines
8MetasploitUsing the framework appropriately within exam rules

1. Enumeration

The foundation everything else builds on: methodically discovering live hosts, open ports and running services so you know what you are working with before attempting anything. Most OSCP progress comes from doing this thoroughly.

2. Exploitation

Identifying a likely weakness in an exposed service and using it to gain initial access on a target. Studied conceptually and practised hands-on in a safe, legal lab.

3. Web application attacks

Common categories of web weakness and how they can lead to an initial foothold. Focus on understanding why each class of issue exists and how a defender would prevent it.

4. Client-side attacks

Techniques that depend on a user interacting with something rather than attacking a service directly. Understand the concept and the defensive countermeasures.

5. Privilege escalation

Moving from a low-privilege foothold to higher rights, on both Linux and Windows. This is central to OSCP and worth practising until it becomes routine, because it is where many candidates lose time.

6. Active Directory attacks

Enumerating and moving through an Active Directory environment, starting from an assumed-compromise foothold on the exam. At 40 of the 100 points, the AD set is a priority area, not an afterthought.

7. Port forwarding and tunnelling

Pivoting through machines you control to reach hosts you cannot touch directly. Essential for working through the chained Active Directory set.

8. Metasploit

Using the Metasploit framework appropriately and within the exam’s rules. Know what it does and when it is permitted, rather than relying on it for everything.

FAQ

Does OSCP have weighted exam domains?
Not as published percentages. OffSec defines the PEN-200 skill areas (enumeration, exploitation, web and client-side attacks, privilege escalation, Active Directory, tunnelling, Metasploit) but does not give each a percentage weight. The exam itself is scored by points: the Active Directory set is 40 points and standalone machines are 60 points.
What is the most important OSCP skill?
Enumeration. Most progress on the exam comes from thorough enumeration of each target, not from exotic exploits, so it underpins every other skill area.

Sources