Sinisterly
Telnet not working - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Hacking (https://sinister.ly/Forum-Hacking)
+--- Forum: Website & Server Hacking (https://sinister.ly/Forum-Website-Server-Hacking)
+--- Thread: Telnet not working (/Thread-Telnet-not-working)



Telnet not working - bloodshadow - 04-30-2013

I used the command
telnet xxx.xx.xx.xxx 80 but it open a new prompt and it blink cursor for a while and then stop. Its not working does anyone have any idea what should i do?


RE: Telnet not working...... - chmod - 04-30-2013

Enter your command I take it you are telneting into a website as you are connecting on port 80? the blinking cursor means you are connected to the server and is waiting for a request


RE: Telnet not working...... - zero-uplink - 06-21-2013

(04-30-2013, 08:48 PM)bloodshadow Wrote: I used the command
telnet xxx.xx.xx.xxx 80 but it open a new prompt and it blink cursor for a while and then stop. Its not working does anyone have any idea what should i do?

Bro, I think you got the wrong port
The default port for telnet is 23
80 is for http server.

But are you trying to port scan?
This is a simple old-school method of port scan.
By connecting a port with telnet shows you if the port is open or not.
In you case, (open a new prompt and it blink cursor for a while and stop) means that the port is open.

I hope I helped you. Wink


RE: Telnet not working...... - The Real Slim Shady - 06-21-2013

No... this is not an old school method of port scanning. At its basic its checking to see if the port is accepting requests and for the moderately more advanced, banner grabbing. a telnet client has no ability to "scan".

As for telnet, it does allow you to issue raw commands to some services that accept. for example, if after youve connected to a webserver, you can issue a command like GET / HTTP/1.1 and hit enter twice which will retrieve if i recall both the webpage html and the response headers.


RE: Telnet not working - sniffer - 06-29-2013

Hi bro
you can search in google and find tools telnet clinte