From 989afb829c76ecf291ac954d6ebd7eb9af867392 Mon Sep 17 00:00:00 2001 From: mc303 Date: Fri, 30 Oct 2020 15:24:21 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 19c3da4..9f671b2 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,14 @@ This container can be used as a discovery scan agent. * For each subnet, enable scan & configure the remote agent by selecting a remote. ![config_subnet](https://user-images.githubusercontent.com/4225738/45190619-2ba94f00-b23f-11e8-9e45-b5e721c63d70.png) +## Scheduled scans + +For scheduled scans you have to run script from cron. Add something like following to your cron to scan each 15 minutes: +```bash +1/15 * * * * php /where/your/agent/index.php update +1/15 * * * * php /where/your/agent/index.php discover +``` + ### Run this container ```bash