Generate docs from job=generate_and_commit_guids_and_docs branch=master [skip ci]

This commit is contained in:
CircleCI Atomic Red Team doc generator
2021-04-08 13:12:07 +00:00
parent d5f39f7819
commit f62f72c9d8
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -18820,6 +18820,7 @@ credential-access:
prereq_command: |
try {
New-Object -COMObject "word.Application" | Out-Null
$process = "winword"
Stop-Process -Name $process
exit 0
} catch { exit 1 }
+1
View File
@@ -40,6 +40,7 @@ Remove-Item "$env:TEMP\windows-credentials.txt" -ErrorAction Ignore
```powershell
try {
New-Object -COMObject "word.Application" | Out-Null
$process = "winword"
Stop-Process -Name $process
exit 0
} catch { exit 1 }