Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added AD resources and another guide #12

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
- [Topics](#topics)
- [Buffer Overflow](#buffer-overflow)
- [Privilege Escalation](#privilege-escalation)
- [Active Directory](#active-directory)
- [Other OSCP Resources](#other-oscp-resources)
- [Books](#books)
- [License](#license)
Expand All @@ -33,6 +34,7 @@
- [My Fight for OSCP](https://alphacybersecurity.tech/my-fight-for-the-oscp/)
- [The Ultimate OSCP Preparation Guide](https://johnjhacking.com/blog/the-oscp-preperation-guide-2020/)
- [The Journey to Try Harder: TJnull’s Preparation Guide for PEN-200 PWK/OSCP 2.0](https://www.netsecfocus.com/oscp/2021/05/06/The_Journey_to_Try_Harder-_TJnull-s_Preparation_Guide_for_PEN-200_PWK_OSCP_2.0.html)
- [Methodology and Mindset for Passing the OSCP](https://medium.com/@security-by-accident/methodology-and-mindset-for-passing-the-oscp-d609592a7dcb)

### Cheatsheets and Scripts

Expand Down Expand Up @@ -67,6 +69,13 @@
- [Basic Linux Privilege Escalation](https://blog.g0tmi1k.com/2011/08/basic-linux-privilege-escalation/)
- [Linux privilege escalation by Jake Williams](https://www.youtube.com/watch?v=dk2wsyFiosg)

### Active Directory
- [TryHackMe Active Directory Module](https://tryhackme.com/module/hacking-active-directory)
- [TyHackMe Active Directory Room](https://tryhackme.com/room/attacktivedirectory)
- [BloodHound Active Directory Enumeration tool](https://github.com/BloodHoundAD/BloodHound)
- [TryHackMe Throwback Active Directory Practice Network](https://tryhackme.com/network/throwback)
- [Hack The Box Active Directory Cheatsheet](https://www.hackthebox.com/blog/active-directory-penetration-testing-cheatsheet-and-guide)

### Other OSCP Resources

- [PWK Syllabus](https://www.offensive-security.com/documentation/penetration-testing-with-kali.pdf)
Expand Down