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
Post a Comment