Add Pre-Windows 2000 Compatible Access section to offensive-active-directory - #14
Open
0x5chltz wants to merge 6 commits into
Open
Add Pre-Windows 2000 Compatible Access section to offensive-active-directory#140x5chltz wants to merge 6 commits into
0x5chltz wants to merge 6 commits into
Conversation
- Comprehensive pre2k computer account exploitation guide - Detection indicators: userAccountControl 4128, logonCount=0, group membership - LDAP enumeration + automated pre2k tool (garrettfoster13) - Post-compromise escalation: ReadGMSAPassword → gMSA → ACL abuse - Attack chain from HTB Vintage (FS01$ → gMSA01$ → ServiceManagers → RBCD → DA) - References: 0xBEN writeup, InfoSec writeup, Hacker Recipes, Semperis blog
- README.md: Add 'Pre-Windows 2000 computers' to offensive-active-directory description - CHANGELOG.md: Document pre2k section addition under Unreleased - claude-skills.json: Regenerate manifest with updated skill description
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds comprehensive Pre-Windows 2000 Compatible Access (Pre2k) section to
offensive-active-directoryskill, covering legacy computer account password exploitation commonly found in lab/CTF environments and aged enterprise networks.Motivation
Pre2k computer accounts with default passwords (lowercase hostname without
$) are a common initial foothold vector in AD pentesting, but were not covered in the existing skill. This gap left operators without guidance on:Changes
Added Content (75 lines)
userAccountControl=4128+logonCount=0pwdLastSetunchanged sincewhenCreated$)Documentation Updates
Testing
Validated against HackTheBox Pirate machine:
serviceprincipalnames: []indicatorgetTGT.py 'pirate.htb/MS01$:ms01'successfulbloodyAD -k get object gMSA_ADFS_prod$ --attr msDS-ManagedPasswordextracted NTLM hashbb510d80e8ed89f4cc81a1f1d37*****All commands copy-paste ready and work on real target.
CONTRIBUTING.md Compliance
bash)Notes
offensive-active-directoryskill, which is planned for Phase 1 split into 16 focused skills per roadmapChecklist