diff --git a/nmap_cmd.php b/nmap_cmd.php index 5c1f60d..025785c 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 smb-enum-shares,$__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"); ?>