From f03f3f33b1be03d3889ea5b0cbaea27378616192 Mon Sep 17 00:00:00 2001 From: jokob-sk Date: Fri, 5 Jul 2024 20:42:40 +1000 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20PHOLUS,=20NSLOOKUP=20scans=20cou?= =?UTF-8?q?ld=20not=20be=20disabled=20=20#726?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- back/app.conf | 4 +++- front/plugins/nslookup_scan/config.json | 2 +- front/plugins/pholus_scan/config.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/back/app.conf b/back/app.conf index 3d6ce1dc..bfc6cc34 100755 --- a/back/app.conf +++ b/back/app.conf @@ -25,9 +25,11 @@ DAYS_TO_KEEP_EVENTS=90 # Used for generating links in emails. Make sure not to add a trailing slash! REPORT_DASHBOARD_URL='http://netalertx' -# Make sure at least these 2 scanners are enabled for new installs, other defaults are taken from the config.json +# Make sure at least these scanners are enabled for new installs, other defaults are taken from the config.json INTRNT_RUN='schedule' ARPSCAN_RUN='schedule' +PHOLUS_RUN='on_new_device' +NSLOOKUP_RUN='before_name_updates' # Email #------------------------------------- diff --git a/front/plugins/nslookup_scan/config.json b/front/plugins/nslookup_scan/config.json index d7d4343a..4715add5 100755 --- a/front/plugins/nslookup_scan/config.json +++ b/front/plugins/nslookup_scan/config.json @@ -37,7 +37,7 @@ "function": "RUN", "events": ["run"], "type": "text.select", - "default_value": "before_name_updates", + "default_value": "disabled", "options": [ "disabled", "before_name_updates", diff --git a/front/plugins/pholus_scan/config.json b/front/plugins/pholus_scan/config.json index 4798278f..996cd823 100755 --- a/front/plugins/pholus_scan/config.json +++ b/front/plugins/pholus_scan/config.json @@ -63,7 +63,7 @@ { "function": "RUN", "type": "text.select", - "default_value": "on_new_device", + "default_value": "disabled", "options": [ "disabled", "once",