binary-reconnaissance

Installation
SKILL.md

Binary Reconnaissance

First-look analysis of any new binary target. Run these checks before deeper analysis.

Checklist

  1. File type: file target
  2. Security mitigations: checksec target
  3. Symbols: nm target or readelf -s target
  4. Strings: strings target | grep -i flag\|win\|shell
  5. Disassembly: objdump -M intel -d target > target.asm

Checksec Interpretation

Installs
1
GitHub Stars
3
First Seen
Jun 12, 2026
binary-reconnaissance — aibot88/sec_skill_store