> For the complete documentation index, see [llms.txt](https://thmflags.gitbook.io/thm-walkthroughs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://thmflags.gitbook.io/thm-walkthroughs/difficulty-easy/owasp-top-10/task-18-broken-access-control-idor-challenge.md).

# Task 18 - Broken Access Control (IDOR Challenge)

## Task 18 <mark style="color:blue;background-color:blue;">\[Severity 5]</mark> Broken Access Control (IDOR Challenge)

### Read and understand how IDOR works.

{% hint style="success" %}
No answer needed
{% endhint %}

### Deploy the machine and go to <http://MACHINE\\_IP> - Login with the username being noot and the password test1234.

{% hint style="success" %}
No answer needed
{% endhint %}

### Look at other users notes. What is the flag?

{% hint style="warning" %}
**HINT:** The URL contains ?note=1 - I wonder what happens if you change the parameter value? You might be able to access another users note..
{% endhint %}

<details>

<summary>Reveal Flag <span data-gb-custom-inline data-tag="emoji" data-code="1f6a9">🚩</span></summary>

:triangular\_flag\_on\_post:`flag{fivefourthree}`

</details>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://thmflags.gitbook.io/thm-walkthroughs/difficulty-easy/owasp-top-10/task-18-broken-access-control-idor-challenge.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.
