rename script-arg-file
This commit is contained in:
parent
06eb33187b
commit
602c1fc7f3
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,3 +1,3 @@
|
|||||||
scans/
|
scans/
|
||||||
datadir/script-args-file.ini
|
datadir/script-args.ini
|
||||||
test.php
|
test.php
|
@ -5,7 +5,7 @@ $BASEDIR = "{$_SERVER['REQUEST_SCHEME']}://{$_SERVER['SERVER_NAME']}$port" .
|
|||||||
$SCANSDIR = 'scans';
|
$SCANSDIR = 'scans';
|
||||||
$NMAPDIR = dirname(`which nmap`) . "/../share/nmap";
|
$NMAPDIR = dirname(`which nmap`) . "/../share/nmap";
|
||||||
$DATADIR = "datadir";
|
$DATADIR = "datadir";
|
||||||
$SCRIPTARGS = "script-arg-file.ini";
|
$SCRIPTARGS = "script-arg.ini";
|
||||||
|
|
||||||
$presets = [
|
$presets = [
|
||||||
"default" => [
|
"default" => [
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
smbdomain = WORKGROUP
|
|
||||||
smbuser =
|
|
||||||
smbpassword =
|
|
Reference in New Issue
Block a user