— 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
✓ PassedNo 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 claimAbout
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
- Discover crash, hang, and memory-safety conditions.
- Validate robustness of protocol and file-format parsers.
- Deliver minimized proof cases and remediation priorities.
Workflow
- Prepare target and harness:
- Define target binary/service and exact version
- Build repeatable harness with deterministic input path
- Configure sanitizers/debug symbols where possible
- Seed and dictionary strategy:
- Collect representative valid corpus
- Add protocol/file dictionaries and boundary-value cases
- Run controlled fuzzing campaign:
- Configure time budgets, resource limits, and crash retention
- Monitor for crashes, hangs, OOM, and sanitizer signals
- Triage and minimize:
- Deduplicate by stack/signature
- Reduce to minimal reproducer inputs
- Confirm exploitability class and likely impact
- 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.
- Author: santosomar
- Source: santosomar/ethical-hacking-agent-skills
- License: Apache-2.0
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.