diff --git a/nmap_cmd.php b/nmap_cmd.php index 025785c..7324a83 100644 --- a/nmap_cmd.php +++ b/nmap_cmd.php @@ -39,5 +39,5 @@ $xml->asXML("site/$site.xml"); $targets = join(array_keys($targets), " "); $services = join(array_keys($services), ","); -echo ("nmap -v -Pn -p $services --script $__DIR__/http-info.nse -oX $__DIR__/scans/.~$site.xml $targets"); +echo ("nmap -v -T4 -p $services --script $__DIR__/http-info.nse -oX $__DIR__/scans/.~$site.xml $targets"); ?>