This commit is contained in:
2025-01-27 18:47:38 +01:00
parent e2c1c6604e
commit b445d08ce1
4 changed files with 25 additions and 25 deletions

View File

@ -14,9 +14,9 @@ $presets = [
'-PS' => 'microsoft-ds',
'-F' => true,
'-T' => 5,
'--stylesheet' => "lanScan.xsl",
'--stylesheet' => "lanScan",
'refreshPeriod' => 60,
'sudo' => false,
#'sudo' => false,
],
"host" => [
'-Pn' => true,
@ -24,8 +24,8 @@ $presets = [
'-sV' => true,
'-T' => 5,
'--script' => "http-info,smb-shares-size",
'--stylesheet' => "hostScan.xsl",
'--stylesheet' => "hostScan",
'refreshPeriod' => 60,
'sudo' => true,
#'sudo' => true,
],
];