Difference between revisions of "Launch bat file from website"

From ETCwiki
Jump to navigationJump to search
 
 
Line 9: Line 9:
 
See: [[Control Girder actions from website]]
 
See: [[Control Girder actions from website]]
  
[[Category:Windows Command Line DOS]]
+
[[Category:Girder]]

Latest revision as of 15:20, 25 July 2015

This can be done easily using Proximis Girder.

Text only links (you can make them picture links too) that can execute .bat or .exe programs on a remote computer seems to be very hazardous to security using most methods. The method that ETCwiki recommends uses Proximis Girder which has a built in HTTPD website server. The web server has a javascript include in the header that allows for commands to be sent to Girder.

Girder takes the commands sent from the webpage and can launch and start programs from the website itself. The programs execute on the SERVER, not the client who clicks them.

This can be used to control your computer in MANY ways.

See: Control Girder actions from website