mitm-list-apis
Installation
SKILL.md
List APIs from Traffic Capture
Analyze the mitmproxy dump (log.txt) and list all APIs 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
Instructions
- Search log.txt for the target domain/app
- Extract unique API endpoints
- Group by functionality (auth, user, payment, etc.)