save only first scan

This commit is contained in:
2024-10-07 12:09:12 +02:00
parent 1d8457d020
commit 6dd728ce0d
5 changed files with 33 additions and 30 deletions

View File

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