CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: Trojan

  1. #1
    Join Date
    May 2001
    Posts
    34

    Trojan

    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

  2. #2
    Join Date
    Dec 1999
    Location
    Dublin, Ireland
    Posts
    1,173

    Re: Trojan

    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
    '--8<-----------------------------------------
    NEW -The printer usage monitoring application
    '--8<------------------------------------------

  3. #3
    Join Date
    Mar 1999
    Location
    Nepal
    Posts
    540

    Re: Trojan

    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.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured