From 82eea6a8450f7683f19384b83d5a76b52ef3aa85 Mon Sep 17 00:00:00 2001
From: Shreya Malviya <shreya.malviya@gmail.com>
Date: Wed, 13 Oct 2021 13:40:24 +0530
Subject: [PATCH] cc: Change wording for T1086 reporting

---
 .../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 760170185..d0ee71f80 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 on exploited machines',
+      Header: 'PowerShell commands used during exploitation',
       columns: [
         {
           Header: 'Machine',
@@ -34,7 +34,7 @@ class T1086 extends React.Component {
 
   static getPowershellColumnsForPBAs() {
     return ([{
-      Header: 'PBAs that used PowerShell commands or scripts',
+      Header: 'Post-breach actions that used PowerShell commands/scripts',
       columns: [
         {
           Header: 'Machine',