What problem does it solve?
This Skill helps you identify and bypass common ELF binary defenses (ASLR, PIE, NX/DEP, stack canary, RELRO, FORTIFY_SOURCE, CET, and ARM MTE) so you can progress from vulnerability to working exploitation despite modern mitigations.
Core Features & Use Cases
- Protection identification via checksec-style signals: quickly map observed binary/OS indicators to likely mitigations that block typical payloads.
- Tactic selection by defense combination: choose appropriate leak and write primitives depending on the protection mix (single vs. chained mitigations).
- Actionable bypass playbooks: provides bypass methods and required primitives for each protection, plus multi-protection scenario recipes (e.g., NX+ASLR+Canary+Full RELRO+PIE).
- Cross-reference matrix for rapid lookup: use the provided matrix to connect a specific protection to working bypass techniques and the primitive needed.
Quick Start
Load the Skill and then use it to map your binary’s checksec/protections output to the correct leak/write/ROP strategy before attempting exploitation.