# 0xShukruN

## 0xShukruN

- [0xShukruN /?](https://www.221bluestreet.com/0xshukrun.md): Offensive Cyber Security Research & Detection Blog
- [Office Templates and GlobalDotName - A Stealthy Office Persistence Technique](https://www.221bluestreet.com/post/office-templates-and-globaldotname-a-stealthy-office-persistence-technique.md)
- [Windows Components Object Model](https://www.221bluestreet.com/offensive-security/windows-components-object-model.md): Windows Components Object Model is an old however widely used technology on Windows Systems. Its Attack surface is vast and can be utilized for various goals which I hope to cover in future articles.
- [Demystifying Windows Component Object Model (COM)](https://www.221bluestreet.com/offensive-security/windows-components-object-model/demystifying-windows-component-object-model-com.md)
- [COM Hijacking - T1546.015](https://www.221bluestreet.com/offensive-security/windows-components-object-model/com-hijacking-t1546.015.md): Component object model hijacking method for persistence and privilege escalation.
- [COM Execution - T1559.001](https://www.221bluestreet.com/offensive-security/windows-components-object-model/com-execution-t1559.001.md): Templates and methods of quickly executing COM and DCOM
- [Windows Exploit Mitigations](https://www.221bluestreet.com/internals-reversing/windows-exploit-mitigations.md)
- [Windows Kernel Drivers 101 - Creating a Simple Driver](https://www.221bluestreet.com/internals-reversing/windows-kernel-drivers-101-creating-a-simple-driver.md): Short Introduction to Windows Software Kernel Driver with Code snippet and example for a basic driver and a User-Mode client.
- [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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a 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.
