Telnet 23 - 2323
Telnet Banner Grabbing
Using Netcat
Using Telnet
Telnet Enumeration
Nmap Enumeration
Common Alternative Port for IoT Devices
Check Port 2323:
Metasploit Enumeration
Automated Telnet Scanning with Metasploit
Run these commands sequentially for thorough checks:
Brute Forcing Telnet
Hydra Brute Force
Post-Enumeration Checks
Default Credentials: Look for default Telnet credentials for IoT or networking devices (e.g., Default Credentials Cheat Sheet).
Verify if Telnet allows root login: Banner information or login attempts might reveal this.
Test for Vulnerabilities:
Weak encryption methods in Telnet sessions.
Unauthenticated or improperly configured Telnet services.
Notes
Telnet is inherently insecure due to plaintext transmission. Secure systems often disable Telnet in favor of SSH.
If Telnet access is gained, check for privilege escalation paths or potential lateral movement opportunities.
Last updated