<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>thecyberquestor</title><link>https://cyberquestor.com/oscp/</link><description>Recent content on thecyberquestor</description><generator>Hugo</generator><language>en</language><lastBuildDate>Mon, 20 Apr 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://cyberquestor.com/oscp/index.xml" rel="self" type="application/rss+xml"/><item><title>lab strategy</title><link>https://cyberquestor.com/oscp/lab-strategy/</link><pubDate>Mon, 20 Apr 2026 00:00:00 +0000</pubDate><guid>https://cyberquestor.com/oscp/lab-strategy/</guid><description>&lt;h1 id="lab-strategy">lab strategy&lt;/h1>
&lt;p>How to actually use your 90 days of lab access without burning out or wasting time. Full post in progress.&lt;/p>
&lt;h2 id="the-core-principles-preview">the core principles (preview)&lt;/h2>
&lt;ul>
&lt;li>&lt;strong>Enumerate first, exploit second&lt;/strong> — always&lt;/li>
&lt;li>&lt;strong>Notes are the product, not the shells&lt;/strong> — your methodology file will save you on exam day&lt;/li>
&lt;li>&lt;strong>Don&amp;rsquo;t skip Windows privesc&lt;/strong> — the exam weights it heavily&lt;/li>
&lt;li>&lt;strong>Reset often&lt;/strong> — but try again before resetting&lt;/li>
&lt;li>&lt;strong>Know when to read a walkthrough&lt;/strong> — stuck for 2hrs? Fine. Stuck for 6? Read the hint.&lt;/li>
&lt;/ul>
&lt;p>Full strategy post coming — includes daily routine, when to take breaks, and the &amp;ldquo;stuck&amp;rdquo; checklist I used.&lt;/p></description></item><item><title>oscp exam tips</title><link>https://cyberquestor.com/oscp/exam-tips/</link><pubDate>Mon, 20 Apr 2026 00:00:00 +0000</pubDate><guid>https://cyberquestor.com/oscp/exam-tips/</guid><description>&lt;h1 id="exam-tips">exam tips&lt;/h1>
&lt;p>The day-of playbook. Full post coming — here&amp;rsquo;s the essentials.&lt;/p>
&lt;h2 id="the-night-before">the night before&lt;/h2>
&lt;ul>
&lt;li>Sleep. Do not cram.&lt;/li>
&lt;li>Prep your environment — notes app, template for the report, screenshot tool ready.&lt;/li>
&lt;li>Have snacks, water, coffee within arm&amp;rsquo;s reach.&lt;/li>
&lt;/ul>
&lt;h2 id="the-exam-itself">the exam itself&lt;/h2>
&lt;ul>
&lt;li>&lt;strong>First 30 min&lt;/strong>: nmap full TCP + initial UDP on every target, start them in parallel.&lt;/li>
&lt;li>&lt;strong>Buffer overflow (if applicable)&lt;/strong>: knock it out early while your brain is fresh.&lt;/li>
&lt;li>&lt;strong>Rotate targets&lt;/strong> — stuck for an hour? Move on. Come back with fresh eyes.&lt;/li>
&lt;li>&lt;strong>Document as you go&lt;/strong> — not at the end. Screenshot everything.&lt;/li>
&lt;li>&lt;strong>Take breaks&lt;/strong> — 10 minute walks save your brain.&lt;/li>
&lt;/ul>
&lt;h2 id="the-report">the report&lt;/h2>
&lt;ul>
&lt;li>Don&amp;rsquo;t skip it. Failing the report = failing the exam.&lt;/li>
&lt;li>Use the OffSec template. Don&amp;rsquo;t be clever.&lt;/li>
&lt;/ul>
&lt;p>Full post includes my actual time breakdown, meal schedule, and what I did when I almost panicked at hour 12.&lt;/p></description></item><item><title>oscp faq</title><link>https://cyberquestor.com/oscp/faq/</link><pubDate>Mon, 20 Apr 2026 00:00:00 +0000</pubDate><guid>https://cyberquestor.com/oscp/faq/</guid><description>&lt;h1 id="faq">faq&lt;/h1>
&lt;p>The questions I see asked in r/oscp and the OffSec Discord every single week. Full answers coming — short versions below.&lt;/p>
&lt;h2 id="is-the-pwk-course-enough">is the PWK course enough?&lt;/h2>
&lt;p>No. It&amp;rsquo;s necessary but not sufficient. You need lab time on PG, HTB, or similar.&lt;/p>
&lt;h2 id="how-long-should-i-prep">how long should I prep?&lt;/h2>
&lt;p>Most people: 3-6 months of consistent daily practice. Depends entirely on your starting level.&lt;/p>
&lt;h2 id="should-i-learn-metasploit">should I learn Metasploit?&lt;/h2>
&lt;p>Yes, but also learn to do things without it. The exam limits Metasploit usage.&lt;/p></description></item><item><title>oscp prep strategy</title><link>https://cyberquestor.com/oscp/prep-strategy/</link><pubDate>Mon, 20 Apr 2026 00:00:00 +0000</pubDate><guid>https://cyberquestor.com/oscp/prep-strategy/</guid><description>&lt;h1 id="prep-strategy">prep strategy&lt;/h1>
&lt;p>What to study, in what order, and why. Full breakdown coming — here&amp;rsquo;s the TL;DR.&lt;/p>
&lt;h2 id="the-ordered-stack">the ordered stack&lt;/h2>
&lt;ol>
&lt;li>&lt;strong>Foundations&lt;/strong> — Linux CLI, networking basics, bash + Python&lt;/li>
&lt;li>&lt;strong>Web&lt;/strong> — OWASP top 10, Burp Suite, PortSwigger labs&lt;/li>
&lt;li>&lt;strong>Enumeration&lt;/strong> — nmap, gobuster, methodology obsession&lt;/li>
&lt;li>&lt;strong>Exploitation&lt;/strong> — public exploits, Metasploit (and then &lt;em>without&lt;/em> Metasploit)&lt;/li>
&lt;li>&lt;strong>Privilege escalation&lt;/strong> — Linux &lt;em>and&lt;/em> Windows. Separately. Deeply.&lt;/li>
&lt;li>&lt;strong>Active Directory&lt;/strong> — Kerberos attacks, BloodHound, lateral movement&lt;/li>
&lt;li>&lt;strong>Buffer overflows&lt;/strong> — not on the modern exam, but worth understanding&lt;/li>
&lt;/ol>
&lt;h2 id="the-8020">the 80/20&lt;/h2>
&lt;p>If you only do one thing: &lt;strong>own a lot of boxes, take obsessive notes&lt;/strong>. PG Practice + HTB retired boxes got me further than any course.&lt;/p></description></item><item><title>oscp resources</title><link>https://cyberquestor.com/oscp/resources/</link><pubDate>Mon, 20 Apr 2026 00:00:00 +0000</pubDate><guid>https://cyberquestor.com/oscp/resources/</guid><description>&lt;h1 id="resources">resources&lt;/h1>
&lt;p>The curated list. Full annotated version coming — this is the skeleton.&lt;/p>
&lt;h2 id="labs-practice-targets">labs (practice targets)&lt;/h2>
&lt;ul>
&lt;li>&lt;strong>HackTheBox&lt;/strong> — retired boxes with writeups&lt;/li>
&lt;li>&lt;strong>OffSec Proving Grounds&lt;/strong> — closest thing to OSCP feel&lt;/li>
&lt;li>&lt;strong>TryHackMe&lt;/strong> — structured learning paths for beginners&lt;/li>
&lt;li>&lt;strong>Vulnhub&lt;/strong> — free, downloadable VMs&lt;/li>
&lt;/ul>
&lt;h2 id="courses">courses&lt;/h2>
&lt;ul>
&lt;li>&lt;strong>PWK (OSCP course itself)&lt;/strong> — mandatory, but not sufficient&lt;/li>
&lt;li>&lt;strong>TCM Security&amp;rsquo;s PEH&lt;/strong> — great foundation&lt;/li>
&lt;li>&lt;strong>IppSec&amp;rsquo;s YouTube&lt;/strong> — free, better than most paid courses&lt;/li>
&lt;/ul>
&lt;h2 id="cheatsheets--references">cheatsheets &amp;amp; references&lt;/h2>
&lt;ul>
&lt;li>&lt;strong>HackTricks&lt;/strong> — the bible&lt;/li>
&lt;li>&lt;strong>PayloadsAllTheThings&lt;/strong> — for when you forget a payload (you will)&lt;/li>
&lt;li>&lt;strong>GTFOBins&lt;/strong> — Linux privesc lookup&lt;/li>
&lt;li>&lt;strong>LOLBAS&lt;/strong> — Windows equivalent&lt;/li>
&lt;/ul>
&lt;h2 id="books">books&lt;/h2>
&lt;ul>
&lt;li>&lt;em>The Web Application Hacker&amp;rsquo;s Handbook&lt;/em>&lt;/li>
&lt;li>&lt;em>RTFM (Red Team Field Manual)&lt;/em>&lt;/li>
&lt;li>&lt;em>Penetration Testing&lt;/em> by Georgia Weidman&lt;/li>
&lt;/ul>
&lt;h2 id="community">community&lt;/h2>
&lt;ul>
&lt;li>OffSec Discord&lt;/li>
&lt;li>r/oscp subreddit&lt;/li>
&lt;li>NetSecFocus Slack&lt;/li>
&lt;/ul>
&lt;p>Full annotated list (what each is good for, when to use it) drops soon.&lt;/p></description></item><item><title>post-oscp</title><link>https://cyberquestor.com/oscp/post-oscp/</link><pubDate>Mon, 20 Apr 2026 00:00:00 +0000</pubDate><guid>https://cyberquestor.com/oscp/post-oscp/</guid><description>&lt;h1 id="post-oscp">post-oscp&lt;/h1>
&lt;p>You passed. Now what? The cert is a starting line, not a finish line. Full guide coming — rough directions below.&lt;/p>
&lt;h2 id="directions-to-go">directions to go&lt;/h2>
&lt;ul>
&lt;li>&lt;strong>Web deep-dive&lt;/strong> → OSWE, PortSwigger Web Security Academy&lt;/li>
&lt;li>&lt;strong>Red teaming&lt;/strong> → CRTO (Certified Red Team Operator)&lt;/li>
&lt;li>&lt;strong>AD mastery&lt;/strong> → CRTP / CRTE from Altered Security&lt;/li>
&lt;li>&lt;strong>Binary exploitation&lt;/strong> → OSED&lt;/li>
&lt;li>&lt;strong>Bug bounty&lt;/strong> → HackerOne, Bugcrowd, Intigriti&lt;/li>
&lt;li>&lt;strong>Research&lt;/strong> → pick a CVE, write your own PoC&lt;/li>
&lt;/ul>
&lt;p>The honest answer: &lt;strong>stop chasing certs for a while and actually do the work&lt;/strong>. Hunt bugs, contribute to open source tools, write up what you find.&lt;/p></description></item><item><title>what I'd do differently</title><link>https://cyberquestor.com/oscp/mistakes/</link><pubDate>Mon, 20 Apr 2026 00:00:00 +0000</pubDate><guid>https://cyberquestor.com/oscp/mistakes/</guid><description>&lt;h1 id="what-id-do-differently">what I&amp;rsquo;d do differently&lt;/h1>
&lt;p>Honest retrospective. The stuff I regret and the stuff I&amp;rsquo;d keep.&lt;/p>
&lt;h2 id="what-id-change">what I&amp;rsquo;d change&lt;/h2>
&lt;ul>
&lt;li>&lt;strong>Started PG Practice sooner&lt;/strong> — I did too much TryHackMe early on&lt;/li>
&lt;li>&lt;strong>Built my methodology doc earlier&lt;/strong> — I was 2 months in before I realized I was solving the same enum steps from scratch every time&lt;/li>
&lt;li>&lt;strong>Did more Active Directory&lt;/strong> — the AD set on the exam surprised me&lt;/li>
&lt;li>&lt;strong>Taken better notes on failed attempts&lt;/strong> — &amp;ldquo;what didn&amp;rsquo;t work&amp;rdquo; is as valuable as &amp;ldquo;what did&amp;rdquo;&lt;/li>
&lt;/ul>
&lt;h2 id="what-id-keep">what I&amp;rsquo;d keep&lt;/h2>
&lt;ul>
&lt;li>&lt;strong>IppSec obsessively&lt;/strong> — worth every hour&lt;/li>
&lt;li>&lt;strong>Explaining things out loud&lt;/strong> — the rubber duck method legit works&lt;/li>
&lt;li>&lt;strong>Taking real breaks&lt;/strong> — burnout is real&lt;/li>
&lt;/ul>
&lt;p>Full post coming with specific anti-patterns and &amp;ldquo;if I could email past-me&amp;rdquo; advice.&lt;/p></description></item><item><title/><link>https://cyberquestor.com/oscp/my-journey/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://cyberquestor.com/oscp/my-journey/</guid><description>&lt;p>-&amp;ndash;&lt;/p>
&lt;p>title: &amp;ldquo;the OSCP+ experience&amp;rdquo;&lt;/p>
&lt;p>date: 2026-04-20&lt;/p>
&lt;p>draft: false&lt;/p>
&lt;p>tags: [&amp;ldquo;oscp&amp;rdquo;, &amp;ldquo;experience&amp;rdquo;, &amp;ldquo;lessons&amp;rdquo;]&lt;/p>
&lt;p>description: &amp;ldquo;What the OSCP+ exam actually tests, what to prepare for, and the hard lessons I learned across two attempts — one failed, one passed.&amp;rdquo;&lt;/p>
&lt;p>-&amp;ndash;&lt;/p>
&lt;p># the OSCP+ experience&lt;/p>
&lt;p>This is the reference version. No story, no arc, no &amp;ldquo;I cried during the exam.&amp;rdquo; If you want the full narrative, I wrote a three-part series on Medium: [Part 1](&lt;a href="https://medium.com/bugbountywriteup/my-oscp-journey-part-1-failure-that-taught-me-more-than-success-09870c31e54d%29">https://medium.com/bugbountywriteup/my-oscp-journey-part-1-failure-that-taught-me-more-than-success-09870c31e54d)&lt;/a>, [Part 2](&lt;a href="https://medium.com/bugbountywriteup/my-oscp-journey-part-2-success-after-struggle-how-i-cracked-the-oscp-cffa09914051%29">https://medium.com/bugbountywriteup/my-oscp-journey-part-2-success-after-struggle-how-i-cracked-the-oscp-cffa09914051)&lt;/a>, [Part 3](&lt;a href="https://medium.com/bugbountywriteup/my-oscp-journey-part-3-mind-over-root-the-psychology-behind-the-pass-f4369be82a2c%29">https://medium.com/bugbountywriteup/my-oscp-journey-part-3-mind-over-root-the-psychology-behind-the-pass-f4369be82a2c)&lt;/a>.&lt;/p></description></item></channel></rss>