forked from p34709852/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() {
|
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',
|
||||||
|
|
Loading…
Reference in New Issue