cc: Change wording for T1086 reporting
This commit is contained in:
parent
effd9dd957
commit
82eea6a845
|
@ -12,7 +12,7 @@ class T1086 extends React.Component {
|
||||||
|
|
||||||
static getPowershellColumnsForExploits() {
|
static getPowershellColumnsForExploits() {
|
||||||
return ([{
|
return ([{
|
||||||
Header: 'PowerShell commands used on exploited machines',
|
Header: 'PowerShell commands used during exploitation',
|
||||||
columns: [
|
columns: [
|
||||||
{
|
{
|
||||||
Header: 'Machine',
|
Header: 'Machine',
|
||||||
|
@ -34,7 +34,7 @@ class T1086 extends React.Component {
|
||||||
|
|
||||||
static getPowershellColumnsForPBAs() {
|
static getPowershellColumnsForPBAs() {
|
||||||
return ([{
|
return ([{
|
||||||
Header: 'PBAs that used PowerShell commands or scripts',
|
Header: 'Post-breach actions that used PowerShell commands/scripts',
|
||||||
columns: [
|
columns: [
|
||||||
{
|
{
|
||||||
Header: 'Machine',
|
Header: 'Machine',
|
||||||
|
|
Loading…
Reference in New Issue