> 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-vulnerabilities/type-juggling-attack/type-juggling-imf-pentesting-web.md).

# 类型混淆 IMF

## 关于类型转换：

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

在使用 Burp Suite 拦截请求时，我们发现通过下面的字符串进行类型转换注入是成功的： `user=rmichaels&pass[]=`

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

<figure><img src="/files/0773753946f2bb125d2b3bebf6e72de7b1469ef7" alt=""><figcaption></figcaption></figure>

**访问 CMS 的管理区域：** 我们发现一个名为“cms.php”的文件，其中的变量“pagename”在获得 CMS 管理区域的访问权限后会重定向到不同的网站。

<figure><img src="/files/b088b1fed32391eb4b3d866eb1c8e3b4bd869819" 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-vulnerabilities/type-juggling-attack/type-juggling-imf-pentesting-web.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.
