# System

> System exploitation testing - Active Directory attacks, privilege escalation (Linux/Windows), and exploit development.

- Skill: `uhdyindy/system` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add uhdyindy/system`
- Raw SKILL.md: https://api.skillmd.com/api/skills/uhdyindy/system/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Security
- Author: UhdyIndy (https://skillmd.com/u/uhdyindy)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/uhdyindy/system

---


# System

Test system-level security including Active Directory, privilege escalation, and exploit development.

## Techniques

| Type | Key Vectors |
|------|-------------|
| **Active Directory** | Kerberoasting, AS-REP roasting, DCSync, Pass-the-Hash, Golden Ticket |
| **Privilege Escalation** | SUID/sudo abuse, kernel exploits, service misconfig, token manipulation |
| **Exploit Development** | Buffer overflow, format string, ROP chains, shellcode |

## Workflow

1. Enumerate system and domain information
2. Identify escalation paths and misconfigurations
3. Exploit with appropriate techniques
4. Demonstrate impact (domain admin, root access)
5. Document attack chain with evidence

## Reference

- `reference/system-exploitation.md` - AD attacks, privilege escalation, exploit development techniques

