From e8449817ad6f31f253d408928913e0913cd4bde1 Mon Sep 17 00:00:00 2001 From: Mike Salvatore Date: Wed, 28 Sep 2022 15:37:40 -0400 Subject: [PATCH] Island: Reword Scan Agent's networks tool tip wording --- .../ui/src/services/configuration/propagation/scanTarget.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/monkey/monkey_island/cc/ui/src/services/configuration/propagation/scanTarget.js b/monkey/monkey_island/cc/ui/src/services/configuration/propagation/scanTarget.js index 2cea44fbf..bb9c6a8a0 100644 --- a/monkey/monkey_island/cc/ui/src/services/configuration/propagation/scanTarget.js +++ b/monkey/monkey_island/cc/ui/src/services/configuration/propagation/scanTarget.js @@ -17,8 +17,8 @@ const SCAN_TARGET_CONFIGURATION_SCHEMA = { 'description': 'List of IPs that the monkey will not scan.' }, 'info_box_scan_my_networks': { - 'info': 'If the Agent runs on a machine within a public network, ' + - 'this setting will cause scanning and exploitation attempts on that network.' + 'info': 'If the agent runs on a machine that has a publicly-facing network interface, ' + + 'this setting could cause scanning and exploitation of systems outside your organization.' }, 'scan_my_networks': { 'title': 'Scan Agent\'s networks',