second draft

This commit is contained in:
2024-10-07 01:16:44 +02:00
parent 34a4058ba4
commit f44e1d8267
14 changed files with 993 additions and 68 deletions

4
config.php Normal file
View File

@ -0,0 +1,4 @@
<?php
$NMAP_OPTIONS = '-PS22,80,443,445 -F -T5';
$SCANS_DIR = 'scans';