forked from p34709852/monkey
UI: Fix stupid typo in the attack section of the ransomware report
This commit is contained in:
parent
1d991be6b4
commit
60e34636ec
|
@ -6,7 +6,7 @@ import LoadingIcon from '../../ui-components/LoadingIcon';
|
|||
|
||||
const ATTACK_DESCRIPTION = 'After the attacker or malware has propagated through your network, \
|
||||
your data is at risk on any machine the attacker can access. It can be \
|
||||
encrypted and held for ransomware, exfiltrated, or manipulated in \
|
||||
encrypted and held for ransom, exfiltrated, or manipulated in \
|
||||
whatever way the attacker chooses.'
|
||||
const HOSTNAME_REGEX = /^(.* - )?(\S+) :.*$/;
|
||||
|
||||
|
|
Loading…
Reference in New Issue