forked from p15670423/monkey
island: Simplify tables' titles in T1086 report
This commit is contained in:
parent
82eea6a845
commit
cff393fa63
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue