$npx -y skills add transilienceai/communitytools --skill systemSystem exploitation testing - Active Directory attacks, privilege escalation (Linux/Windows), and exploit development.
| 1 | # System |
| 2 | |
| 3 | Test system-level security including Active Directory, privilege escalation, and exploit development. |
| 4 | |
| 5 | ## Techniques |
| 6 | |
| 7 | | Type | Key Vectors | |
| 8 | |------|-------------| |
| 9 | | **Active Directory** | Kerberoasting, AS-REP roasting, DCSync, PtH, Golden/RODC Ticket, RBCD, ACL abuse, KeyList, Shadow Credentials, ADCS (ESC1-9/16) | |
| 10 | | **Privilege Escalation** | SUID/sudo abuse, kernel exploits, service misconfig, token manipulation | |
| 11 | | **Exploit Development** | Buffer overflow, format string, ROP chains, shellcode, heap exploitation | |
| 12 | |
| 13 | ## Workflow |
| 14 | |
| 15 | 1. Enumerate system and domain information |
| 16 | 2. Identify escalation paths and misconfigurations |
| 17 | 3. Exploit with appropriate techniques |
| 18 | 4. Demonstrate impact (domain admin, root access) |
| 19 | 5. Document attack chain with evidence |
| 20 | |
| 21 | ## Reference |
| 22 | |
| 23 | - `reference/INDEX.md` - Router for AD attacks, privilege escalation, and exploit-dev scenarios (see `reference/scenarios/`) |
| 24 | - `reference/format-string-exploitation.md` - Format string read/write primitives, architecture differences, mitigation bypass |
| 25 | - `reference/heap-exploitation.md` - Modern glibc heap techniques (tcache poison, unsorted bin leak, environ stack leak, ROP) |