# Task 6

## <mark style="color:purple;">Task 6</mark>

*What service do we identify on port 23/tcp during our scans?*

### <mark style="color:purple;">Answer</mark>

telnet

### <mark style="color:purple;">Explanation</mark>

Telnet is a network protocol used to provide a command-line interface for communication with remote devices. However, it is considered insecure because it transmits data, including passwords, in plaintext. It's often replaced by more secure protocols like SSH in modern systems.
