netanelcyber / netanelcyber/AdPentestAI-Python
👑 AdminSDHolder & Protected Accounts Audit
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 5
- Forks
- 2
- Avg merge
- 22h 25m
- Merged PRs (30d)
- 7
Description
Objective
Add defensive auditing for AdminSDHolder and protected Active Directory accounts.
Checks
- Protected-group membership review
- AdminSDHolder ACL analysis
- Unexpected permission indicators
- Delegated administration review
- PASS / REVIEW / FAIL findings
- JSON + CLI reporting
CLI
adpentest adminsdholder audit --target <authorized-domain>
Safety
Read-only ACL and configuration analysis. No permission modification or privilege injection.
Tests
- Unit tests
- Synthetic ACL fixtures
- AD lab tests
- JSON schema validation
- CI regression tests
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the requested CLI entry point, adpentest adminsdholder audit --target <authorized-domain>, and scope the read-only checks for protected-group membership, AdminSDHolder ACLs, unexpected permissions, and delegated administration. Define PASS/REVIEW/FAIL and JSON reporting requirements, then cover them with unit tests, synthetic ACL fixtures, AD lab tests, JSON schema validation, and CI regression tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- security
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100