# Binary Exploitations

### messy-malloc \[300 pts] \[Not Solved]

> **Description**
>
> &#x20;Can you take advantage of misused malloc calls to leak the secret through this [service](https://jupiter.challenges.picoctf.org/static/718d502bdfd3a297acbec0c280419c9e/auth) and get the flag? Connect with `nc jupiter.challenges.picoctf.org 31378`. [Source](https://jupiter.challenges.picoctf.org/static/718d502bdfd3a297acbec0c280419c9e/auth.c).

**Solution**

a

**Flag:**&#x20;

### seed-sPRiNG \[350 pts] \[Not Solved]

> **Description**
>
> &#x20;The most revolutionary game is finally available: seed sPRiNG is open right now! [seed\_spring](https://jupiter.challenges.picoctf.org/static/c55cb5df6751e2eda359ea167f6015de/seed_spring). Connect to it with `nc jupiter.challenges.picoctf.org 8311`.

**Solution**

a

**Flag:**&#x20;

### sice\_cream \[500 pts] \[Not Solved]

> **Description**
>
> &#x20;Just pwn this [program](https://jupiter.challenges.picoctf.org/static/8715579c7b1c8027c5fcea197b7a8e09/sice_cream) and get a flag. Connect with `nc jupiter.challenges.picoctf.org 51860`. [libc.so.6](https://jupiter.challenges.picoctf.org/static/8715579c7b1c8027c5fcea197b7a8e09/libc.so.6) [ld-2.23.so](https://jupiter.challenges.picoctf.org/static/8715579c7b1c8027c5fcea197b7a8e09/ld-2.23.so).

**Solution**

a

**Flag:**&#x20;

### zero\_to\_hero \[500 pts] \[Not Solved]

> **Description**
>
> &#x20;Now you're really cooking. Can you pwn [this](https://jupiter.challenges.picoctf.org/static/757b0d862b2646c77bd24ce908477315/zero_to_hero) service?. Connect with `nc jupiter.challenges.picoctf.org 10089`. [libc.so.6](https://jupiter.challenges.picoctf.org/static/757b0d862b2646c77bd24ce908477315/libc.so.6) [ld-2.29.so](https://jupiter.challenges.picoctf.org/static/757b0d862b2646c77bd24ce908477315/ld-2.29.so)

**Solution**

a

**Flag:**&#x20;


---

# 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://codingmace.gitbook.io/masterward/ctf/2019/picoctf/binary.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.
