# Absolutely Nuts

{% file src="/files/6Gm8QXXKu7mUIWq9AnXi" %}

**Category:** OSINT - **Points:** 10 - **Solves:** 41\
**Description:** I've always wanted to visit the statue of this fine gentleman but I don't know where it is, can you tell me what city it is in?

**Infos:**

> A .png file is provided (banana.png)

**Hint:** Flag format: DVC{Name\_Of\_City}

**Solution:**\
To solve this type of challenge you need to be veeerrryyy patient.\
For example here, we just have an image where we can see a chimpanzee whose legs are discarded. He is elongated and we can see his genitals.\
![banana](https://user-images.githubusercontent.com/90919471/133922563-47e344f6-ce62-4d18-9406-3414b17697d4.png)

So with these details, we can do some other searches to find others information and eventually the response.\
After a looooot of searches, we can find that there is a statue in the same position in Prague :\
![image](https://user-images.githubusercontent.com/90919471/133922658-e13b4586-24fa-4b14-81ea-9d9f079e6d53.png)

So the answer is Prague.

<details>

<summary>🚩 FLAG</summary>

```
DVC{Prague}
```

</details>


---

# 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://writeups.ayweth20.com/2021/dvctf-to-join-davincicode/osint/absolutely-nuts.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.
