ad-methodology

Solid

The order of operations for an Active Directory penetration test: setup, collection, exploitation, post-processing. Use this whenever you are planning or driving an AD assessment and need to know what to run before what and why (map before you exploit; harvest easy credentials before spraying to avoid lockouts; collect the graph before you reason about paths). Covers phase sequencing with standard tooling: netexec/nxc, impacket, certipy, bloodyAD, kerbrute, BloodHound CE. Invoke it at the start of an engagement, when deciding the next phase, or when a step feels out of order.

Testing & QA 194 stars 31 forks Updated 2 weeks ago MIT

Install

View on GitHub

Quality Score: 85/100

Stars 20%
76
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# AD Pentest Methodology: Phase Order A domain assessment is not a bag of tricks you run in random order. The order is the craft. Enumeration feeds exploitation; a credential harvested cheaply saves you a spray that locks accounts; a graph collected once tells you which of a hundred possible attacks actually reaches Domain Admin. Run the phases in order and each one narrows the next. Four phases, in sequence: 1. **Setup**: reachability, name resolution, environment posture, first credentials. 2. **Collection**: topology, trusts, directory objects, hosts, shares. Read, do not touch. 3. **Exploitation**: attack-path discovery, then cheap wins, then spraying, then hunting. 4. **Post-processing**: consolidate loot, re-collect as the owned set grows, report. The rest of this skill is what happens inside each phase and why that order holds. --- ## Phase 1: Setup You cannot attack a DC you cannot reach, resolve, or authenticate against. Get these four things straight before anything else. ### 1.1 Reachability and DNS The DC is the DNS server for the domain. If your resolver does not point at it, `corp.local`, `dc01.corp.local` and SRV records will not resolve, and half your tools fail with confusing errors that look like auth problems. ```bash # Point resolution at the DC, confirm the domain answers nslookup -type=SRV _ldap._tcp.dc._msdcs.corp.local <dc_ip> nxc smb <dc_ip> # confirms host up + prints domain/hostname/OS ``` Kerberos also needs FQDNs. A...

Details

Author
ADScanPro
Repository
ADScanPro/Claude-AD
Created
2 weeks ago
Last Updated
2 weeks ago
Language
N/A
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

offensive-active-directory

Active Directory attack methodology for internal network red team engagements. Covers reconnaissance (BloodHound, PowerView, ADExplorer), credential abuse (Kerberoasting, ASREProasting, NTLM relay, LLMNR/NBT-NS poisoning), privilege escalation (ACL abuse, GPO abuse, unconstrained/constrained delegation), lateral movement (Pass-the-Hash, Pass-the-Ticket, Overpass-the-Hash, WMI/WinRM/PsExec), persistence (Golden/Silver/Diamond Tickets, DCSync, DCShadow, AdminSDHolder, Skeleton Key), forest trust attacks, ADCS abuse (ESC1-ESC15), and modern MDI/Defender for Identity evasion. Use when assessing on-prem AD, hybrid AD/Entra ID environments, or ADCS deployments.

3,234 Updated 1 weeks ago
SnailSploit
AI & Automation Featured

offensive-active-directory

Active Directory attack methodology for internal network red team engagements. Covers reconnaissance (BloodHound, PowerView, ADExplorer), credential abuse (Kerberoasting, ASREProasting, NTLM relay, LLMNR/NBT-NS poisoning), privilege escalation (ACL abuse, GPO abuse, unconstrained/constrained delegation), lateral movement (Pass-the-Hash, Pass-the-Ticket, Overpass-the-Hash, WMI/WinRM/PsExec), persistence (Golden/Silver/Diamond Tickets, DCSync, DCShadow, AdminSDHolder, Skeleton Key), forest trust attacks, ADCS abuse (ESC1-ESC15), and modern MDI/Defender for Identity evasion. Use when assessing on-prem AD, hybrid AD/Entra ID environments, or ADCS deployments.

719 Updated 1 months ago
0xwilliamortiz
AI & Automation Featured

active-directory-attacks

This skill should be used when the user asks to "attack Active Directory", "exploit AD", "Kerberoasting", "DCSync", "pass-the-hash", "BloodHound enumeration", "Golden Ticket", "Silver Ticket", "AS-REP roasting", "NTLM relay", or needs guidance on Windows domain penetration testing.

4,617 Updated today
zebbern