Generated docs from job=generate-docs branch=master [ci skip]

This commit is contained in:
Atomic Red Team doc generator
2025-10-04 18:02:43 +00:00
parent be0b138294
commit ee95152c22
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -120811,9 +120811,9 @@ impact:
- notepad.exe launched with a ransom-themed text file
- creation of a ransom-themed text file in %TEMP%
NON-DESTRUCTIVE Atomic Red Team test.
dependency_executor_name: command_prompt
dependencies:
- description: Notepad must be present on the system
dependency_executor_name: command_prompt
prereq_command: where notepad
get_prereq_command: ''
executor:
+1 -1
View File
@@ -99879,9 +99879,9 @@ impact:
- notepad.exe launched with a ransom-themed text file
- creation of a ransom-themed text file in %TEMP%
NON-DESTRUCTIVE Atomic Red Team test.
dependency_executor_name: command_prompt
dependencies:
- description: Notepad must be present on the system
dependency_executor_name: command_prompt
prereq_command: where notepad
get_prereq_command: ''
executor:
+3 -3
View File
@@ -289,14 +289,14 @@ catch {
#### Dependencies: Run with `powershell`!
#### Dependencies: Run with `command_prompt`!
##### Description: Notepad must be present on the system
##### Check Prereq Commands:
```powershell
```cmd
where notepad
```
##### Get Prereq Commands:
```powershell
```cmd
```