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-10 02:07:00 +02:00

10 lines
169 B
PHP

<?php
$SCANS_DIR = 'scans';
$DEFAULT_ARGS = [
'PS' => 'ssh,http,https,msrpc,microsoft-ds',
'F' => true,
'T5' => true,
];
$NMAP_DATADIR = '/usr/share/nmap';