active-directory-kerberos-attacks

Exploit Kerberos vulnerabilities in Active Directory for reconnaissance and privilege escalation.

120|8|Updated Jun 2, 2026
One-click install
npx skills add https://github.com/Prohao42/aimy-skill --skill active-directory-kerberos-attacks
Or copy as Structured Prompt for Agentโ–ผ
Please help me install this Agent Skill.
Skill: active-directory-kerberos-attacks
Source: https://github.com/Prohao42/aimy-skill/tree/main/ai-mian/hack-skills/skills/active-directory-kerberos-attacks
Command: npx skills add https://github.com/Prohao42/aimy-skill --skill active-directory-kerberos-attacks

SYSTEM DOCUMENTATION & REQUIREMENTS

๐Ÿ’ก This Skill requires impacket, mimikatz, rbcd, powershell, python, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill unit provides advanced techniques for conducting targeted Kerberos attacks within Active Directory environments, helping security professionals to identify and exploit potential vulnerabilities.

Core Features & Use Cases

  • Kerberos Authentication Exploits: Offers comprehensive steps for AS-REP Roasting, Kerberoasting, Golden Ticket forging, and Delegation Abuse.
  • Advanced Attack Chains: Features multi-step attack paths that combine Kerberos attacks with ACL abuse and other AD techniques.
  • Resource-Based Constrained Delegation (RBCD): Explains how to leverage RBCD for lateral movement and credential harvesting within the network.
  • Ticket Forgery: Provides instructions for creating Golden, Silver, Diamond, and Sapphire tickets to gain unauthorized access.
  • Multi-Hop Kerberos Authentication: Details the Kerberos Double Hop Problem and solutions using CredSSP, unconstrained delegation, constrained delegation, RBCD, and Invoke-Command nested sessions.

Quick Start

Run the skill with 'active-directory-kerberos-attacks' to load the Kerberos attack playbook and start exploring various attack chains and techniques.

Frequently Asked Questions about active-directory-kerberos-attacks

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

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

AS-REP Roasting and Kerberoasting exploit Kerberos vulnerabilities in Active Directory environments for reconnaissance and credential harvesting. The Skill provides comprehensive steps for executing these attacks using Python and tools like impacket and mimikatz to extract ticket-granting tickets and service tickets.

What is the best way to forge Golden and Silver Tickets for unauthorized access?โ–ผ

Forging Golden and Silver Tickets involves creating forged Kerberos tickets to gain unauthorized access within Active Directory. The Skill provides instructions for creating Golden, Silver, Diamond, and Sapphire tickets using tools like mimikatz and impacket to manipulate ticket-granting tickets and service tickets.

How does Resource-Based Constrained Delegation (RBCD) abuse work for lateral movement?โ–ผ

RBCD abuse leverages Resource-Based Constrained Delegation for lateral movement and credential harvesting within the network. The Skill explains how to exploit RBCD configurations in Active Directory to impersonate users and access additional resources across the domain using tools like impacket and PowerShell.

Can I use Python and PowerShell to execute advanced Kerberos attack chains?โ–ผ

Yes, the Skill utilizes Python with various libraries and PowerShell to execute advanced Kerberos attack chains. It features multi-step attack paths that combine Kerberos attacks with ACL abuse and other Active Directory techniques for comprehensive penetration testing and privilege escalation.

How do I resolve the Kerberos Double Hop Problem in multi-hop authentication scenarios?โ–ผ

The Kerberos Double Hop Problem prevents credentials from being passed across multiple remote sessions. The Skill details solutions using CredSSP, unconstrained delegation, constrained delegation, RBCD, and Invoke-Command nested sessions to maintain authentication across multiple hops.

Do I need impacket and mimikatz to run Active Directory Kerberos attacks?โ–ผ

Yes, impacket and mimikatz are required dependencies for executing the Kerberos attacks provided by the Skill. The Skill relies on Python with various libraries and these specific tools for reconnaissance, lateral movement, ticket forgery, and privilege escalation in Active Directory environments.

Related Skills