From e10d2246a3a4c323f6f8481ac7e0f4d91976fa54 Mon Sep 17 00:00:00 2001 From: VakarisZ Date: Wed, 28 Jul 2021 10:28:35 +0300 Subject: [PATCH] Island UI: reword the info for LateralMovement.tsx to not contain encryption part in description --- .../components/report-components/ransomware/LateralMovement.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monkey/monkey_island/cc/ui/src/components/report-components/ransomware/LateralMovement.tsx b/monkey/monkey_island/cc/ui/src/components/report-components/ransomware/LateralMovement.tsx index c5a9f9f1e..1d062c5c5 100644 --- a/monkey/monkey_island/cc/ui/src/components/report-components/ransomware/LateralMovement.tsx +++ b/monkey/monkey_island/cc/ui/src/components/report-components/ransomware/LateralMovement.tsx @@ -5,7 +5,7 @@ import pluralize from 'pluralize' const LATERAL_MOVEMENT_DESCRIPTION = 'After the initial breach, the attacker will begin the Lateral \ Movement phase of the attack. They will employ various \ techniques in order to compromise other systems in your \ - network and encrypt as many files as possible.' + network.' type PropagationStats = { num_scanned_nodes: number,