Results 1 to 5 of 5

Thread: monitor client

  1. #1

    Thread Starter
    New Member
    Join Date
    Dec 2007
    Posts
    5

    Question monitor client

    hi
    i am doing a project on client monitoring system
    how can i monitor client on a LAN using vb.net
    I've tried the features like keylogging,taking screenshots,executing processes but its only working on my system.
    how can it be implemented on multiple systems.
    plz help

  2. #2
    Raging swede Atheist's Avatar
    Join Date
    Aug 2005
    Location
    Sweden
    Posts
    8,018

    Re: monitor client

    Search these forums for any of the following: TcpClient, TcpListener, Sockets, Network.
    Basically you'd need to have one server application and atleast one client application, and send data between the two.
    Rate posts that helped you. I do not reply to PM's with coding questions.
    How to Get Your Questions Answered
    Current project: tunaOS
    Me on.. BitBucket, Google Code, Github (pretty empty)

  3. #3

    Thread Starter
    New Member
    Join Date
    Dec 2007
    Posts
    5

    Re: monitor client

    I did the tcp listener and tcp client befor only through which i could create a connection between 2 pc's.The other services are key logging,screen shot and task manager but its just a system application.how can it be integrated as a network application.Even if some data is transmitted between client and server,how can these applications be made to run over there remotely(i mean y would client start these applications,he has no use for it).

  4. #4
    Raging swede Atheist's Avatar
    Join Date
    Aug 2005
    Location
    Sweden
    Posts
    8,018

    Re: monitor client

    Quote Originally Posted by NEO1986
    I did the tcp listener and tcp client befor only through which i could create a connection between 2 pc's.The other services are key logging,screen shot and task manager but its just a system application.how can it be integrated as a network application.Even if some data is transmitted between client and server,how can these applications be made to run over there remotely(i mean y would client start these applications,he has no use for it).
    Well if the remote user doesnt have any use for you spying on him by taking screenshots and logging his keystrokes, then you shouldnt do so. Its malicious software and against this forums AUP,
    Rate posts that helped you. I do not reply to PM's with coding questions.
    How to Get Your Questions Answered
    Current project: tunaOS
    Me on.. BitBucket, Google Code, Github (pretty empty)

  5. #5

    Thread Starter
    New Member
    Join Date
    Dec 2007
    Posts
    5

    Re: monitor client

    No you got the wrong idea
    The remote user does have a work
    Like in a company the clients perform a specific task
    or in a college the students have certain facilities
    Here the administrator makes sure that no unauthorized work is being done
    This software in particular may have no use for the client but other than that the client is working for the company only.

    The client knows that he/she is monitored so that no illegal work is done

    now any ideas??

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