Saturday 8 February 2014

How to Hack Remote PC Using Telnet

Telnet is a common way to remotely control Web servers.Telnet is a user command and an underlyingTCP/IP protocol for accessing remote computers. Through Telnet, an administrator or another user can access someone else's computer remotely. On the Web, HTTP


The Telnet program runs on your computer and connects your PC to a server on the network. You can then enter commands through the Telnet program and they will be executed as if you were entering them directly on the server console. This enables you to control the server and communicate with other servers on the network. To start a Telnet session, you must log in to a server by entering a valid username and password. 

Open control panel.
Then go into programs. Click on  ‘turn windows features on or off ‘ .


It will open a dialog box, just check the Telnet Client option and hit the OK button.


Now open run Dialog box type services.msc
Locate the “Telnet” service, right-click on it and select Properties


In the Startup Type drop down menu, select “Automatic” instead of “Disabled”.Click on Apply button.


Right-click on the “Telnet” service again, but this time select Start option on right-click context menu. Telnet Server service should be running after this.


Click ok

How to Connect Remote PC using Telnet

Open Command prompt and type telnet (Victim IP)


Type User name and Password of Victim PC


Now you can get access of remote pc

No comments:

Post a Comment