forked from p15670423/monkey
Island UI: reword the info for LateralMovement.tsx to not contain encryption part in description
This commit is contained in:
parent
73f06a5551
commit
e10d2246a3
|
@ -5,7 +5,7 @@ import pluralize from 'pluralize'
|
||||||
const LATERAL_MOVEMENT_DESCRIPTION = 'After the initial breach, the attacker will begin the Lateral \
|
const LATERAL_MOVEMENT_DESCRIPTION = 'After the initial breach, the attacker will begin the Lateral \
|
||||||
Movement phase of the attack. They will employ various \
|
Movement phase of the attack. They will employ various \
|
||||||
techniques in order to compromise other systems in your \
|
techniques in order to compromise other systems in your \
|
||||||
network and encrypt as many files as possible.'
|
network.'
|
||||||
|
|
||||||
type PropagationStats = {
|
type PropagationStats = {
|
||||||
num_scanned_nodes: number,
|
num_scanned_nodes: number,
|
||||||
|
|
Loading…
Reference in New Issue