# Telnet
TCP port 23
Guest account, if enabled, usually has a blank password, or an easily guessable password.
## Linux CLI
To open a connection simply specify the IP address:
```sh
telnet <IP address>
```
## Hack The Box Machines
- [[Meow Write-up|Meow]]