This commit is contained in:
2024-10-10 02:07:00 +02:00
parent 3c9978569b
commit bcb63b3d0f
3 changed files with 183 additions and 205 deletions

View File

@ -2,8 +2,8 @@
$SCANS_DIR = 'scans';
$DEFAULT_ARGS = [
'-PS' => 'ssh,http,https,msrpc,microsoft-ds',
'-F' => true,
'-T5' => true,
'PS' => 'ssh,http,https,msrpc,microsoft-ds',
'F' => true,
'T5' => true,
];
$NMAP_DATADIR = '/usr/share/nmap';