Valhalla Legends Forums Archive | General Discussion | how do you use telnet

AuthorMessageTime
programermcgeek
I wanna learn to use tellnet to hack ppl cause i heard it is kind of easy and i can learn pretty easy stuff...wall sum 1 teach me...pm me if ull teach me
September 11, 2004, 12:24 AM
Forged
Start>run>telnet

open (ip adress) (port)
September 11, 2004, 12:27 AM
programermcgeek
i knew that dim wit...but when im connected what i do...
September 11, 2004, 12:33 AM
Myndfyr
[quote author=programermcgeek link=board=2;threadid=8617;start=0#msg79607 date=1094862837]
i knew that dim wit...but when im connected what i do...
[/quote]

hey dim wit, if you don't treat other people here with respect, don't expect to get any yourself.

Have you googled "telnet hacking" ?
September 11, 2004, 12:35 AM
programermcgeek
thnx i now no how to hack usin telnet...thnx
September 11, 2004, 1:41 AM
Forged
That would be a much more valueable skill 15 years ago
September 11, 2004, 1:49 AM
iago
I don't know if you'd call it hacking, but I do what can be classified (by our IDS) as "Telnet abuse" all the time. Raw http queries, connecting to weird open ports and sending crap, and stuff like that. I think that knowing how to use telnet well is an excellent skill to have.
September 11, 2004, 2:24 AM
UserLoser.
Open Telnet.exe, and type "help", hit enter.
September 11, 2004, 3:19 AM
programermcgeek
...I NO HOW TO CONNECT...what im askiing is how do i send stuff to pple?
September 11, 2004, 1:10 PM
crashtestdummy
http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/telnet_commands.mspx
It's in there you just have to read. Normally I'd quote it for somebody but since you wanna "hack" you should have the want to read and try and figure it out yourself.
September 11, 2004, 1:23 PM
Thing
You can practice trying to hack my home computer if you want. Here is my IP address and the TCP ports that I leave open:

IP = 67.165.248.167
Ports =
22
80
5800
5801
5900
5901
5400
5500
6881
6969
10000

./edit I don't always have services running on those ports but they are not firewalled.

Good Luck.
September 11, 2004, 1:54 PM
iago
[quote author=Thing link=board=2;threadid=8617;start=0#msg79676 date=1094910856]
You can practice trying to hack my home computer if you want. Here is my IP address and the TCP ports that I leave open:

IP = 67.165.248.167
Ports =
22
80
5800
5801
5900
5901
5400
5500
6881
6969
10000

Good Luck.
[/quote]

I see ssh, http, vnc, vnc, vnc, vnc, and some other crap. gg!

So wait, you don't leave 135/137/445 open!? I thought everybody does!
September 11, 2004, 1:57 PM
St0rm.iD
[quote author=programermcgeek link=board=2;threadid=8617;start=0#msg79673 date=1094908220]
...I NO HOW TO CONNECT...what im askiing is how do i send stuff to pple?
[/quote]

you type it.
September 11, 2004, 1:58 PM
programermcgeek
[quote author=Thing link=board=2;threadid=8617;start=0#msg79676 date=1094910856]
You can practice trying to hack my home computer if you want. Here is my IP address and the TCP ports that I leave open:

IP = 67.165.248.167
Ports =
22
80
5800
5801
5900
5901
5400
5500
6881
6969
10000

./edit I don't always have services running on those ports but they are not firewalled.

Good Luck.
[/quote]


ya...u have sumin on port 22...might u tell me what it is and sum commands?

when i get in it says "SSH-1.99-openssh_3.8p1
September 11, 2004, 3:21 PM
UserLoser.
[quote author=programermcgeek link=board=2;threadid=8617;start=0#msg79673 date=1094908220]
...I NO HOW TO CONNECT...what im askiing is how do i send stuff to pple?
[/quote]

Correct me if i'm wrong, but if you type "help" it says how to send "stuff" to the remote host
September 11, 2004, 5:06 PM
Ersan
Why the hell did you people even dignify this original thread with a response?
September 11, 2004, 9:21 PM
Grok
[quote author=Ersan link=board=2;threadid=8617;start=15#msg79741 date=1094937680]
Why the hell did you people even dignify this original thread with a response?
[/quote]

We are a computer technically oriented group. The original question was fair. Would you have us only entertain questions from people we respected?
September 11, 2004, 9:53 PM
crashtestdummy
And he's trying to learn. Just seems like he's really young and doesn't know how to look for the answers or sees posting on here as looking for the answers. And he needs to work on his social skills a little.
September 11, 2004, 10:19 PM
Adron
[quote author=Grok link=board=2;threadid=8617;start=15#msg79754 date=1094939627]
[quote author=Ersan link=board=2;threadid=8617;start=15#msg79741 date=1094937680]
Why the hell did you people even dignify this original thread with a response?
[/quote]

We are a computer technically oriented group. The original question was fair. Would you have us only entertain questions from people we respected?
[/quote]

Those we respect and those we haven't seen before. Those we've seen before and don't respect shouldn't be entertained.
September 11, 2004, 10:19 PM
iago
http://netcat.sourceforge.net -- netcat is much nicer than telnet. It's the "swiss army knife of hacking". In addition to normal telnet functions, it can do listening connections and all sorts of other cool stuff:



[quote]iago@darkside:~$ nc --help
GNU netcat 0.7.1, a rewrite of the famous networking tool.
Basic usages:
connect to somewhere: nc [options] hostname port [port] ...
listen for inbound: nc -l -p port [options] [hostname] [port] ...
tunnel to somewhere: nc -L hostname:port -p port [options]

Mandatory arguments to long options are mandatory for short options too.
Options:
-c, --close close connection on EOF from stdin
-e, --exec=PROGRAM program to exec after connect
-g, --gateway=LIST source-routing hop point[s], up to 8
-G, --pointer=NUM source-routing pointer: 4, 8, 12, ...
-h, --help display this help and exit
-i, --interval=SECS delay interval for lines sent, ports scanned
-l, --listen listen mode, for inbound connects
-L, --tunnel=ADDRESS:PORT forward local port to remote address
-n, --dont-resolve numeric-only IP addresses, no DNS
-o, --output=FILE output hexdump traffic to FILE (implies -x)
-p, --local-port=NUM local port number
-r, --randomize randomize local and remote ports
-s, --source=ADDRESS local source address (ip or hostname)
-t, --tcp TCP mode (default)
-T, --telnet answer using TELNET negotiation
-u, --udp UDP mode
-v, --verbose verbose (use twice to be more verbose)
-V, --version output version information and exit
-x, --hexdump hexdump incoming and outgoing traffic
-w, --wait=SECS timeout for connects and final net reads
-z, --zero zero-I/O mode (used for scanning)

Remote port number can also be specified as range. Example: '1-1024'
[/quote]

Highly recommended!
September 12, 2004, 1:15 AM
crashtestdummy
Then there's phlak. http://www.phlak.org/modules/news/
[quote]PHLAK is a modular live security Linux distribution. PHLAK comes with two light gui's (fluxbox and XFCE4), many security tools, and a spiral notebook full of security documentation. PHLAK is a derivative of Morphix, created by Alex de Landgraaf.[/quote]
It's stuffed full of tools and documentation on how to use them.
But be warned if you're going to go screwing around in other people's computers and you don't have permission it is a crime. And if most ISPs find out you are doing anything like that they will cut you off in a heartbeat.
http://www.phlak.org/modules/sections/index.php?op=viewarticle&artid=1

There's also knoppix-std but I think phlak has a little more documentation.
September 12, 2004, 6:49 AM
iago
[quote author=muert0 link=board=2;threadid=8617;start=15#msg79842 date=1094971778]
Then there's phlak. http://www.phlak.org/modules/news/
[quote]PHLAK is a modular live security Linux distribution. PHLAK comes with two light gui's (fluxbox and XFCE4), many security tools, and a spiral notebook full of security documentation. PHLAK is a derivative of Morphix, created by Alex de Landgraaf.[/quote]
It's stuffed full of tools and documentation on how to use them.
But be warned if you're going to go screwing around in other people's computers and you don't have permission it is a crime. And if most ISPs find out you are doing anything like that they will cut you off in a heartbeat.
http://www.phlak.org/modules/sections/index.php?op=viewarticle&artid=1

There's also knoppix-std but I think phlak has a little more documentation.
[/quote]

Phlak is l33t. We have it at work for on-site stuff.
September 12, 2004, 7:25 AM

Search