> For the complete documentation index, see [llms.txt](https://beafn28.gitbook.io/beafn28/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://beafn28.gitbook.io/beafn28/writeups/overthewire/bandit/nivel-31-34.md).

# Nivel 31-34

### NIVEL 31

Ingresamos las credenciales para el nivel 31.

* **Usuario:** `bandit31`
* **Contraseña:** `fb5S2xb7bRyFmAvQYQGEqsbhVyJqhnDy`

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

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

**IMPORTANTE: Borrar `.gitignore`**

Para eliminar el archivo `.gitignore` en el repositorio clonado, usa el siguiente comando:

```bash
rm repo/.gitignore
```

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

### NIVEL 32

Ingresamos las credenciales para el nivel 32.

* **Usuario:** `bandit32`
* **Contraseña:** `3O9RfhqyAlVBEZpVb6LYStshZoqoSx5K`

<figure><img src="/files/4cVrMQK1F1NfVX7Jl4EW" alt=""><figcaption></figcaption></figure>

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

### NIVEL 33

Ingresamos las credenciales para el nivel 33.

* **Usuario:** `bandit33`
* **Contraseña:** `tQdtbs5D5i2vJwkO8mEyYEyTL8izoeJ0`

<figure><img src="/files/3uJ7rsXW0Iq4LrHemGST" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/TFtGaznaWC07Ew38SvGf" 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://beafn28.gitbook.io/beafn28/writeups/overthewire/bandit/nivel-31-34.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.
