Powered by Blogger.
Showing posts with label shell. Show all posts

Friday, July 26, 2013

Tips : how php exec shell on server

No comments :
 <?php  
 $result = shell_exec("comand shell");  
 print "<pre>".$result."</pre>";  
 ?>