This repository has been archived on 2025-02-13. You can view files and clone it, but cannot push or open issues or pull requests.
lanScan3/config.php
2024-10-07 01:16:44 +02:00

5 lines
72 B
PHP

<?php
$NMAP_OPTIONS = '-PS22,80,443,445 -F -T5';
$SCANS_DIR = 'scans';