# ROOTCON 18 PRE QUALIFIERS

- [Rock Paper Scissors Sh\*\*t](https://mknukn.gitbook.io/infosec-blog/ctfs/rootcon-18-pre-qualifiers/rock-paper-scissors-sh-t.md): The goal of the challenge is to win 1000 times against the bot in rock, paper, scissors to get the flag.
- [Zippy](https://mknukn.gitbook.io/infosec-blog/ctfs/rootcon-18-pre-qualifiers/zippy.md): The goal of the challenge is to recursively unzip all the files, concatenate their file names, and then reverse the data to get its readable version.
- [Super Secure Static Website](https://mknukn.gitbook.io/infosec-blog/ctfs/rootcon-18-pre-qualifiers/super-secure-static-website.md): The goal of the challenge is to list older versions of the static files to retrieve the flag.


---

# 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://mknukn.gitbook.io/infosec-blog/ctfs/rootcon-18-pre-qualifiers.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.
