A collection of tools, scripts, and resources designed to support Active Directory (AD) pentesting, troubleshooting, and environment assessments.
  • Python 92.2%
  • Shell 7.8%
Find a file
2026-05-07 05:07:19 +05:30
auto_ntlm_reflection Added NTLM REFLECTION 2025-11-16 20:13:06 +05:30
auto_nxc_vuln_scanner This is nxc automatic vulnerability scanner 2025-12-06 22:36:30 +00:00
FixTime Update README.md 2025-12-16 19:50:42 +05:30
Resurrect Added Kerberos Support and ported from LDAP3 to Impacket's LDAP 2025-11-18 10:58:30 +05:30
Userenum Added userenum 2025-11-21 01:44:57 +05:30
LICENSE Add 'Do What The Fuck You Want To' license 2025-11-16 06:50:17 +05:30
README.md changes 2026-05-07 05:07:19 +05:30


ADUtilities

A collection of tools, scripts, and resources designed to support Active Directory (AD) pentesting, troubleshooting, and environment assessments. This repository aims to provide practical, ready-to-use utilities that help streamline common tasks encountered during AD security engagements

Current Tools

🔧 TimeFix AD Clock Skew Sync Script

Two lightweight Bash and Python scripts that fetches the time from a target Windows host (via WinRM HTTP headers) and synchronizes your Linux machines clock. Useful for resolving Kerberos clock-skew errors (KRB_AP_ERR_SKEW) during pentesting.

🔧 Resurrect Remotely Find and Restore TombStoned Objects in AD

A Python tool for remotely discovering and restoring deleted Active Directory objects through LDAP, supporting multiple authentication methods including Kerberos. Useful for AD pentesting and recovery operations when you need to interact with the Deleted Objects container without direct DC access.

🔧 auto_ntlm_reflection Automate the process of exploitating CVE-2025-33073 (NTLM Reflection)

A python script that automates the exploitation of CVE-2025-33073 (NTLM Reflection). It can add the dns record, perform coercion, and relay the authentication seamlessly.

Roadmap

More tools will be added soon, including:

  • AD enumeration helpers
  • Credential & ticket utilities
  • Automation shortcuts for common AD operations
  • Misc. red-team friendly scripts

Stay tuned — this repo will grow into a handy toolkit for anyone working with AD security.