# Let The Random Games Begin 3

***

<figure><img src="https://3637584725-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fvd4Xli3FqNh4SrZDWim8%2Fuploads%2FJCzhkKz1AhJNTGtz2bbS%2Fimage.png?alt=media&#x26;token=fede3c80-85de-4390-9240-932633543cb8" alt=""><figcaption></figcaption></figure>

***

### Solution

Same as before, but this time, the program will give us a long and random number, looping from 100000000 - 999999999.

As i know, it has two ways of solving this challenge.

1. Bruteforce.
2. My Own way

Actually, i don't know how to explain it well. I think I just got lucky.

Btw, for the author for this challenge, can you explain it to me please XD

This is how i solve it.

I put `12345678` for the first input.

`12345678-123` in the second and suddenly the “random number” is constant until the end.

So, i copy the number and paste it in the input after.

<figure><img src="https://3637584725-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fvd4Xli3FqNh4SrZDWim8%2Fuploads%2FA9cLMOmFvl6DkCpfE6gb%2Fimage.png?alt=media&#x26;token=ed920553-a7ef-44ef-99fd-30347d4d58a7" alt=""><figcaption></figcaption></figure>

***

### Flag

CURTIN\_CTF{I75\_4LL\_R4ND0M}


---

# 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://n3r.gitbook.io/6e3372/archives/curtin-ctf-2023/pwn-n-rev/let-the-random-games-begin-3.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.
