Sie sind auf Seite 1von 4

How To Hack Remote Computer Using Ip Address[Telnet]

1.Confirm the computer you want to hack.


2.trace their IP address.
3.Make sure that IP address is online
4.Scan for open ports
5.Check for vulnerable ports
6.access through the port
7.Brute-force username and password
Now
First, getting the IP address of Slave.
To get the IP address of the Slave website, ping for it in command prompt.
For example,
ping http://www.google.com
will fetch the IP address of



Code:
Google.com



This is how we can get the IP address of the victims website.

One of the widely used method to detect IP address of your friend is by chatting with him.

Now you got the IP address

If the IP address is online, scan for the open ports. Open ports are like closed door without locks, you
can go inside and outside easily.

Use Advanced Port Scanner to scan all open and vulnerable ports.


Now youve IP address and open port address of the Slave, you can now use telnet to try to access
them. Make sure that youve telnet enabled in your computer or install it from Control panel > Add
remove programs > add windows components.

Now open command prompt and use telnet command to access to the IP address. Use following syntax
for connection.





Youll be asked to input login information.


you can use some brute-forcing tools


BruteForce Tools

Brutus is one of the fastest, most flexible remote password crackers you can get your hands on - it's
also free. It is available for Windows 9x, NT and 2000, there is no UN*X version available although it
is a possibility at some point in the future. This Windows-only cracker bangs against network services
of remote systems trying to guess passwords by using a dictionary and permutations thereof. It
supports HTTP, POP3, FTP, SMB, TELNET, IMAP, NTP, and more.
Platform: Windows


Code:
http://www.hoobie.net/brutus/
THC-Hydra
This tool allows for rapid dictionary attacks against network login systems, including FTP, POP3,
IMAP, Netbios, Telnet, HTTP Auth, LDAP NNTP, VNC, ICQ, Socks5, PCNFS, and more. It includes
SSL support and is apparently now part of Nessus.


Code:
http://www.thc.org/releases.php

TSGrinder

TSGrinder is the first production Terminal Server brute force tool. The main idea here is that the
Administrator account, since it cannot be locked out for local logons, can be brute forced. And having
an encrypted channel to the TS logon process sure helps to keep IDS from catching the attempts. It is a
"dictionary" based attack tool, but it does have some interesting features like "l337" conversion, and
supports multiple attack windows from a single dictionary file. It supports multiple password attempts
in the same connection, and allows you to specify how many times to try a username/password
combination within a particular connection.
Platform: Windows



Code:
http://www.hammerofg...om/download.htm

Das könnte Ihnen auch gefallen