offensive-crash-analysis

Triage Windows and Linux crash dumps to determine exploitability.

1|Updated Apr 27, 2026
One-click install
npx skills add https://github.com/riparino/Claude-Cyber --skill offensive-crash-analysis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: offensive-crash-analysis
Source: https://github.com/riparino/Claude-Cyber/tree/main/Claude-Red/Skills/offensive-crash-analysis
Command: npx skills add https://github.com/riparino/Claude-Cyber --skill offensive-crash-analysis

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Crash analysis guidance to triage and assess exploitability across Windows and Linux targets, turning crash data into actionable insights.

Core Features & Use Cases

  • WinDbg and GDB based crash triage and debugging workflows.
  • ASAN/MSAN output interpretation, root cause identification, and exploitability assessment.
  • Use cases include crash reproduction, fuzzing crash triage, and PoC planning.

Quick Start

Load the Week 4 Crash Analysis methodology and begin triaging a crash dump in your target environment.

Frequently Asked Questions about offensive-crash-analysis

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I triage a crash dump to determine exploitability?

Crash triage involves analyzing memory corruption and control flow to assess exploitability. This Skill provides structured guidance to identify root causes and evaluate exploitation readiness from crash data in Windows and Linux environments.

How do I interpret ASAN output for root cause identification?

Interpreting ASAN output requires analyzing memory error reports to pinpoint the exact root cause. This Skill guides you through reading ASAN and MSAN reports to identify the underlying memory corruption and assess its exploitability.

What is the best way to reproduce crashes from a fuzzing corpus?

The best way to reproduce crashes from a fuzzing corpus is to apply structured crash reproduction checks. This methodology helps you reliably trigger the original crash and verify its exploitability before moving to PoC planning.

Does this crash analysis methodology support both WinDbg and GDB workflows?

Yes, this crash analysis methodology supports both WinDbg and GDB workflows. It provides structured triage guidance tailored for debugging Windows and Linux application crashes, ensuring cross-platform exploitability assessment.

Can I use this for crash reproduction checks during security research?

Yes, you can use this for crash reproduction checks during security research. It applies directly to fuzzing crash corpora and crash reproduction workflows, helping you verify stability and plan proof-of-concept exploitation.