auth-enumeration
Much of the same enumeration is done after you get authentication, so go back and redo your enumeration just use the creds you now have. Once you completed that you can come back here and see what else you can do.
Kerberosatble Users
Kerberoasting is an attack technique that involves stealing the Kerberos Ticket-Granting Ticket (TGT) of a user and using it to request service tickets for other systems on the network. Impacket is a collection of Python scripts that can be used to perform Kerberoasting attack. Here's a general process for performing Kerberoasting using Impacket:
Install Impacket: You will need to have Impacket installed on your system in order to use the Kerberoast script. You can install Impacket by running the following command:
Copy code
Get a list of user accounts: To perform Kerberoasting, you will need a list of user accounts in the target AD domain. You can use the Impacket GetUserSPNs.py script to enumerate the user accounts in the domain.
Copy code
Request TGT for the user: Once you have a list of user accounts, you can use the Impacket GetUserSPNs.py script to request TGT for the user
Copy code
Crack the hashes with hashcat
Copy code
DNS Enumeration
It might be useful to see tombstoned (deleted) records.
Last updated
Was this helpful?