targets no longer required

This commit is contained in:
2024-10-16 20:08:49 +02:00
parent ec917b4602
commit 5e76b92b96
7 changed files with 51 additions and 49 deletions

View File

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