> 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/admin-functionality-with-unpredictable-url.md).

# 带不可预测 URL 的管理功能

### 具有不可预测 URL 的未受保护管理员功能

此实验室包含一个未受保护的管理面板。它位于一个很难猜到的 URL，但该位置会在应用程序的某处被透露出来。

要完成此实验室，你必须访问管理员面板，然后删除该用户 **carlos**.

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

通过检查页面的源代码，我们发现了管理界面使用的路由：

```bash
/admin-u4m901
```

<figure><img src="/files/00622d3e449ac1252463fae3ec0f589095860e9a" 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/admin-functionality-with-unpredictable-url.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.
