# Depuración de tty

Una vez que hayas accedido a la bash de tu maquina victima, necesitaras depurar la tty para hacer uso de ella sin problemas:

```bash
script /dev/null -c bash
presionar CTRL+Z
stty raw -echo;fg
reset xterm
export TERM=xterm
export SHELL=bash
----------------------------------------------------------------------------------------
Pasos a seguir para que la pantalla se vea de manera correcta
stty -a | Para mostrar en pantalla rows y columnas 
stty rows <numeros rows> columns <tamaño columnas>
```


---

# Agent Instructions: 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:

```
GET https://burple.gitbook.io/burple/cheats/depuracion-de-tty.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
