little fixes
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
$BASEDIR = "{$_SERVER['REQUEST_SCHEME']}://{$_SERVER['SERVER_NAME']}:{$_SERVER['SERVER_PORT']}" . dirname($_SERVER['REQUEST_URI']);
|
||||
|
||||
$LANSCAN_OPTIONS = [
|
||||
'PS' => 'ssh,http,https,msrpc,microsoft-ds',
|
||||
'PS' => 'microsoft-ds',
|
||||
'F' => true,
|
||||
'T5' => true,
|
||||
'stylesheet' => "$BASEDIR/lanScan.xsl"
|
||||
@ -19,4 +19,4 @@ $HOSTSCAN_OPTIONS = [
|
||||
$SCANSDIR = 'scans';
|
||||
$DATADIR = '/usr/share/nmap';
|
||||
|
||||
$sudo = true;
|
||||
$sudo = true;
|
||||
|
Reference in New Issue
Block a user