mitm-find-callback

Installation
SKILL.md

Find Payment Callback Vulnerabilities

Analyze the mitmproxy dump (log.txt) for payment callback issues for: $ARGUMENTS

Requires: log.txt in the current directory. If it's missing, capture traffic first:

mitmdump --set flow_detail=3 2>&1 | tee log.txt

Vulnerability Types

1. Hash/Signature Not Validated

  • Callback accepts any hash value
  • Hash parameter present but not verified
  • Can change status without valid signature
Related skills
Installs
13
GitHub Stars
49
First Seen
Mar 23, 2026