forked from p15670423/monkey
Island: Reword Scan Agent's networks tool tip wording
This commit is contained in:
parent
ab919f6d57
commit
e8449817ad
|
@ -17,8 +17,8 @@ const SCAN_TARGET_CONFIGURATION_SCHEMA = {
|
||||||
'description': 'List of IPs that the monkey will not scan.'
|
'description': 'List of IPs that the monkey will not scan.'
|
||||||
},
|
},
|
||||||
'info_box_scan_my_networks': {
|
'info_box_scan_my_networks': {
|
||||||
'info': 'If the Agent runs on a machine within a public network, ' +
|
'info': 'If the agent runs on a machine that has a publicly-facing network interface, ' +
|
||||||
'this setting will cause scanning and exploitation attempts on that network.'
|
'this setting could cause scanning and exploitation of systems outside your organization.'
|
||||||
},
|
},
|
||||||
'scan_my_networks': {
|
'scan_my_networks': {
|
||||||
'title': 'Scan Agent\'s networks',
|
'title': 'Scan Agent\'s networks',
|
||||||
|
|
Loading…
Reference in New Issue