mirror of
https://github.com/mukul975/Anthropic-Cybersecurity-Skills.git
synced 2026-06-12 22:24:56 +03:00
22 lines
723 B
Markdown
22 lines
723 B
Markdown
---
|
|
name: performing-binary-exploitation-analysis
|
|
description: >
|
|
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.
|
|
domain: cybersecurity
|
|
subdomain: offensive-security
|
|
tags: [binary-exploitation, pwntools, rop-chains, buffer-overflow]
|
|
version: "1.0"
|
|
author: mahipal
|
|
license: 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.
|