remove basedir

This commit is contained in:
2024-10-07 16:28:29 +02:00
parent 6dd728ce0d
commit 6319d411c5
4 changed files with 8 additions and 16 deletions

View File

@ -1,4 +1,4 @@
<?php
$NMAP_OPTIONS = '-Pn -F -T5';
$NMAP_OPTIONS = '-PSssh,http,https,msrpc,microsoft-ds -F -T5';
$SCANS_DIR = 'scans';
?>