From cff393fa6362e234b83c9e78a8b93e251e715a17 Mon Sep 17 00:00:00 2001 From: Shreya Malviya Date: Thu, 14 Oct 2021 12:54:21 +0530 Subject: [PATCH] island: Simplify tables' titles in T1086 report --- .../cc/ui/src/components/attack/techniques/T1086.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/monkey/monkey_island/cc/ui/src/components/attack/techniques/T1086.js b/monkey/monkey_island/cc/ui/src/components/attack/techniques/T1086.js index d0ee71f80..58fe16959 100644 --- a/monkey/monkey_island/cc/ui/src/components/attack/techniques/T1086.js +++ b/monkey/monkey_island/cc/ui/src/components/attack/techniques/T1086.js @@ -12,7 +12,7 @@ class T1086 extends React.Component { static getPowershellColumnsForExploits() { return ([{ - Header: 'PowerShell commands used during exploitation', + Header: 'Exploiters', columns: [ { Header: 'Machine', @@ -34,7 +34,7 @@ class T1086 extends React.Component { static getPowershellColumnsForPBAs() { return ([{ - Header: 'Post-breach actions that used PowerShell commands/scripts', + Header: 'Post-Breach Actions', columns: [ { Header: 'Machine',