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-09 03:07:56 +02:00

10 lines
172 B
PHP

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