mitm-find-enumerable
Installation
SKILL.md
Find Enumerable Endpoints
Analyze the mitmproxy dump (log.txt) for enumerable endpoints 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
What Makes an Endpoint Enumerable
1. Sequential IDs
/api/user/1,/api/user/2,/api/user/3/order/100001,/order/100002/transaction/TXN00001