Methodology
This Page shows the Complete methodology for Active Directory Pentesting
Bloodhound
We can use bloodhound to enumerate the domain if we have a valid set of credentials, we can use bloodhound.py kali linux script to do some enumeration
Silver Ticket Attack
In a silver ticket attack, the attacker can forge a valid TGS (Ticket granting Service) and then attacker can access that service using that TGS.
For this attack we need the NTLM hash of the service account user. for this we can use online tools, or below python code
For Domain SID we can use
now we have both NTLM hash and the Domain SID so we can craft the Silver Ticket Attack, for this i like to use Impacket-ticketer
this will create a administrator.ccache file
Last updated