PDA

View Full Version : If I have someone's IP address...



whizzlechiz
12-08-2006, 12:02 AM
would I be able to view an AIM conversation or data being sent/to from their computer and use something like a packet sniffer or something and another program to view/compile the data?

JMobile
12-08-2006, 03:27 AM
If your ISP blocks certain ports, the IP is worthless. Try to telnet using their IP or use SSH or PuTTy. If you get through, then its possible.

Ezekiel
12-08-2006, 11:35 AM
would I be able to view an AIM conversation or data being sent/to from their computer and use something like a packet sniffer or something and another program to view/compile the data?

No. Unless you are on their network.

whizzlechiz
12-08-2006, 01:00 PM
If your ISP blocks certain ports, the IP is worthless. Try to telnet using their IP or use SSH or PuTTy. If you get through, then its possible.

what port do I use?

~~smart~fool~~
12-08-2006, 03:52 PM
the ports open (if any) are mostly likely in use (derderder):p

whizzlechiz
12-08-2006, 03:59 PM
yeah, i've been running ip scanners and trying to connect through certain ports through telnet but i've had no luck

Moonbat
12-08-2006, 04:34 PM
Yeah, cus' most ISPs block these ports automatically, so *hint hint* people don't get hacked!

Well, there is a 'logger on the Programming section of these forums that can remotely log keystrokes, and that's what you need, because the only data that you could understand is of course the stuff being typed. If you want their password, you'd have to trick/scam them.

Ezekiel
12-08-2006, 04:39 PM
yeah, i've been running ip scanners and trying to connect through certain ports through telnet but i've had no luck

You do know that routers do not accept incoming connections on any port unless the user explicitly tells it to, right? Trying to telnet to most home users on any port is like running at full speed into a wall... It doesn't get you anywhere.

People have got to stop thinking telnet is some magical tool that uses elite hacking methods to gain access to any computer. It is an interface to plain winsock connections; nothing more. If the user doesn't choose to run some sort of server program and doesn't forward the ports to his/her internal IP address, connecting will return nothing. Even though windows listens for connections on certain ports by default (file sharing, etc), the user would still have to expose himself via the router.

In reply to the above post, most ISPs do not block any ports - it wouldn't be in their interests to do so because it restricts internet access and loses ********s. Some of the crappiest ISPs block certain bittorrent ports (and SMTP sometimes), but this can be overcome by use of nonstandard ports. Unless of course they inspect packets to determine the protocol... But even then you can use encryption. If they block the windows file-sharing ports (so many tuts on netbios hacking these days), you can use a SOCKS proxy to overcome this problem.

whizzlechiz
12-08-2006, 04:46 PM
You do know that routers do not accept incoming connections on any port unless the user explicitly tells it to, right? Trying to telnet to most home users on any port is like running at full speed into a wall... It doesn't get you anywhere.

People have got to stop thinking telnet is some magical tool that uses elite hacking methods to gain access to any computer. It is an interface to plain winsock connections; nothing more. If the user doesn't choose to run some sort of server program and doesn't forward the ports to his/her internal IP address, connecting will return nothing. Even though windows listens for connections on certain ports by default (file sharing, etc), the user would still have to expose himself via the router.

In reply to the above post, most ISPs do not block any ports - it wouldn't be in their interests to do so because it restricts internet access and loses ********s. Some of the crappiest ISPs block certain bittorrent ports (and SMTP sometimes), but this can be overcome by use of nonstandard ports. Unless of course they inspect packets to determine the protocol... But even then you can use encryption. I'm going to stop now.

I don't think telnet is a magical tool lol, I just saw someone say to try it so I did. yeah, I forgot about routers :\.

~~smart~fool~~
12-08-2006, 05:28 PM
I don't telnet is a magical tool lol, I just saw someone say to try it so I did. yeah, I forgot about routers :\.
dumbass :\

JMobile
12-10-2006, 03:45 AM
I don't think telnet is a magical tool lol, I just saw someone say to try it so I did. yeah, I forgot about routers :\.

Yeah man, I forgot to mention, Telnet has gotten replaced a while back. But I wasn't sure where your location is at and if your ISP blocks ports for cases of hackers. Just thought you would give it a shot and tried it. But thanks for listening to me,:D . I feel honored, lol. Why do you want to monitor someone's AIM chat??? Start chatting with IRC. I never tried it, but you will learn alot using IRC.

Ezekiel
12-10-2006, 04:25 AM
Yeah man, I forgot to mention, Telnet has gotten replaced a while back. But I wasn't sure where your location is at and if your ISP blocks ports for cases of hackers. Just thought you would give it a shot and tried it. But thanks for listening to me,:D . I feel honored, lol. Why do you want to monitor someone's AIM chat??? Start chatting with IRC. I never tried it, but you will learn alot using IRC.

Telnet as a protocol has been replaced, but as a tool for raw connections it has not.