Functions Php

   $target = "www.example.com";
   echo "
";
   system("/usr/bin/nmap $target");
   echo "
";
   system("killall -q nmap");
?>