Telnet Tutorial please?

For beginners, flames not allowed...(just by the staff :P)
Post Reply
User avatar
Losing_grip
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 485
Joined: 22 Apr 2007, 16:00
16
Location: Behind Socks5

Telnet Tutorial please?

Post by Losing_grip »

Anyone got "Updated" Telnet tutorial on how to connect into someone computer? example "o 127.0.0.1 80" etc. if possible step by step please.
i tried google but most of 'em are old tutorial... every reply is appreciated.


-thanks

User avatar
luggyx
Life time student
Life time student
Posts: 135
Joined: 03 May 2007, 16:00
16

Re: Telnet Tutorial please?

Post by luggyx »

1. start>run write 'telnet' without '.

2. Write 'help' and press enter.
Then you see this:

c -close close current connection
d -display display operating parameters
o -open hostname [port] connect to hostname (default port 23).
q -quit exit telnet
set -set set options (type 'set ?' for a list)
sen -send send strings to server
st -status print status information
u -unset unset options (type 'unset ?' for a list)
?/h -help print help information
Microsoft Telnet>

3. Then press 'o' enter then write 'xxx.x.x.x 00'
(xxx.x.x.x- ip adress, 00- your port)

bubzuru
.net coder
.net coder
Posts: 700
Joined: 17 Apr 2007, 16:00
17
Contact:

Post by bubzuru »

why on earth would you
need a telnet tut it's so simple

first off the pc that your trying to
connect to must have a telnet server
installed so that you can connect
to find pc's that have telnet download nmap
install then type in the command prompt

Code: Select all

nmap -iR 20000 -p 23
you will get a list ov ip's that have telnet
installed

then to use telnet all you have to do
is in the command prompt type

Code: Select all

telnet 85.234.1.24 
then it will try to connect to 85.234.1.24
one you connect it will ask you for a
username and password haha its up
to you from there

User avatar
Losing_grip
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 485
Joined: 22 Apr 2007, 16:00
16
Location: Behind Socks5

Post by Losing_grip »

THanks bubzuru , helped :lol:

User avatar
rambo
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 232
Joined: 29 Jun 2007, 16:00
16
Contact:

Post by rambo »

Experimenting is the best way of learning.. :P
Learn some of the hotkeys provided by luggyx

Although telnet isn't my 'Expertise'.. lol

Goodluck..

User avatar
Losing_grip
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 485
Joined: 22 Apr 2007, 16:00
16
Location: Behind Socks5

Post by Losing_grip »

Lol , nah breaking into someones box using telnet isn't that easy xD
i think ill stick with metasploit :lol: but thanks guys :P

Post Reply