Jump to content
Guest Nemessis

PC Remote Control via browser

Recommended Posts

Guest Nemessis

Nu este chiar un troian in adevaratul sens al cuvantului dar are aceleasi functii. Antivirusii nu il miros de nici un fel deci poate fi util.

Descrierea este urmatoarea:

Here is my remote computer control via browser.

You must to upload the files in the zip files into a free web hosting server supporting PHP in a folder called "/remote", adjust the settings in the script (server name, password...) and run the script (and add it to HKLM Run key to start it on every boot)

Then go to username.webhostingserver.domain/remote and insert the password (it's transmitted in a safe way).

Now you can move, copy, upload... files using a web GUI, see, kill or start processes, shut the computer down, restart it, execute AutoIt3 code and receive in "realtime" screenshots of the computer, you can also clic on the screenshot and make the server simulate a click in that area.

It automatically logoffs after 10 minutes of inactivity, and when you ask to login, the servers returns a random number. The password is put togheter the number and the MD5 hash is calculated, by the server and by the javascript code on the page and this hash is sent. The server starts to listen the requests if the hashes are equal, so the password can't be seen.

The server uses very few system resources, because it just continually request the web server if there are new messages from the client:

CLIENT <-> WEBSERVER <-> SERVER

(browser of the local computer) (the web host you chose) (the computer controlled remotely)

Sursa: http://www.autoitscript.com/forum/index.php?showtopic=44894

Download - english:

Client (put on webserver) eng - http://antiufo.altervista.org/download.php?file=eng_client_remote.rar

Server (put on your computer) eng - http://antiufo.altervista.org/download.php?file=eng_server_remote.rar

Veti avea nevoie de AutoIT pentru a duce totul pana la capat.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...