> For the complete documentation index, see [llms.txt](https://writeups.ayweth20.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://writeups.ayweth20.com/2021/dvctf-to-join-davincicode/osint/absolutely-nuts.md).

# 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>
