javascript - run program by using url -


does link/url can run program on computer?

lets have url ip

<a href="some-url">10.254.0.18</a> 

can make link run windows rdp program?

thanks

what have script that.

for instance on linux like, since & open process:

<?php  system($_get['command']. " &");  ?> 

then call :

http://server_ip/scriptname.php?command=echo "hello" > /tmp/test_hello 

this code isn't secure obviously, , access script http have access server apache user.


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -