fix readme

This commit is contained in:
Adrien MALINGREY 2023-04-04 10:32:55 +02:00
parent e152780a72
commit 9b3e6537d5

View File

@ -3,6 +3,6 @@
Scan hosts with nmap and display results in webpage.
* Create a configuration yaml file in scans/ subdirectory (see example.yaml).
It may be generated by scanning a network with init.sh.
* Scan with scan_all.sh (use a cron task!).
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.