OSCP Guide to pass
(Exabyt3) & ? todo
Last updated
(Exabyt3) & ? todo
Last updated
From the offensive-security.com website there's four main parts of the OSCP. Learn foundational penetration testing skills, practice take your first grueling exam and become an OSCP!
This is our guide to pass the OSCP.
Learn an offensive or penetration tester methodology
Planning
What are your targets?
What is your END goal?
What can you prepare prior to engagement?
Reconnaissance -
What can you learn about your target(s) prior to sending data?
Sending data to the target, what services are running?
Vulnerability detection or discovery
What happens when you send malformed data?
Are the exposed services unpatched?
Exploitation
What exploit can you leverage that will get you closer to your END goal?
Report
What did you discover during recon?
What vulnerability did you discover?
What/how did you exploit?
Screenshots!
Why was it exploitable and how do you fix?
IMPORTANT! This is a circle process, go back to step 2 until your test is finished!
Signing up for the OSCP course you will be delivered videos and a PDF. Each one of the lines in the table of contents is a topic that you should go and research more. Understand, why you are learning each line, and tie it back to the pentester methodology (how can you leverage this). I'm lazy, and i'm sure there are better how-to's. google search github OSCP prep. Find someone who has broken out the topics with reseach links.
Study the topics
Map the topics back to methodology
practice the topics
Practicing... Vulnhub overthwire and hackthebox.eu (htb) someone has created a picture (it is not ours) I just highlighted the more important ones :)
Paying for offseclabs is not necessary to pass. However, the labs teach you lateral movement skills for real world.
Exam day:
Planning, what can you do prior to taking the exam?
review https://help.offensive-security.com/hc/en-us/articles/360040165632-OSCP-Exam-Guide
"The OSCP certification exam simulates a live network in a private VPN, which contains a small number of vulnerable machines." Make scripts that can perform both recon and vulnerability detection on the machines while you test. Think about what you can do in the background while poking at a machine.
Make a reporting plan, how are you going to take your 5 bullet pointed notes and screenshots
Make a timeline of when you are going to take breaks. It is east to get sucked in for 24 hours, trust me ...you need sleep!
Music! it's important, make certain you have music to pump you up. This test test can be soul crushing :)
Healthy, smart not so sugary food - Don't crash and burn (hackers reference)
Have fun! If you fail, that's OK don't quit. Understand where need extra help maybe it's linux privesc. Work on hackthebox or vulnhubs get the skills and retake the exam.
Open book test = Open Scripts consider leveraging simple bash scripts to perform in the background. (check out https://notes.ubg-hacking.team/attacks/reconnaissance/c99-recon) for ideas on combining these.
gobuster_scan.sh
nikto_scan.sh
nmap_scan.sh
Buffer OverFlow (BOF) consider building skeleton BOF scripts prior to. A crude example below.