> For the complete documentation index, see [llms.txt](https://hacking-notes.jord4n.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hacking-notes.jord4n.pro/zh/web/access-control/user-id-controlled-by-parameter.md).

# 由参数控制的用户 ID

### 由请求参数控制的用户 ID

本实验展示了一个 **水平权限提升** 用户账户页面上的问题。/ 要完成实验，你需要找回 **carlos 的用户 API 密钥** 并将其作为解决方案提交。/ 你可以使用以下凭据进行连接： **wiener:peter**.

<figure><img src="/files/2145e777fa82bfcd4f6078b349dc54c700f170d3" alt=""><figcaption></figcaption></figure>

在我们自己的用户面板（wiener 的面板）中，我们观察到账户 ID 是通过 URL 参数传递的。

通过更改这个参数并将我们的 ID 替换为 carlos，例如：

```bash
/my-account?id=carlos
```

然后页面会显示 carlos 的账户信息，使我们能够找回其 \*\*API 密钥\*\*。

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


---

# 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, and the optional `goal` query parameter:

```
GET https://hacking-notes.jord4n.pro/zh/web/access-control/user-id-controlled-by-parameter.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
