This commit is contained in:
Adrien MALINGREY 2023-04-27 17:46:56 +02:00
parent 8973dc8979
commit 272d97ebf7

@ -39,5 +39,5 @@ $xml->asXML("site/$site.xml");
$targets = join(array_keys($targets), " ");
$services = join(array_keys($services), ",");
echo ("nmap -Pn -p $services --script $__DIR__/http-info.nse -oX $__DIR__/scans/.~$site.xml $targets");
echo ("nmap -v -Pn -p $services --script $__DIR__/http-info.nse -oX $__DIR__/scans/.~$site.xml $targets");
?>