# Introduction

Welcome to my collection of random pwn notes.

I plan for this to contain my notes on areas of pwn that interest me, so it won't extensively cover everything, at least for the time being. Those areas will typically be more advanced, so this won't be ideal for beginners.

If you're still here, then I hope you enjoy my ramblings, and perhaps even learn something :)

If you want to reach out to me about anything, you can contact my [twitter](https://x.com/0xA5h), or on discord at `ash_999`.

I also play on [hackthebox](https://app.hackthebox.com/profile/296246).


---

# 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://sashactf.gitbook.io/pwn-notes/introduction.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.
