diff options
| author | 5epi0l <91630053+5epi0l@users.noreply.github.com> | 2025-11-16 06:45:21 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-16 06:45:21 +0530 |
| commit | f63d4d59ace0bae15839d30f68a35e27be984e34 (patch) | |
| tree | d73f7ba86b1a256f0a3d68dc047e5328636f5d40 | |
| parent | a4f93ec19cba6d900f5d5e4cf1c61ff67ed89e6f (diff) | |
| parent | 6b132f58cc7676e3384026828a5e154baf6c85b4 (diff) | |
Merge pull request #3 from jaytiwari05/main
Added a README
| -rw-r--r-- | README.md | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..1415a82 --- /dev/null +++ b/README.md @@ -0,0 +1,28 @@ + +--- + +# **ADUtilities** + +A growing 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** + +A lightweight Bash script that fetches the time from a target Windows host (via WinRM HTTP headers) and synchronizes your Linux machine’s clock. +Useful for resolving **Kerberos clock-skew errors (KRB_AP_ERR_SKEW)** during pentesting. + +## **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. + +--- + |
