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

This commit is contained in:
Atomic Red Team doc generator
2023-03-17 20:01:43 +00:00
parent b46cedacdd
commit 8ec8bb8d24
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -84730,7 +84730,7 @@ discovery:
$file = "rad" + $rad + ".tmp"
whoami.exe /all >> #{output_path}\$file
cleanup_command: 'Remove-Item -Path $env:temp\rad*.tmp -Force
cleanup_command: 'Remove-Item -Path #{output_path}\rad*.tmp -Force
'
name: powershell
+1 -1
View File
@@ -73739,7 +73739,7 @@ discovery:
$file = "rad" + $rad + ".tmp"
whoami.exe /all >> #{output_path}\$file
cleanup_command: 'Remove-Item -Path $env:temp\rad*.tmp -Force
cleanup_command: 'Remove-Item -Path #{output_path}\rad*.tmp -Force
'
name: powershell
+1 -1
View File
@@ -230,7 +230,7 @@ whoami.exe /all >> #{output_path}\$file
#### Cleanup Commands:
```powershell
Remove-Item -Path $env:temp\rad*.tmp -Force
Remove-Item -Path #{output_path}\rad*.tmp -Force
```