From 9b3e6537d5153a2fbb648fb084014428ecc5fa58 Mon Sep 17 00:00:00 2001 From: adrien Date: Tue, 4 Apr 2023 10:32:55 +0200 Subject: [PATCH] fix readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f039cd3..09cae68 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file