mitm-find-callback
Installation
SKILL.md
Find Payment Callback Vulnerabilities
Analyze the mitmproxy dump (log.txt) for payment callback issues for: $ARGUMENTS
Requires:
log.txtin 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