cc: Change wording for T1086 reporting

This commit is contained in:
Shreya Malviya 2021-10-13 13:40:24 +05:30
parent effd9dd957
commit 82eea6a845
1 changed files with 2 additions and 2 deletions

View File

@ -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',