# MarketDump

Nos descargamos el archivo y lo ejecutamos en el Wireshark.

<figure><img src="/files/64Hh9XrRZmJMUdYZJs0b" alt=""><figcaption></figcaption></figure>

Aplicamos el filtro de `http`. Encontramos un paquete curioso.

<figure><img src="/files/7lnNqMjN0wdJqq1Q1fjB" alt=""><figcaption></figcaption></figure>

Miramos a ver cadenas de caracteres a través de terminal.&#x20;

```bash
strings MarketDump.pcapng | less
```

Encontramos una que tiene una longitud más larga que las anteriores.

<figure><img src="/files/WmaNcWRYcHnoUvLdJiEy" alt=""><figcaption></figcaption></figure>

Lo decodificamos a través de esta página.

{% embed url="<https://gchq.github.io/CyberChef/>" %}

<figure><img src="/files/Of4GYYIzH4Pn1kpYWajY" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/FqWbXJmITzwe8pChOuZs" alt=""><figcaption></figcaption></figure>


---

# 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://beafn28.gitbook.io/beafn28/writeups/hackthebox/challenges/marketdump.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.
