"The only true wisdom is in knowing you know nothing." - Socrates
A little manual with essentials for OSCP preparation. These are some of the resources I used and noted while preparing for OSCP. I hope this helps some of you on your journey
All the course prerequisites can easily be found on offensive-security’s webpage.
A lot of these prerequisites can be learned or reviewed on cybrary.com or codeacademy.com
*Cybrary has a lot of free courses, Codeacademy has some free courses but mostly subscription based.
What is TCP/IP - youtube presentation
TCP/IP and Subnet Masking - youtube presentation
Cybrary’s Cisco CCNA course - https://app.cybrary.it/browse/course/cisco-ccna
A collection of *nix Sysadmin Test Questions and Answers - https://github.com/trimstray/test-your-sysadmin-skills
Bash - https://www.codecademy.com/learn/learn-the-command-line
Python - https://www.codecademy.com/learn/learn-python
Book: “Penetration Testing: A Hands-On Introduction to Hacking” (my review of it can be found at Helpful Books)
Cybrary: Penetration Testing and Ethical Hacking - https://www.cybrary.it/course/ethical-hacking/
Cybrary: Advanced Penetration Testing - https://www.cybrary.it/course/advanced-penetration-testing/
Cybrary: Web Application Penetration Testing - https://www.cybrary.it/course/web-application-pen-testing/
After going through the resources above one should have a basic understanding of penetration testing , some tools and techniques (at least I did).
Over the Wire War Games: Presents you with various CTF like challenges in Linux environment - https://overthewire.org/wargames/
Hack this Site: Free website with various pentesting challenges - https://www.hackthissite.org/
PentesterLab: Web application hacking with some free VMs/Exercises - https://pentesterlab.com
Hack the Box: Pentesting/CTF Labs - https://www.hackthebox.eu/
Vulnhub: Provides OSCP like virtual machines for download and practice - https://www.vulnhub.com/
Some of the boxes I’ve done:
Kioptrix 1 — walkthrough can be found here
Kioptrix 1.1 — walkthrough can be found here
Kiotprix 1.2 — walkthrough can be found here
Kioptrix 1.3 — walkthrough can be found here
Kioptrix 2014 — walkthrough can be found here
symfonos: 2 — walkthrough can be found here
Me and My Girlfriend — walkthrough can be found here
OWASP Vulnerable Web Applications: Numerous links for vulnerabale web application to practice on, both online and offline: OWASP Vulnerable App
Buffer OverFlow: VeteranSecurity’s 32-Bit Windows Buffer Overflows Made Easy
Various helpful resources I bookmarked while studying for OSCP: bookmarks