This commit is contained in:
2024-10-18 18:41:15 +02:00
parent 0c736158aa
commit 4928b346b3
3 changed files with 5 additions and 5 deletions

View File

@ -6,7 +6,7 @@ $NMAPDIR = dirname(`which nmap`) . "/../share/nmap";
$DATADIR = "datadir";
$presets = [
"lan" => [
"default" => [
'-PS' => 'microsoft-ds',
'-F' => true,
'-T5' => true,
@ -24,4 +24,4 @@ $presets = [
'refreshPeriod' => 60,
'sudo' => true,
],
];
];