PENTEST+ Cheat Sheet 2026
The 30 highest-yield PENTEST+ facts, distilled from real exam questions. Print it, save it as a PDF, or study it here — free, no sign-up.
90 questions
165 min time limit
83.00% to pass
- What is 'Kerberoasting' used for in Active Directory environments? → Requesting service tickets for SPNs and extracting their hashes for offline cracking
- Which document formally authorizes a penetration tester to perform security assessments and protects them from legal liability? → Rules of engagement
- An attacker exploits a race condition between a privilege check and file operation in a SUID program. What classic vulnerability type does this represent? → Time-of-check to time-of-use (TOCTOU)
- Which of the following is a key reason to include third-party service providers in the scoping discussion of a penetration test? → Testing systems owned by third parties may require separate authorization
- Which tool is commonly used for maintaining persistent access and post-exploitation activities after initial compromise? → Metasploit Meterpreter
- What is the purpose of a 'severity rating' assigned to each finding in a pentest report? → To help the client prioritize remediation efforts based on risk to the organization
- Which scoping activity helps identify systems that should be excluded from testing to prevent business disruption? → Fragility assessment
- When testing REST APIs during a pentest, which technique helps identify endpoints that are not documented but may be accessible? → Fuzzing with wordlists of common API paths
- What is 'pivoting' in the context of penetration testing? → Using a compromised host as a relay to reach other network segments
- Which Nmap scan type sends SYN packets but never completes the TCP handshake, making it less likely to be logged by the target application? → SYN stealth scan (-sS)
- What does token impersonation allow an attacker to do in a Windows post-exploitation scenario? → Assume the identity and privileges of another logged-in user
- Which metric best measures the success of a phishing simulation campaign during a pentest engagement? → Click-through rate and credential submission rate
- What tool is commonly used for information gathering during a penetration test? → Nmap and Netcat
- A PHP application includes files based on a `page` parameter: `include($_GET['page'] . '.php')`. How could a tester exploit Local File Inclusion (LFI)? → Using path traversal sequences like `../../../etc/passwd%00`
- Which vulnerability is exploited when an attacker injects an external entity into an XML document to read local files from the server? → XXE Injection
- How should a PenTest+ professional manager address underperformance within their team? → Provide timely, specific feedback with support and a clear improvement plan
- What is the MOST effective way for new PenTest+ professionals to build competency in their field? → Combining formal education, mentored practice, and ongoing professional development
- Which HTTP security header specifically prevents a web page from being embedded in an iframe to mitigate clickjacking attacks? → X-Frame-Options
- What is the role of reconnaissance in penetration testing? → Gathering information to identify attack vectors
- During wireless testing, a tester captures a 4-way WPA2 handshake and runs it through hashcat with a wordlist. What is being attacked? → The Pre-Shared Key (PSK) via offline dictionary attack
- What is 'tailgating' (piggybacking) in physical security penetration testing? → Following an authorized person through a secured door without presenting credentials
- What is 'shoulder surfing' as a physical security attack? → Observing someone's screen or keyboard to capture PINs, passwords, or sensitive data
- Which tool is commonly used to exploit network vulnerabilities? → Metasploit
- Why is reporting important in penetration testing? → To provide actionable recommendations for improving security
- What does a 'get-out-of-jail-free letter' represent in the context of a penetration testing engagement? → Written authorization proving the tester has permission to conduct the assessment
- What should be done after identifying vulnerabilities in a penetration test? → Report and assess risk for further testing
- A tester discovers that a web application renders user input inside a Jinja2 template. Submitting `{{7*7}}` returns `49`. What vulnerability is present? → Server-Side Template Injection (SSTI)
- What is a zero-day attack? → An attack targeting an unpatched, unknown vulnerability
- Which concept describes the process of correlating data from multiple OSINT sources to build a comprehensive profile of a target? → Intelligence fusion
- A tester discovers evidence of an active breach by a third party during a scheduled pentest. What is the MOST appropriate immediate action? → Document the breach evidence and immediately notify the client
Turn these facts into recall:
Was this helpful?