All Projects → tsondt → oscp

tsondt / oscp

Licence: MIT license
My notebook for OSCP Lab

Programming Languages

CSS
56736 projects
HTML
75241 projects
ruby
36898 projects - #4 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to oscp

Offensive-Reverse-Shell-Cheat-Sheet
Offensive Reverse Shell (Cheat Sheet)
Stars: ✭ 138 (+527.27%)
Mutual labels:  cheatsheet, pentest, oscp
Filterbypass
Browser's XSS Filter Bypass Cheat Sheet
Stars: ✭ 884 (+3918.18%)
Mutual labels:  cheatsheet, pentest
Ios
Most usable tools for iOS penetration testing
Stars: ✭ 563 (+2459.09%)
Mutual labels:  cheatsheet, pentest
Oscp
My OSCP notes
Stars: ✭ 117 (+431.82%)
Mutual labels:  cheatsheet, oscp
Ctf Difficulty
This cheasheet is aimed at the CTF Players and Beginners to help them sort the CTF Challenges on the basis of Difficulties.
Stars: ✭ 338 (+1436.36%)
Mutual labels:  cheatsheet, oscp
Oscp Pwk
This is my cheatsheet and scripts developed while taking the Offensive Security Penetration Testing with Kali Linux course.
Stars: ✭ 406 (+1745.45%)
Mutual labels:  cheatsheet, oscp
Oscp Prep
my oscp prep collection
Stars: ✭ 105 (+377.27%)
Mutual labels:  cheatsheet, oscp
Oscprepo
A list of commands, scripts, resources, and more that I have gathered and attempted to consolidate for use as OSCP (and more) study material. Commands in 'Usefulcommands' Keepnote. Bookmarks and reading material in 'BookmarkList' CherryTree. Reconscan Py2 and Py3. Custom ISO building.
Stars: ✭ 1,916 (+8609.09%)
Mutual labels:  pentest, oscp
Privilege Escalation
This cheasheet is aimed at the CTF Players and Beginners to help them understand the fundamentals of Privilege Escalation with examples.
Stars: ✭ 2,117 (+9522.73%)
Mutual labels:  cheatsheet, oscp
Aboutsecurity
A list of payload and bypass lists for penetration testing and red team infrastructure build.
Stars: ✭ 166 (+654.55%)
Mutual labels:  cheatsheet, pentest
Awesome Pentest Cheat Sheets
Collection of the cheat sheets useful for pentesting
Stars: ✭ 2,566 (+11563.64%)
Mutual labels:  cheatsheet, pentest
Cheatsheet God
Penetration Testing Reference Bank - OSCP / PTP & PTX Cheatsheet
Stars: ✭ 3,521 (+15904.55%)
Mutual labels:  cheatsheet, oscp
PPN
Pentester's Promiscuous Notebook
Stars: ✭ 221 (+904.55%)
Mutual labels:  cheatsheet, pentest
Payloadsallthethings
A list of useful payloads and bypass for Web Application Security and Pentest/CTF
Stars: ✭ 32,909 (+149486.36%)
Mutual labels:  cheatsheet, pentest
Oscp Cheat Sheet
This is my OSCP cheat sheet made by combining a lot of different resources online with a little bit of tweaking. I used this cheat sheet during my exam (Fri, 13 Sep 2019) and during the labs. I can proudly say it helped me pass so I hope it can help you as well ! Good Luck and Try Harder
Stars: ✭ 216 (+881.82%)
Mutual labels:  pentest, oscp
Msf Venom Cheatsheet
Single Page Cheatsheet for common MSF Venom One Liners
Stars: ✭ 81 (+268.18%)
Mutual labels:  cheatsheet, oscp
Awesome Oscp
A curated list of awesome OSCP resources
Stars: ✭ 804 (+3554.55%)
Mutual labels:  pentest, oscp
Sudo killer
A tool to identify and exploit sudo rules' misconfigurations and vulnerabilities within sudo for linux privilege escalation.
Stars: ✭ 1,073 (+4777.27%)
Mutual labels:  pentest, oscp
Defaultcreds Cheat Sheet
One place for all the default credentials to assist the Blue/Red teamers activities on finding devices with default password 🛡️
Stars: ✭ 1,949 (+8759.09%)
Mutual labels:  cheatsheet, pentest
Pentest-Cheat-Sheet
Cheat-Sheet of tools for penetration testing
Stars: ✭ 44 (+100%)
Mutual labels:  cheatsheet, pentest

OSCP Notebook

This page contains notes, commands, links, etc. that I have collected and produced while doing my Offensive Security Certified Professional (OSCP) Certification Lab.

To preview this site offline:

git clone https://github.com/tsondt/oscp
  • with ruby and bundle:
BUNDLE_PATH=.bundle bundle check || \
bundle install && \
bundle exec jekyll serve
  • with Docker:
./docker-build.sh
./docker-run.sh

Published by tsondt with Jekyll using BlackDoc theme. MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].