Formatting
This commit is contained in:
@@ -20,8 +20,6 @@ atomic_tests:
|
||||
|
||||
supported_platforms:
|
||||
- windows
|
||||
input_arguments:
|
||||
|
||||
executor:
|
||||
name: powershell
|
||||
command: |
|
||||
|
||||
@@ -6,7 +6,6 @@ atomic_tests:
|
||||
- name: Clear Logs
|
||||
description: |
|
||||
Clear Windows Event Logs
|
||||
|
||||
supported_platforms:
|
||||
- windows
|
||||
input_arguments:
|
||||
@@ -14,33 +13,25 @@ atomic_tests:
|
||||
description: Windows Log Name, ex System
|
||||
type: String
|
||||
default: System
|
||||
|
||||
executor:
|
||||
name: command_prompt
|
||||
command: |
|
||||
evtutil cl #{log_name}
|
||||
|
||||
- name: FSUtil
|
||||
description: |
|
||||
Manages the update sequence number (USN) change journal, which provides a persistent log of all changes made to files on the volume.
|
||||
|
||||
supported_platforms:
|
||||
- windows
|
||||
input_arguments:
|
||||
|
||||
executor:
|
||||
name: command_prompt
|
||||
command: |
|
||||
fsutil usn deletejournal /D C:
|
||||
|
||||
- name: rm -rf
|
||||
description: |
|
||||
Delete system and audit logs
|
||||
|
||||
supported_platforms:
|
||||
- macos
|
||||
- linux
|
||||
|
||||
executor:
|
||||
name: sh
|
||||
command: |
|
||||
|
||||
@@ -6,12 +6,8 @@ atomic_tests:
|
||||
- name: Admin Account Manipulate
|
||||
description: |
|
||||
Manipulate Admin Account Name
|
||||
|
||||
supported_platforms:
|
||||
- windows
|
||||
|
||||
input_arguments:
|
||||
|
||||
executor:
|
||||
name: powershell
|
||||
command: |
|
||||
|
||||
@@ -12,7 +12,6 @@ atomic_tests:
|
||||
|
||||
executor:
|
||||
name: manual
|
||||
command: |
|
||||
steps: |
|
||||
Open Microsoft Word
|
||||
|
||||
|
||||
@@ -10,7 +10,6 @@ atomic_tests:
|
||||
|
||||
supported_platforms:
|
||||
- windows
|
||||
input_arguments:
|
||||
executor:
|
||||
name: command_prompt
|
||||
command: |
|
||||
@@ -21,7 +20,6 @@ atomic_tests:
|
||||
and execute a payload leveraging PowerShell
|
||||
supported_platforms:
|
||||
- windows
|
||||
input_arguments:
|
||||
executor:
|
||||
name: powershell
|
||||
command: |
|
||||
|
||||
Reference in New Issue
Block a user