# Cookie Monster

Windows 7 sp1 x64 memdump By grepping for urls, we can find <https://super-secret-file-server.herokuapp.com/>.\
Command history shows us the credentials with a username and password, and also the name of a deleted file.\
We download this file: \_4nd\_y0u\_w1ll\_n3v3r\_f1nd\_m333}\
We now see that mstsc is running, which is the rdp client.\
I used filescan to search for open files, and found an the rdp cache file.\
We can use <https://github.com/ANSSI-FR/bmc-tools> to parse it, and get 128 tiles from the image.\
By piecing this together (thanks will) we get the first half of the flag: tjctf{c00k1e\_m0n5t3r\_w4s\_h3r3

## Flag: tjctf{c00k1e\_m0n5t3r\_w4s\_h3r3\_4nd\_y0u\_w1ll\_n3v3r\_f1nd\_m333}


---

# 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/tjctf/cookie-monster.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.
