netanelcyber / netanelcyber/AdPentestAI-Python
🔑 Windows LAPS Security Audit
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 5
- Forks
- 2
- Avg merge
- 22h 25m
- Merged PRs (30d)
- 7
Description
Objective
Add a defensive Windows LAPS security assessment module.
Checks
- LAPS deployment/configuration detection
- Local administrator account configuration
- Password-management policy review
- Exposure and misconfiguration indicators
- Remediation recommendations
- PASS / REVIEW / FAIL results
- JSON + CLI parity
CLI
adpentest laps audit --target <authorized-domain>
Safety
Read-only security auditing for authorized environments; no password retrieval or credential extraction.
Tests
- Unit tests
- Synthetic 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 existing CLI entry point for adpentest laps audit --target <authorized-domain> and inspect how other modules provide JSON and CLI output. Define the read-only checks, PASS/REVIEW/FAIL results, remediation recommendations, and JSON schema behavior, then add unit tests, synthetic fixtures, AD lab coverage, 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