island: Simplify tables' titles in T1086 report

This commit is contained in:
Shreya Malviya 2021-10-14 12:54:21 +05:30
parent 82eea6a845
commit cff393fa63
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ class T1086 extends React.Component {
static getPowershellColumnsForExploits() { static getPowershellColumnsForExploits() {
return ([{ return ([{
Header: 'PowerShell commands used during exploitation', Header: 'Exploiters',
columns: [ columns: [
{ {
Header: 'Machine', Header: 'Machine',
@ -34,7 +34,7 @@ class T1086 extends React.Component {
static getPowershellColumnsForPBAs() { static getPowershellColumnsForPBAs() {
return ([{ return ([{
Header: 'Post-breach actions that used PowerShell commands/scripts', Header: 'Post-Breach Actions',
columns: [ columns: [
{ {
Header: 'Machine', Header: 'Machine',