args name with "-"
This commit is contained in:
18
config.php
18
config.php
@ -6,17 +6,17 @@ $DATADIR = '/usr/share/nmap';
|
||||
|
||||
$presets = [
|
||||
"lan" => [
|
||||
'PS' => 'microsoft-ds',
|
||||
'F' => true,
|
||||
'T5' => true,
|
||||
'stylesheet' => "$BASEDIR/lanScan.xsl"
|
||||
'-PS' => 'microsoft-ds',
|
||||
'-F' => true,
|
||||
'-T5' => true,
|
||||
'--stylesheet' => "$BASEDIR/lanScan.xsl"
|
||||
],
|
||||
"host" => [
|
||||
'Pn' => true,
|
||||
'F' => true,
|
||||
'sV' => true,
|
||||
'T5' => true,
|
||||
'stylesheet' => "$BASEDIR/hostScan.xsl"
|
||||
'-Pn' => true,
|
||||
'-F' => true,
|
||||
'-sV' => true,
|
||||
'-T5' => true,
|
||||
'--stylesheet' => "$BASEDIR/hostScan.xsl"
|
||||
],
|
||||
];
|
||||
|
||||
|
Reference in New Issue
Block a user