Pentest_Notes

🎯 HTB Certified Penetration Testing Specialist (CPTS) Exam Checklist

Exam-specific tips, common scenarios, and time management strategies. Last Updated: 2026-03-27


Exam Overview


Time Management Strategy

Day Focus
1 Full enumeration of all accessible hosts. Map the network. Identify all services.
2-3 Web application attacks, initial foothold
4-5 Post-exploitation, privilege escalation, credential harvesting
6-7 Active Directory attacks, lateral movement
8-9 Pivoting to internal networks, repeat methodology on new subnets
10 Flag collection verification, cleanup, start report notes
11-20 Report writing

⚠️ CPTS Exam Tip: Don’t rush exploitation. Spend the first day ONLY on enumeration. The better your enumeration, the faster your exploitation.


Common Exam Scenarios & What to Look For

External Perimeter

Initial Foothold to Domain User

Domain Escalation

Lateral Movement

Privilege Escalation


Things Commonly Missed

⚠️ CPTS Exam Tip: These are frequently overlooked and can cost you flags:


Key Commands Quick Reference

```bash

Quick full-scope enumeration

nmap -p- -v –min-rate 4000 -sV nmap -sUV --reason -F --version-intensity 0 --min-rate 5000

SMB null session check

nxc smb -u "" -p "" --shares nxc smb -u "guest" -p "" --shares

Username = password check

nxc smb -u users.txt -p users.txt --no-bruteforce

ASREPRoast without creds

impacket-GetNPUsers domain.com/ -usersfile users.txt -dc-ip -request

Kerberoast with creds

nxc ldap -u 'user' -p 'pass' --kerberoast spns.txt

Quick web enum

feroxbuster -u http:// -w /usr/share/seclists/Discovery/Web-Content/directory-list-2.3-medium.txt -x php,html,txt,bak -t 100

BloodHound collection

SharpHound.exe -c All –zipfilename bh.zip


Report Writing Tips


Exam Day Reminders