Showing posts with label shell. Show all posts
Friday, July 26, 2013
Tips : how php exec shell on server
<?php
$result = shell_exec("comand shell");
print "<pre>".$result."</pre>";
?>
Subscribe to:
Posts
(
Atom
)