default args
This commit is contained in:
@ -1,5 +1,9 @@
|
||||
<?php
|
||||
|
||||
$SCANS_DIR = 'scans';
|
||||
$DEFAULT_ARGS = [
|
||||
'-PS' => 'ssh,http,https,msrpc,microsoft-ds',
|
||||
'-F' => true,
|
||||
'-T5' => true,
|
||||
];
|
||||
$NMAP_DATADIR = '/usr/share/nmap';
|
||||
$NMAP_OPTIONS = '-PSssh,http,https,msrpc,microsoft-ds -F -T5';
|
||||
|
Reference in New Issue
Block a user