Hi.
I managed to get a connection to a telnet server. i already received that text: "login name:"
So now the server wants me to send login data, right? but how do i do that? let's say the correct login name is "bear". what will i have to send now? i tried everything: "bear" with and without NULL char, bear + CLRF, bear + CLRF + NULL char. nothing works, i don't get any response...
hope someone can help me
I managed to get a connection to a telnet server. i already received that text: "login name:"
So now the server wants me to send login data, right? but how do i do that? let's say the correct login name is "bear". what will i have to send now? i tried everything: "bear" with and without NULL char, bear + CLRF, bear + CLRF + NULL char. nothing works, i don't get any response...
hope someone can help me
You need to 'talk' with the telnet server. Do a search on:
telnet + RFC
or
telnet + protocol + specification
in your favorite search engine :)
telnet + RFC
or
telnet + protocol + specification
in your favorite search engine :)