mitm-find-enumerable

Installation
SKILL.md

Find Enumerable Endpoints

Analyze the mitmproxy dump (log.txt) for enumerable endpoints 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

What Makes an Endpoint Enumerable

1. Sequential IDs

  • /api/user/1, /api/user/2, /api/user/3
  • /order/100001, /order/100002
  • /transaction/TXN00001
Related skills
Installs
13
GitHub Stars
49
First Seen
Mar 23, 2026