diff --git a/bg2.jpg b/bg2.jpg new file mode 100644 index 0000000..ad5b7e2 Binary files /dev/null and b/bg2.jpg differ diff --git a/bg3.jpg b/bg3.jpg new file mode 100644 index 0000000..5dd07eb Binary files /dev/null and b/bg3.jpg differ diff --git a/config.php b/config.php index 09957cb..59fb2b8 100644 --- a/config.php +++ b/config.php @@ -8,4 +8,5 @@ $NMAP = "sudo nmap"; # nmap command, E.g. 'nmap', 'sudo nmap' for root privilege $DATADIR = "."; $SCRIPTARGSFILE = "script-args.ini"; $LANSCANOPTIONS = "-PSmicrosoft-ds -F -T5 --datadir '$DATADIR' --script http-info,smb-shares-size --script-args-file '$SCRIPTARGSFILE' -oX - --stylesheet $BASEDIR/$STYLESHEETSDIR/lanScan.xsl"; -$HOSTSCANOPTIONS = "-A -T5 --datadir '$DATADIR' --script http-info,smb-shares-size --script-args-file '$SCRIPTARGSFILE' -oX - --stylesheet $BASEDIR/$STYLESHEETSDIR/hostScan.xsl"; \ No newline at end of file +$HOSTSCANOPTIONS = "-A -T5 --datadir '$DATADIR' --script http-info,smb-shares-size --script-args-file '$SCRIPTARGSFILE' -oX - --stylesheet $BASEDIR/$STYLESHEETSDIR/hostScan.xsl"; +$CUSTOMSCANOPTIONS = "--datadir '$DATADIR' --script-args-file '$SCRIPTARGSFILE' -oX - --stylesheet $BASEDIR/$STYLESHEETSDIR/lanScan.xsl"; \ No newline at end of file diff --git a/options.php b/options.php index 987ed92..36be85e 100755 --- a/options.php +++ b/options.php @@ -1,22 +1,22 @@ -
- -