# Day 13

#### Task 19 — WebSockets Day 13: It came without buffering! It came without lag! <a href="#ac79" id="ac79"></a>

**1. What is the value of Flag1?**

1. Open the Machine IP in a new tab.
2. Click Track and Capture the following request — `42["track", {"userId: "5"}]`.
3. Change the Value to something like 6,7 or 8

```css
CopyAns: THM{dude_where_is_my_car}
```

**2. What is the value of Flag2?**

1. Type a message and capture that request.
2. Change the user ID to 8. It may be 6 or 7. We have to replace the user id with the Mayor Malware.

```css
CopyAns: THM{my_name_is_malware._mayor_malware}
```


---

# 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://foothold.gitbook.io/blog/advent-of-cyber-2024/day-13.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.
