> 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/authentication/simple-2fa-bypass.md).

# Contorno Simples de 2FA

### Bypass simples de 2FA

Este laboratório usa autenticação de dois fatores que pode ser contornada. Já temos um nome de usuário e uma senha válidos, mas não temos acesso ao código de 2FA enviado à vítima. O objetivo é acessar a página da conta de Carlos.

```bash
Suas credenciais: wiener:peter
Credenciais da vítima: carlos:montoya
```

<figure><img src="/files/75ca48ea4aa99d5bd9b923bf366953af273bd0ee" alt=""><figcaption></figcaption></figure>

Depois de conectar com os IDs de Carlos, o servidor envia um código de 2FA por e-mail. Ao inserir esse código de 4 dígitos, a requisição é enviada em **POST** para o endpoint **/login2**.

<figure><img src="/files/2344db013f1917f8da36622177f92bd24c86c982" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/068ef520c34fcdfefd220ada9ba33a2a7aeff617" alt="" width="499"><figcaption></figcaption></figure>

No entanto, é possível contornar completamente essa etapa. Em vez de enviar o código de 2FA, basta solicitar acesso diretamente a **/my-account**. O servidor não verifica corretamente o estado de validação do 2FA e permite o acesso apesar da falta do código.

<figure><img src="/files/04d30cca0c4d45cf01cfb550ff6f8bb989b9b858" alt="" width="563"><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/authentication/simple-2fa-bypass.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.
