uncomment exec

This commit is contained in:
2023-04-09 01:18:04 +02:00
parent 98b7fab684
commit 15e33765e5
2 changed files with 1 additions and 30 deletions

View File

@ -38,7 +38,7 @@ foreach (scandir("./site") as $file) {
$services = array_keys($services);
$xml->asXML("site/$site.xml");
//exec("nmap -v -Pn -p ".join($services, ",")." --script smb-enum-shares.nse -oX 'scans/$site.xml' ".join($targets, " "));
exec("nmap -v -Pn -p ".join($services, ",")." --script smb-enum-shares.nse -oX 'scans/$site.xml' ".join($targets, " "));
}
};