QuestionSolved
Stuck on OSCP privilege escalation — enumeration blind spots?
Luca MorettiRising Signal tier
2026-05-16I can get a foothold but keep missing the priv-esc path on the harder boxes. What enumeration am I probably skipping?
Spaces
I can get a foothold but keep missing the priv-esc path on the harder boxes. What enumeration am I probably skipping?
Run enumeration you can read later, not scroll past. Pipe linpeas to a file, then grep it methodically: SUID, cron, writable service binaries, cleartext creds in configs. 90% of missed paths are in output you already have.
The "read it later" reframe fixed it. I was scrolling past the answer live. Passed my next two lab boxes.
Add: check kernel version against exploit-db LAST, not first. Chasing a kernel exploit early is the classic time sink. Misconfig > kernel on the exam.
Sign in to answer.