separate confs and scans

This commit is contained in:
2023-04-07 02:34:42 +02:00
parent 7592b803fb
commit d3b5a014e1
7 changed files with 12 additions and 11 deletions

View File

@ -2,7 +2,7 @@
Scan hosts with nmap and display results in webpage.
* Create a configuration yaml file in scans/ subdirectory (see example.yaml).
* Create a configuration yaml file in confs/ subdirectory (see example.yaml).
It may be generated by scanning a network with `init.sh`.
* Scan with `php scan_all.php` (use a cron task!).
* Open index.php to see results.