exploit-feasibility
Installation
SKILL.md
Exploit Feasibility Assessment Skill
Overview
This skill provides a structured methodology for assessing the exploitability of security vulnerabilities in binary executables. It implements the "honest verdict" philosophy - giving realistic assessments of exploit potential rather than optimistic or pessimistic evaluations.
Core Assessment Framework
1. Binary Mitigation Analysis
ASLR (Address Space Layout Randomization)
Assessment Criteria:
- Full ASLR: 0x1000+ base address variance = HIGH mitigation
- Partial ASLR (only heap/stack): MEDIUM mitigation
- No ASLR: LOW/NO mitigation