# julichaan notes

## julichaan Docs

- [/whoami](https://julichaan.gitbook.io/julichaan-docs/whoami.md)
- [HackTheBox Writeups](https://julichaan.gitbook.io/julichaan-docs/hackthebox-writeups.md): https://www.hackthebox.com/
- [Active](https://julichaan.gitbook.io/julichaan-docs/hackthebox-writeups/active.md): OS: Windows; Level: Easy
- [Editor](https://julichaan.gitbook.io/julichaan-docs/hackthebox-writeups/editor.md): OS: Linux; Level: Easy
- [Intigriti Challenges Writeups](https://julichaan.gitbook.io/julichaan-docs/intigriti-challenges-writeups.md): https://www.intigriti.com/
- [November 2025 - 1125](https://julichaan.gitbook.io/julichaan-docs/intigriti-challenges-writeups/november-2025-1125.md): Authentication Bypass via JWT algorithm manipulation to SSTI RCE
- [Certifications](https://julichaan.gitbook.io/julichaan-docs/certifications.md): Summaries of the certification exams I have taken
- [Web Red Team Analyst (Web-RTA)](https://julichaan.gitbook.io/julichaan-docs/certifications/web-red-team-analyst-web-rta.md): Pentesting web certification of Cyberwarfare labs
- [SSRF](https://julichaan.gitbook.io/julichaan-docs/portswigger-labs/ssrf.md)
- [Lab: Basic SSRF against the local server](https://julichaan.gitbook.io/julichaan-docs/portswigger-labs/ssrf/lab-basic-ssrf-against-the-local-server.md): This lab has a stock check feature which fetches data from an internal system.  To solve the lab, change the stock check URL to access the admin interface at http://localhost/admin and delete the user
- [Lab: Basic SSRF against another back-end system](https://julichaan.gitbook.io/julichaan-docs/portswigger-labs/ssrf/lab-basic-ssrf-against-another-back-end-system.md): To solve the lab, use the stock check functionality to scan the internal 192.168.0.X range for an admin interface on port 8080, then use it to delete the user carlos.
- [Lab: SSRF with blacklist-based input filter](https://julichaan.gitbook.io/julichaan-docs/portswigger-labs/ssrf/lab-ssrf-with-blacklist-based-input-filter.md): The developer has deployed two weak anti-SSRF defenses that you will need to bypass.
- [SSTI](https://julichaan.gitbook.io/julichaan-docs/portswigger-labs/ssti.md)
- [Lab: Basic server-side template injection](https://julichaan.gitbook.io/julichaan-docs/portswigger-labs/ssti/lab-basic-server-side-template-injection.md)
- [Lab: Basic server-side template injection (code context)](https://julichaan.gitbook.io/julichaan-docs/portswigger-labs/ssti/lab-basic-server-side-template-injection-code-context.md)
- [Lab: Server-side template injection using documentation](https://julichaan.gitbook.io/julichaan-docs/portswigger-labs/ssti/lab-server-side-template-injection-using-documentation.md)
- [Bug Bounty Methodology](https://julichaan.gitbook.io/julichaan-docs/portswigger-labs/bug-bounty-methodology.md)
- [Dorks](https://julichaan.gitbook.io/julichaan-docs/dorks.md): Most used dorks by me


---

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