scan options draft

This commit is contained in:
2024-10-08 05:13:40 +02:00
parent d5dd51921c
commit 7062b94aaa
7 changed files with 147 additions and 70 deletions

View File

@ -1,4 +1,5 @@
<?php
$SCANS_DIR = 'scans';
$NMAP_DATADIR = '/usr/share/nmap';
$NMAP_OPTIONS = '-PSssh,http,https,msrpc,microsoft-ds -F -T5';