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
Start>run>telnet
open (ip adress) (port)
i knew that dim wit...but when im connected what i do...
Quote from: programermcgeek on September 10, 2004, 07:33 PM
i knew that dim wit...but when im connected what i do...
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" ?
thnx i now no how to hack usin telnet...thnx
That would be a much more valueable skill 15 years ago
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.
Open Telnet.exe, and type "help", hit enter.
...I NO HOW TO CONNECT...what im askiing is how do i send stuff to pple?
http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/telnet_commands.mspx (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.
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 from: Thing on September 11, 2004, 08:54 AM
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.
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!
Quote from: programermcgeek on September 11, 2004, 08:10 AM
...I NO HOW TO CONNECT...what im askiing is how do i send stuff to pple?
you type it.
Quote from: Thing on September 11, 2004, 08:54 AM
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.
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
Quote from: programermcgeek on September 11, 2004, 08:10 AM
...I NO HOW TO CONNECT...what im askiing is how do i send stuff to pple?
Correct me if i'm wrong, but if you type "help" it says how to send "
stuff" to the remote host
Why the hell did you people even dignify this original thread with a response?
Quote from: Ersan on September 11, 2004, 04:21 PM
Why the hell did you people even dignify this original thread with a response?
We are a computer technically oriented group. The original question was fair. Would you have us only entertain questions from people we respected?
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.
Quote from: Grok on September 11, 2004, 04:53 PM
Quote from: Ersan on September 11, 2004, 04:21 PM
Why the hell did you people even dignify this original thread with a response?
We are a computer technically oriented group. The original question was fair. Would you have us only entertain questions from people we respected?
Those we respect and those we haven't seen before. Those we've seen before and don't respect shouldn't be entertained.
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:
Quoteiago@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, 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'
Highly recommended!
Then there's phlak. http://www.phlak.org/modules/news/
QuotePHLAK 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.
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 from: muert0 on September 12, 2004, 01:49 AM
Then there's phlak. http://www.phlak.org/modules/news/
QuotePHLAK 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.
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.
Phlak is l33t. We have it at work for on-site stuff.