5 lines
72 B
PHP
5 lines
72 B
PHP
<?php
|
|
|
|
$NMAP_OPTIONS = '-PS22,80,443,445 -F -T5';
|
|
$SCANS_DIR = 'scans';
|