Click to See Complete Forum and Search --> : Trojan


dafabe
July 12th, 2001, 03:15 AM
I need to create a trojan for remote desktop support, I tried 'Priority' but i need to ad my own features, pluss it wont work in win 2000.

Does anyone know how I can create this conection between to computers.

Basicly I want to use an ip adress of a pc that has the trojan file installed and beable to conect to it and create directorys etc.

Can anyone help

thanx,
Dave

-DAVE

Clearcode
July 12th, 2001, 03:38 AM
It might be easier to buy a kind of remote control software such as "Remotely Possible" (Computer Associates) or the like and use this?

Otherwise this is a major job of work....

HTH,
Duncan

-------------------------------------------------
Ex. Datis: Duncan Jones
Merrion Computing Ltd
http://www.merrioncomputing.com

shree
July 12th, 2001, 08:02 AM
Find a topic in MSDN called "Using the Winsock Control". If you are able to set up and run the sample in this article, what you want to do can be achieved quite simply.

If you do, we'll guide you through the rest of the process.

Basically, the method is as follows:
Your server application sends a string "mkdir" and in the dataarrival event of the client, you create a directory if the received data is the string "mkdir".

However, if you are trying to duplicate the entire screen, then its quite messy.