# 0xShukruN /?

{% hint style="warning" %}
This Gitbook is still a work-in-progress and will probably change its layout.&#x20;
{% endhint %}

## GitBook Legend

Each Page has a prefix Icon signifying the nature of the page

| Icon        | Description                                                                                                                    |
| ----------- | ------------------------------------------------------------------------------------------------------------------------------ |
| :card\_box: | Container page, Usually a parent page to several other pages, this pages will contain detail about the pages nested within it. |
| :mag:       | In-Depth Articles, Usually a deep-dive into the subject mentioned in the page's title                                          |
| :tools:     | A page which is has some content, but is work-in-progress                                                                      |
| :scroll:    | CheatSheet Page - a collection of commands, code, methods to quickly reference.                                                |
| :bookmark:  | Short Pages that briefly demonstrates something without deep-diving.                                                           |

## This Gitbook

Currently this Gitbook is a geneal place in which I write:

* Blogs
* In-Depth Articles about Offensive / Defensive Techniques and the technology it involves
* Operating System Internals
* "How to" Articles
* Cheatsheets&#x20;
* Miscellaneous&#x20;

## Contact Me

I can be reached [@linkedin](https://www.linkedin.com/in/saharshukrun/) or [@SaharShukrun](https://twitter.com/SaharShukrun).


---

# 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://www.221bluestreet.com/0xshukrun.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.
