mitm-security-audit
Installation
SKILL.md
Security Audit of Captured Traffic
Perform a comprehensive security audit of the mitmproxy dump (log.txt) 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
Audit Checklist
Run these checks systematically:
1. Reconnaissance
- List all unique domains/subdomains seen
- List all API endpoints with methods
- Identify API patterns (REST, GraphQL, etc.)