blakejarvis.com
  • blakejarvis.com
  • Home Assistant & Home Automations
    • Setting up FTP with Amcrest Camera
    • Home Assistant Amcrest Video Viewer
  • OSCP
    • External Resources
    • Buffer Overflow Framework
    • OSCP - Things to Try When Stuck
  • Web Server Log Analysis
    • Log Analysis Part 1: Using Fast Reverse Proxy (FRP) to Expose Logging Infrastructure
    • Log Analysis Part 2: Using Logstash’s Grok Filter to Parse Docker Nginx Logs
    • Log Analysis Part 3: Using Greynoise with Logstash
  • Miscellaneous Articles
    • Using Cloudflare Page Rules to Point a Root Domain to a GitBook Site
    • How to Secure the Ghost Blogging Platform
    • An Overview of Apple and Google's Privacy-Preserving Contact Tracing Framework
    • Active Directory Deception Technology
Powered by GitBook
On this page
  • More Lab Practice
  • Buffer Overflow
  • Windows and Linux Privilege Escalation
  • Pentesting Techniques/Resources
  • Shells
  1. OSCP

External Resources

Helpful resources outside of the Offensive Security course material

PreviousHome Assistant Amcrest Video ViewerNextBuffer Overflow Framework

Last updated 4 years ago

More Lab Practice

  • - At $20/month,

    Proving Grounds Practice was the best external resource I encountered to simulate like boxes. I also found it to be much more helpful than the course labs for the following reasons:

    • Boxes designed and vetted by Offensive Security that mirror the exam boxes, both difficulty rating and techniques required.

    • Dedicated (i.e. not shared like OSCP labs)

    • Clear difficulty rating of easy, medium, and hard. These ratings were in line with the exam boxes I encountered.

    • Box hints for initial access and privilege escalation that don't give the answer away but give direction of what to focus on.

    • Box walkthroughs which I found to be much more helpful than the Offensive Security forums. The walkthroughs are very thorough and helped me understand why I missed something.

Buffer Overflow

  • - Learn to use the Mona Immunity debugger, which saves a lot of time in testing for badchars.

  • - This room provides 10 buffer overflow challenges that are very similar to the buffer overflow encountered on the exam.

Windows and Linux Privilege Escalation

  • Tib3rius has created the following Udemy courses for $20 each and they are well worth the money. The OffSec coursework touches on both Linux and Windows privesc but the Udemy courses cover most all privesc techniques likely to be required in the exam.

Pentesting Techniques/Resources

Shells

Offensive Security Proving Grounds (Practice)
Tib3rius Buffer Overflow Pentest Cheatsheet
Tib3rius' TryHackMe buffer overflow prep room
Windows Privilege Escalation for OSCP & Beyond!
Linux Privilege Escalation for OSCP & Beyond!
Books.hacktricks.xyz
Github PayloadsAllTheThings