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

# Manipulação de tipos IMF

## de malabarismo de tipos:

<figure><img src="/files/5605b7839c3a66ed0d66bc867a5e48aeb1158395" alt=""><figcaption></figcaption></figure>

Ao interceptar a requisição com o Burp Suite, observamos que a injeção de malabarismo de tipos é bem-sucedida com a string abaixo: `user=rmichaels&pass[]=`

<figure><img src="/files/06cf1f3ef89b1840e20c1f0d21c9f5f47f1a87d4" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/94ece1aa9cbeb21d4cb77c30c963fb7a95a6e9b0" alt=""><figcaption></figcaption></figure>

**Acesso à parte administrativa do CMS:** Descobrimos um arquivo "cms.php" com uma variável "pagename" que redireciona para diferentes sites após obter acesso à área administrativa do CMS.

<figure><img src="/files/f582fd41d1610842bc221faae99f1fd99b698f39" 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/pt-br/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.
