Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 364 Bytes

23-telnet.md

File metadata and controls

20 lines (15 loc) · 364 Bytes
description
Telnet is an insecure-in-nature, remote communications protocol. The insecurity is due to it being implemented without the use of encryption. It was later replaced by SSH.

🙀 23/Telnet

Banner Grabbing:

nc -nv <IP> 23

Nmap Enumeration:

nmap -n -sV -Pn --script "*telnet* and safe" -p 23 <IP>