ad-exploitation

Perform Active Directory exploitation with BloodHound analysis, Kerberoasting, and AD CS abuse.

7|1|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/ArianHobson333/claude-bug-bounty-stack --skill ad-exploitation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ad-exploitation
Source: https://github.com/ArianHobson333/claude-bug-bounty-stack/tree/main/vendor/Decepticon/skills/exploit/ad
Command: npx skills add https://github.com/ArianHobson333/claude-bug-bounty-stack --skill ad-exploitation

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires bloodhound, impacket, rubeus, mimikatz, certipy, certify, hashcat, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a comprehensive suite of tools and methods for Active Directory exploitation, targeting authentication protocols, certificate services, and trust relationships to escalate privileges and achieve domain dominance.

Core Features & Use Cases

  • BloodHound Analysis: Identifies attack paths and compromised accounts within the Active Directory.
  • Kerberoasting: Extracts Kerberos tickets for service accounts with SPNs.
  • AS-REP Roasting: Compromises accounts without Kerberos pre-authentication.
  • AD CS Abuse: Exploits certificate services for impersonation.
  • DCSync: Steals password replication data from Domain Controllers.
  • Golden Ticket Creation: Forgery of TGTs for unlimited access.
  • Constrained Delegation Abuse: Impersonates any user to the delegated service.
  • Use Case: If you have access to a domain and want to escalate privileges and gain domain dominance, this Skill provides the tools and methods needed.

Quick Start

Run the ad-exploitation skill to initiate a full Active Directory exploitation workflow.

Frequently Asked Questions about ad-exploitation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I perform Kerberoasting and AS-REP Roasting in Active Directory?

Active Directory exploitation involves extracting Kerberos tickets for service accounts with SPNs via Kerberoasting and compromising accounts lacking pre-authentication via AS-REP Roasting. These methods extract ticket data to escalate privileges within the domain.

What is the best way to identify attack paths for privilege escalation in Active Directory?

BloodHound analysis identifies attack paths and compromised accounts within Active Directory. It maps complex trust relationships and permissions to reveal hidden paths for privilege escalation across the domain environment.

How do I abuse Active Directory Certificate Services for domain escalation?

AD CS abuse exploits Active Directory certificate services for impersonation. By leveraging misconfigured certificate templates and enrollment rights, attackers forge certificates to authenticate as arbitrary users and escalate domain privileges.

Can I use Rubeus and Impacket for DCSync and Golden Ticket creation?

Yes, Rubeus and Impacket facilitate DCSync and Golden Ticket creation. DCSync steals password replication data from Domain Controllers, while Golden Ticket creation forges TGTs to achieve unlimited access and domain dominance.

Do I need Mimikatz and Certipy to abuse constrained delegation in Active Directory?

Mimikatz and Certipy are required to abuse constrained delegation in Active Directory. Constrained delegation abuse allows attackers to impersonate any user to the delegated service, facilitating lateral movement and unauthorized access.

When should I use Hashcat during an Active Directory exploitation workflow?

Hashcat is used during Active Directory exploitation to crack extracted hashes from Kerberoasting and AS-REP Roasting. It processes offline ticket hashes to recover plaintext service account passwords for further privilege escalation.