# Miscellaneous

- [Code Execution Templates](https://www.221bluestreet.com/miscellaneous/code-execution-templates.md): Container Page for various code executions templates
- [Downloaders and Shellcodes](https://www.221bluestreet.com/miscellaneous/code-execution-templates/downloaders-and-shellcodes.md)
- [Win32 API Execution](https://www.221bluestreet.com/miscellaneous/code-execution-templates/win32-api-execution.md)
- [Frameworks Resources](https://www.221bluestreet.com/miscellaneous/frameworks-resources.md): Just a list of resources and frameworks I like and use.
- [Linux Essentials](https://www.221bluestreet.com/miscellaneous/linux-essentials.md): Quick reference of linux essentials and utilities to the beginner linux user. These notes were written quite a whilte ago, so some inaccurasies might be expected.
- [Bash Scripting](https://www.221bluestreet.com/miscellaneous/bash-scripting.md): Refernce page for bash scripting, summarized notes from PEN-200, These notes were written quite a whilte ago, so some inaccurasies might be expected.


---

# 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/miscellaneous.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.
