AgentStack
SKILL verified Apache-2.0 Self-run

Pt Fuzzing Binary Protocol

skill-santosomar-ethical-hacking-agent-skills-pt-fuzzing-binary-protocol · by santosomar

Performs authorized fuzz testing of binary formats and network protocols to uncover parser vulnerabilities, memory safety defects, and denial-of-service conditions. Use when assessing protocol handlers, file parsers, and service robustness against malformed inputs.

No reviews yet
0 installs
9 views
0.0% view→install

Install

$ agentstack add skill-santosomar-ethical-hacking-agent-skills-pt-fuzzing-binary-protocol

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Pt Fuzzing Binary Protocol? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Binary and Protocol Fuzzing

Authorized Use Only

Binary/protocol fuzzing can crash services and devices. Use only in approved environments with rollback and recovery plans. Never run uncontrolled campaigns against production systems.

Objectives

  1. Discover crash, hang, and memory-safety conditions.
  2. Validate robustness of protocol and file-format parsers.
  3. Deliver minimized proof cases and remediation priorities.

Workflow

  1. Prepare target and harness:
  • Define target binary/service and exact version
  • Build repeatable harness with deterministic input path
  • Configure sanitizers/debug symbols where possible
  1. Seed and dictionary strategy:
  • Collect representative valid corpus
  • Add protocol/file dictionaries and boundary-value cases
  1. Run controlled fuzzing campaign:
  • Configure time budgets, resource limits, and crash retention
  • Monitor for crashes, hangs, OOM, and sanitizer signals
  1. Triage and minimize:
  • Deduplicate by stack/signature
  • Reduce to minimal reproducer inputs
  • Confirm exploitability class and likely impact
  1. Remediation guidance:
  • Parser hardening and defensive bounds checking
  • Safer decoding patterns and dependency upgrades
  • Regression harness for fixed cases

Output Template

# Binary/Protocol Fuzzing Output

## Campaign Setup
- Target and version:
- Harness:
- Sanitizers/instrumentation:
- Runtime limits:

## Crash and Hang Findings
- Finding ID:
  - Trigger input:
  - Signal/exception:
  - Stack/signature:
  - Reproduction steps:
  - Impact classification:
  - Suggested fix:

## Triage Summary
- Unique findings:
- Duplicates removed:
- Highest-risk classes:

## Regression Plan
- Repro corpus location:
- Required tests after patch:

Quality Checks

  • Each finding has a minimized reproducer.
  • Crash signatures are deduplicated and prioritized.
  • Fix recommendations map to concrete parser hardening actions.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.