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

# /whoami

<figure><img src="/files/Cef6kElizXH7veGRMVra" alt="" width="375"><figcaption></figcaption></figure>

I am a 26-year-old computer engineer, an ethical hacker and a committed red teamer. I approach security as a craft: methodical, curious, and always learning. I enjoy breaking systems down to understand how they work — and why they sometimes fail — so I can help build stronger, more resilient defenses.

In my free time I dive deep into vulnerabilities and exploitation: reading technical write-ups, dissecting proofs-of-concept, and running experiments in lab environments. I love the mental challenge of thinking like an attacker while staying firmly committed to ethics and responsible disclosure. For me the goal is never to cause harm but to uncover subtle flaws and translate those discoveries into clear, actionable remediation.

I would describe me as persistent and analytical, someone who blends creative thinking with disciplined methodology. Whether I’m simulating intrusions to test a network’s defenses or mentoring teammates on secure practices, I’m driven by the same purpose: to reduce risk and raise the bar for cybersecurity — one vulnerability at a time.


---

# 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://julichaan.gitbook.io/julichaan-docs/whoami.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.
