# Vandalism

Earlier on, I noticed the path `/__adminPortal` in an undefined response header.

Now with admin access, I decided to visit it.

It gave us some nice ASCII art, but in a hidden `<p>` there was some Zalgo'd text.

Using a [Zalgo Remover](https://cable.ayra.ch/zalgo/) , I retrieved the original text:\
Lorem Ipsum, but hidden inside:

## ractf{h1dd3n1npl4n3s1ght}


---

# 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://the-winrars.gitbook.io/writeups/2020-writeups/ractf/web/vandalism.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.
