fix misc formatting errors/extra fields (#2634)

This commit is contained in:
Tessa Georgen
2023-12-06 21:49:46 -05:00
committed by GitHub
parent b2bc904f4c
commit da79b028aa
4 changed files with 3 additions and 11 deletions
+2 -2
View File
@@ -45,8 +45,6 @@ atomic_tests:
} catch { exit 1 }
get_prereq_command: |
Write-Host "You will need to install Microsoft Excel manually to meet this requirement"
cleanup_command: |
Remove-Item 'C:\users\#{user}\AppData\local\Microsoft\WindowsApps\foxprow.exe'
input_arguments:
computer_name:
description: Hostname or IP
@@ -62,3 +60,5 @@ atomic_tests:
$com = [System.Activator]::CreateInstance([type]::GetTypeFromProgID("Excel.Application","#{computer_name}"))
$com.ActivateMicrosoftApp("5")
name: powershell
cleanup_command: |
Remove-Item 'C:\users\#{user}\AppData\local\Microsoft\WindowsApps\foxprow.exe'
+1 -4
View File
@@ -8,12 +8,9 @@ atomic_tests:
- windows
input_arguments:
arch:
description: Architecture of payload
description: Architecture of payload. One of (x64, x86)
type: string
default: x64
choices:
- x64
- x86
exe_binary:
description: PE binary for EWM injection
type: path
-1
View File
@@ -132,7 +132,6 @@ atomic_tests:
echo ""
input_arguments:
output_file:
name: output_file
description: File to store captured commands
type: string
default: /tmp/.keyboard.log
-4
View File
@@ -16,10 +16,6 @@ atomic_tests:
type: path
default: PathToAtomicsFolder\T1221\src\Calculator.docx
dependency_executor_name: powershell
dependencies:
- description: |
prereq_command: |
get_prereq_command: |
executor:
command: |
start "#{docx_file}"