# Sokudo

Level: Easy\
Points: 10\
Type: Daily Challenge

Lab Interface

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

After signup, we get a token.

<figure><img src="/files/2HeDnAksYTwFXJflhpSe" alt=""><figcaption></figcaption></figure>

Provided token looks interesting.

```
20260312181120
```

which is in this form

```
2026 03 12 18 11 20
YYYY MM DD HH MM SS
```

To check if it is what I thought. I created a new account and got new token

```
20260312180943
```

Next, I tried to bruteforce last 4 digits hoping new account is created in last 60 mins.\
I also edit the request to /api/admin/users which requires admin token to get 200 response.

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

<figure><img src="/files/2rWYXQjqVszJ6erU9P9R" alt=""><figcaption></figcaption></figure>


---

# 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://notes.dollarboysushil.com/web-app/bugforge/business-logic-flaw/sokudo.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.
