Files
Anthropic-Cybersecurity-Skills/skills/performing-binary-exploitation-analysis/SKILL.md
T

723 B

name, description, domain, subdomain, tags, version, author, license
name description domain subdomain tags version author license
performing-binary-exploitation-analysis Analyze binary exploitation techniques including buffer overflows and ROP chains using pwntools Python library. Covers checksec analysis, gadget discovery with ROPgadget, and exploit development for CTF and authorized security assessments. cybersecurity offensive-security
binary-exploitation
pwntools
rop-chains
buffer-overflow
1.0 mahipal Apache-2.0

Performing Binary Exploitation Analysis

For authorized security testing and CTF challenges only

Analyze ELF binaries for exploitation vectors using checksec, ROPgadget, and pwntools for buffer overflow and ROP chain development.