awesome-oscp/README.md

93 lines
6.0 KiB
Markdown
Raw Normal View History

2019-02-22 11:34:06 +11:00
# Awesome OSCP
[![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
> A curated list of awesome OSCP resources
## Contents
- [Resources](#resources)
2019-02-22 12:04:15 +11:00
- [OSCP Reviews and Guides](#oscp-reviews-and-guides)
2019-02-22 16:12:13 +11:00
- [Cheatsheets and Scripts](#cheatsheets-and-scripts)
2019-02-22 12:04:15 +11:00
- [Topics](#topics)
2019-02-22 15:04:14 +11:00
- [Buffer Overflow](#buffer-overflow)
2019-02-22 12:04:15 +11:00
- [Privilege Escalation](#privilege-escalation)
2019-02-22 12:30:47 +11:00
- [Other OSCP Resources](#other-oscp-resources)
2019-02-22 12:39:23 +11:00
- [Books](#books)
2019-02-22 11:34:06 +11:00
- [License](#license)
## Resources
2019-02-22 12:30:47 +11:00
### OSCP Reviews and Guides
- [Official OSCP Certification Exam Guide](https://support.offensive-security.com/oscp-exam-guide/)
- Lukes Ultimate OSCP Guide ([Part 1](https://medium.com/@hakluke/haklukes-ultimate-oscp-guide-part-1-is-oscp-for-you-b57cbcce7440), [Part 2](https://medium.com/@hakluke/haklukes-ultimate-oscp-guide-part-2-workflow-and-documentation-tips-9dd335204a48), [Part 3](https://medium.com/@hakluke/haklukes-ultimate-oscp-guide-part-3-practical-hacking-tips-and-tricks-c38486f5fc97))
2019-02-22 15:02:43 +11:00
- [How to prepare for PWK/OSCP, a noob-friendly guide](https://www.abatchy.com/2017/03/how-to-prepare-for-pwkoscp-noob)
- [n3ko1's OSCP Guide](http://www.lucas-bader.com/certification/2015/05/27/oscp-offensive-security-certified-professional)
2019-02-22 12:30:47 +11:00
- [Jan's "Path to OSCP" Videos](https://www.youtube.com/playlist?list=PLyPJ3SHNkjIFITR-Lzsc0XSOBS7JUXsOy)
2019-02-22 15:02:43 +11:00
- [Offensive Securitys PWB and OSCP - My Experience](http://www.securitysift.com/offsec-pwb-oscp/) (+ some scripts)
2019-02-22 15:55:06 +11:00
- [OSCP Lab and Exam Review](https://theslickgeek.com/oscp/)
- [OSCP Preparation Notes](https://www.jpsecnetworks.com/category/oscp/)
- [A Detailed Guide on OSCP Preparation From Newbie to OSCP](http://niiconsulting.com/checkmate/2017/06/a-detail-guide-on-oscp-preparation-from-newbie-to-oscp/)
2019-04-20 13:56:32 +10:00
- [My Fight for OSCP](https://alphacybersecurity.tech/my-fight-for-the-oscp/)
2019-02-22 12:30:47 +11:00
2019-02-22 15:30:08 +11:00
### Cheatsheets and Scripts
2019-02-22 12:30:47 +11:00
- [Luke's Practical hacking tips and tricks](https://medium.com/@hakluke/haklukes-ultimate-oscp-guide-part-3-practical-hacking-tips-and-tricks-c38486f5fc97)
2019-02-22 15:30:08 +11:00
- [Penetration Testing Tools Cheat Sheet](https://highon.coffee/blog/penetration-testing-tools-cheat-sheet/)
2019-02-22 15:55:06 +11:00
- [How to Pass OSCP](https://gist.github.com/unfo/5ddc85671dcf39f877aaf5dce105fac3)
2019-02-22 15:30:08 +11:00
- [Reverse Shell Cheat Sheet](https://highon.coffee/blog/reverse-shell-cheat-sheet/)
- [7 Linux Shells Using Built-in Tools](https://www.lanmaster53.com/2011/05/7-linux-shells-using-built-in-tools/)
- [Windows Exploit Suggester](https://github.com/GDSSecurity/Windows-Exploit-Suggester)
- [Linux Exploit Suggester](https://github.com/InteliSecureLabs/Linux_Exploit_Suggester)
2019-02-22 15:55:06 +11:00
- [OSCPRepo](https://github.com/rewardone/OSCPRepo)
- [Go-for-OSCP](https://github.com/pythonmaster41/Go-For-OSCP)
- [Pentest Compilation](https://github.com/adon90/pentest_compilation)
- [Collection of OSCP scripts](https://github.com/ihack4falafel/OSCP)
2019-02-22 12:30:47 +11:00
2019-02-22 12:04:15 +11:00
### Topics
2019-02-22 11:34:06 +11:00
2019-02-22 15:02:43 +11:00
#### Buffer Overflow
- [Corelan's Exploit writing tutorial part 1 : Stack Based Overflows](https://www.corelan.be/index.php/2009/07/19/exploit-writing-tutorial-part-1-stack-based-overflows/)
- [Justin's DoStackBufferOverflowGood](https://github.com/justinsteven/dostackbufferoverflowgood)
- [Writing Exploits for Win32 Systems from Scratch](https://www.nccgroup.trust/uk/about-us/newsroom-and-events/blogs/2016/june/writing-exploits-for-win32-systems-from-scratch/)
- [32-Bit Windows Buffer Overflows Made Easy](https://veteransec.com/2018/09/10/32-bit-windows-buffer-overflows-made-easy/)
- [Introduction to Buffer Overflow Video](https://www.youtube.com/watch?v=1S0aBV-Waeo)
- [OverTheWire's Narnia Wargame](http://overthewire.org/wargames/narnia/)
2019-02-22 12:04:15 +11:00
#### Privilege Escalation
- [Windows Privilege Escalation Fundamentals](http://www.fuzzysecurity.com/tutorials/16.html)
2019-02-22 15:02:43 +11:00
- [Common Windows Privilege Escalation Vectors](https://toshellandback.com/2015/11/24/ms-priv-esc/)
2019-02-22 15:30:08 +11:00
- [Encyclopaedia Of Windows Privilege Escalation by Brett Moore](https://www.youtube.com/watch?v=kMG8IsCohHA)
- [Level Up! Practical Windows Privilege Escalation by Andrew Smith](https://www.youtube.com/watch?v=PC_iMqiuIRQ)
2019-02-22 12:30:47 +11:00
- [Basic Linux Privilege Escalation](https://blog.g0tmi1k.com/2011/08/basic-linux-privilege-escalation/)
2019-02-22 15:30:08 +11:00
- [Linux privilege escalation by Jake Williams](https://www.youtube.com/watch?v=dk2wsyFiosg)
2019-02-22 12:04:15 +11:00
2019-02-22 12:30:47 +11:00
### Other OSCP Resources
2019-02-22 12:04:15 +11:00
2019-02-22 15:02:43 +11:00
- [PWK Syllabus](https://www.offensive-security.com/documentation/penetration-testing-with-kali.pdf)
2019-02-22 12:30:47 +11:00
- [OSCP-Prep-Resources](https://github.com/burntmybagel/OSCP-Prep)
2019-02-22 15:30:08 +11:00
- [Offensive Security Bookmarks](https://jivoi.github.io/2015/07/03/offensive-security-bookmarks/)
2019-02-22 15:55:06 +11:00
- [The how to get the OSCP certification wiki](https://www.peerlyst.com/posts/the-how-to-get-the-oscp-certification-wiki-peerlyst)
- [OSCP Goldmine](http://0xc0ffee.io/blog/OSCP-Goldmine)
- [Penetration Testing Study Notes](https://github.com/AnasAboureada/Penetration-Testing-Study-Notes)
2019-02-22 15:02:43 +11:00
- [OSCP-like Vulnhub VMs](https://www.abatchy.com/2017/02/oscp-like-vulnhub-vms)
2019-02-22 15:30:08 +11:00
- [Metasploit Unleashed](https://www.offensive-security.com/metasploit-unleashed/)
2019-02-25 11:19:38 +11:00
- [Awesome Penetration Testing](https://github.com/enaqx/awesome-pentest)
- [OSCP Exam Report Template in Markdown](https://github.com/noraj/OSCP-Exam-Report-Template-Markdown)
2019-02-22 11:34:06 +11:00
2019-02-22 12:39:23 +11:00
#### Books
- [Penetration Testing: A Hands-on Introduction to Hacking](https://www.amazon.com/Penetration-Testing-Hands-Introduction-Hacking/dp/1593275641)
- [The Hacker Playbook 3: Practical Guide to Penetration Testing](https://www.amazon.com.au/Hacker-Playbook-Practical-Penetration-Testing/dp/1980901759)
2019-02-22 15:02:43 +11:00
- [RTFM: Red Team Field Manual](https://www.amazon.com/Rtfm-Red-Team-Field-Manual/dp/1494295504)
- [The Web Application Hacker's Handbook: Finding and Exploiting Security Flaws (2nd Edition)](https://www.amazon.com/Web-Application-Hackers-Handbook-Exploiting-ebook/dp/B005LVQA9S)
2019-02-22 12:39:23 +11:00
2019-02-22 11:34:06 +11:00
## License
[![CC0](http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](http://creativecommons.org/publicdomain/zero/1.0)
To the extent possible under law, Adel "0x4D31" Karimi has waived all copyright and
related or neighboring rights to this work.