use sudo on need

This commit is contained in:
2024-10-15 16:24:07 +02:00
parent 9a525b6ffe
commit 386d0fc65d
3 changed files with 14 additions and 9 deletions

View File

@ -16,8 +16,8 @@ $HOSTSCAN_OPTIONS = [
'stylesheet' => "$BASEDIR/hostScan.xsl"
];
$refreshPeriod = 60;
$SCANSDIR = 'scans';
$DATADIR = '/usr/share/nmap';
$sudo = true;
$refreshPeriod = 60;