# Wireshark #1

## Description

It's cleartext :3

Attachment: `challenge.pcap`

## Solution

### Solution 1: Search String

Since the challenge description says that the flag is in cleartext, we can straightaway search for the flag within the packets.

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

`Edit` -> `Find Packet`

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

We can search for packet details that contain the string which is the flag format `gctf` and we will get the flag.&#x20;

### Solution 2: Filter Data

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

We can also use the filter to filter for text data to get the flag.

## Flag

`GCTF{fl4g_in_tcpdump_ez}`


---

# 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://encient.gitbook.io/ctf-writeups-and-notes/ctf-writeup/gctf-2023/wireshark-1.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.
