> For the complete documentation index, see [llms.txt](https://intrusionz3r0.gitbook.io/intrusionz3r0/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://intrusionz3r0.gitbook.io/intrusionz3r0/readme.md).

# Welcome

## My projects

* [PhantomLdr](https://github.com/Intrusionz3r0X/PhantomLdr): PhantomLdr allows you to embed shellcode into files using a custom 4-byte marker. It is designed for red teams, malware, and obfuscation techniques.. (Useful to bypass AV/EDR)
* [CipherForge](https://github.com/Intrusionz3r0X/CipherForge): is a Python-based tool designed to encrypt shellcode using RC4, XOR, or AES algorithms, with output formats compatible with C++ for offensive security projects (Red Team, Pentesting, Malware etc.).&#x20;
* [Toolkit](https://github.com/Intrusionz3r0X/Toolkit): This script automates the installation of essential Red Team and penetration testing tools on Kali Linux or Debian-based systems. It downloads and configures popular security tools, frameworks, and PowerShell scripts used in offensive security operations..

## Writeups Website

{% embed url="<https://intrusionz3r0.gitbook.io/intrusionz3r0-writeups>" %}

## Badges

* [Red Team Operator](https://eu.badgr.com/public/assertions/XlEk050rSO2sPT0pgdNH3g?identity__email=adrian.offsec%40gmail.com)
* [Ifrit (Red Team Lab)](https://eu.badgr.com/public/assertions/VKXzbUMxQmmwBVgLxgHw1Q?identity__email=adrian.offsec%40gmail.com)
* [Wutai (Red Team Lab)](https://eu.badgr.com/public/assertions/sZubNyJrQ_elnqS1TmQziQ?identity__email=adrian.offsec%40gmail.com)
* [Shinra (Red Team Lab)](https://eu.badgr.com/public/assertions/gIAd41HuSbaGUhnJuKpQWQ?identity__email=adrian.offsec%40gmail.com)


---

# 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 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, and the optional `goal` query parameter:

```
GET https://intrusionz3r0.gitbook.io/intrusionz3r0/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
