Active Directory Attacks

Enumerate Microsoft Active Directory domains and execute Kerberos attacks.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/gerald-ica/dev-tool-configs --skill active-directory-attacks-gerald-ica
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Active Directory Attacks
Source: https://github.com/gerald-ica/dev-tool-configs/tree/main/gemini/skills/active-directory-attacks
Command: npx skills add https://github.com/gerald-ica/dev-tool-configs --skill active-directory-attacks-gerald-ica

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires Impacket, Mimikatz, BloodHound, Rubeus, CrackMapExec, PowerView, Responder, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a comprehensive toolkit for red team operations and penetration testing in Windows domain environments, focusing on Active Directory security.

Core Features & Use Cases

  • AD Reconnaissance: Identify attack vectors and enumerate domain resources.
  • Credential Harvesting: Extract and crack credentials for lateral movement.
  • Kerberos Attacks: Exploit Kerberos vulnerabilities for domain domination.
  • Privilege Escalation: Escalate privileges within the domain.
  • Domain Dominance: Gain control over the domain and maintain persistent access.
  • Use Case: A red team needs to test the security of a Windows domain. They can use this Skill to perform a series of attacks and identify potential weaknesses.

Quick Start

Activate the Active Directory Attacks Skill to begin enumeration and identify potential attack vectors within the domain.

Frequently Asked Questions about Active Directory Attacks

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

FAQPage Schema
How do I enumerate Active Directory domain resources for penetration testing?

Active Directory enumeration identifies domain resources and attack vectors using tools like PowerView and BloodHound to map complex trust relationships and target vulnerable domain configurations.

What techniques are used for Kerberos attacks during red teaming?

Kerberos attacks exploit authentication protocol vulnerabilities to achieve domain domination, utilizing tools like Rubeus and Mimikatz to manipulate tickets for privilege escalation and persistent access.

Can I use Impacket and CrackMapExec for lateral movement in Windows domains?

Impacket and CrackMapExec facilitate lateral movement in Windows domains by executing remote commands and harvesting credentials across network resources to test domain security boundaries.

Do I need Python tools to harvest credentials from a Windows domain?

Credential harvesting in Windows domains requires Python tools like Impacket to extract and crack hashes, enabling subsequent lateral movement and privilege escalation during red team operations.

What is the best way to escalate privileges within an Active Directory environment?

Privilege escalation within Active Directory involves exploiting Kerberos vulnerabilities and misconfigured domain permissions using Mimikatz and BloodHound to identify and execute escalation paths.

Are there limitations when using Responder for domain security testing?

Responder is limited to local network segments for poisoning name resolution protocols, requiring direct network adjacency to intercept traffic and cannot traverse routed network segments.