sudo in web options

This commit is contained in:
2024-10-16 19:01:44 +02:00
parent 260c8f073a
commit ec917b4602
5 changed files with 18 additions and 15 deletions

View File

@ -13,12 +13,10 @@ $HOSTSCAN_OPTIONS = [
'Pn' => true,
'F' => true,
'sV' => true,
'T5' => true,
'stylesheet' => "$BASEDIR/hostScan.xsl"
];
$refreshPeriod = 60;
$use_sudo = false;
$SCANSDIR = 'scans';
$DATADIR = '/usr/share/nmap';