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-16 18:04:51 +00:00
parent ad7805da81
commit 246bc2e4ae
2 changed files with 4 additions and 4 deletions
+3 -4
View File
@@ -2705,10 +2705,9 @@ credential-access:
'
executor:
command: 'cmd.exe /c "#{local_folder}\#{local_executable}" kerberoast #{flags}
/outfile:"#{local_folder}\#{out_file}"
'
command: |
klist purge
cmd.exe /c "#{local_folder}\#{local_executable}" kerberoast #{flags} /outfile:"#{local_folder}\#{out_file}"
cleanup_command: 'Remove-Item #{local_folder}\#{out_file} -ErrorAction Ignore
'
+1
View File
@@ -99,6 +99,7 @@ This build targets .NET 4.5. If targeting a different version you will need to
```powershell
klist purge
cmd.exe /c "#{local_folder}\#{local_executable}" kerberoast #{flags} /outfile:"#{local_folder}\#{out_file}"
```