From ff9f5b3b3305af77763fd716402cd96f8753e121 Mon Sep 17 00:00:00 2001 From: adrien Date: Thu, 27 Apr 2023 18:45:08 +0200 Subject: [PATCH] tune --- nmap_cmd.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); ?>