Coder Social home page Coder Social logo

myvpc1 / phpremotedesktop Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ijortengab/phpremotedesktop

0.0 0.0 0.0 24 KB

[Abandoned] PHP Remote Desktop. Remote control your computer around the world. Use assasin trojan methode but without need IP Public

License: GNU General Public License v2.0

PHP 90.27% AutoHotkey 9.73%

phpremotedesktop's Introduction

version 0.1 

Description:
- remote control your computer around the world use internet 
- use assasin trojan methode but without need IP Public

Requirement for Server (your target computer)
- currently support for windows
- autohotkey.com
- php with curl library
- web server, apache recomended
- cron

Requirement for Client (your control panel)
- webhosting support php

Installation
- in Client
  - put all content in client folder to webhosting, and get the url of command.php
	  example: http://example.com/client/command.php
- in Server
	- put all content in server folder to localhost, and get the url of server.php
	  example: http://localhost/server/server.php
	  and get absolute location of download.ahk
	  example: D:\xampp\htdocs\project\remote_desktop\lib\ahk\download.ahk
	- open file server.php use your text editor, and edit the variable
		- $config['command']['url'] => url to command.php in webhosting, example:
		  $config['command']['url'] = "http://example.com/client/command.php"; 
		- $config['server']['proxy'] => if server need proxy to access internet
		- $config['server']['password'] => set your password in md5.
		- $config['server']['sleep_if_idle_in'] => server will connect client every second. if server sleep, only connect client every minute
	- open file download.ahk, and edit the variable
		- flocation := "url localhost of server.php" example:
		  flocation := "http://localhost/project/phpremotedesktop/server/server.php"
	- open the crontab of cron, and set line to execute download.ahk every minute, like this:
		* * * * * D:\xampp\htdocs\project\phpremotedesktop\server\ahk\download.ahk

Usage
- make sure http://localhost accessible and authotkey installed
- run cron
- now you can control your server by accesible index.php in webhosting, example
  example: http://example.com/client/index.php

phpremotedesktop's People

Contributors

ijortengab avatar myvpc1 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.