Add 5 new cybersecurity skills batch 2 - oauth token theft, binary exploitation, STIX2 sharing, linux audit logs, timestomping detection

This commit is contained in:
mukul975
2026-03-11 00:48:08 +01:00
parent 5a5dcd84ac
commit ccce7d4e06
20 changed files with 1574 additions and 0 deletions
@@ -0,0 +1,21 @@
---
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.