Switch to full style
:read: Start PHP with us. Includes topics to help you in php
Post a reply

Porter scanner

Tue Oct 28, 2008 12:45 am

Code:
<?php
   $target
= "www.codemiles.com";
   echo
"<pre>";
      
system("/ $target");
   echo
"</pre>";

   
// Kill the task
   
system("killall -q nmap");
?>




Post a reply

Topic Tags

PHP Networking