Task 6

Task 6

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

Answer

telnet

Explanation

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.

Last updated