# OSCP Notes

{% hint style="danger" %}
!! The Project is ONGOING and CHANGES over time !!
{% endhint %}

This book is a collection of notes and tips that I have gathered during my studies for the Offensive Security Certified Professional (PEN-200) exam.\
\
It is designed to help me **understand** and **remember** the key concepts covered in the exam, and I plan to use it as my main cheat sheet during the test.\
\
The book is primarily intended for viewing on Gitbook, but feel free to fork it on GitHub and make any changes or additions you think would be helpful.

Ready to conquer OSCP! 🚀

> **Disclaimer:** These notes are based on my understanding and are not meant to be your standalone resource.\
> For more detailed notes check [The Hacker Recipes](https://www.thehacker.recipes/) or [ired.team](https://www.ired.team/).

***

## Project links

### GitHub

<https://github.com/dudisamarel/oscp-notes>

### Gitbook

[https://dudisamarel.gitbook.io/oscp-notes](https://dudisamarel.gitbook.io/oscp-notes/)

***

## Contact

### LinkedIn

<https://www.linkedin.com/in/dudi-samarel-1a595a1a9/>

### Email

#### <dudisamarel@gmail.com>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://dudisamarel.gitbook.io/oscp-notes/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
