Fix "traffic in browser but not in apps" via Network Security Config
Android Nougat changed CA trust defaults — apps targeting API 24+ ignore user-installed CAs. This breaks typical Burp/mitmproxy interception. Walks through Network Security Config debug overrides for builds you control and scoped fallback options for test devices when you don't.
Create a skill called "Android 7+ MITM Troubleshooter". Inputs I will provide: - Android OS version and whether it's a physical device or emulator - Whether I control the app build (debuggable) or not - Burp listener details and whether browser traffic works - Any error logs (SSLHandshakeException, trust anchor errors) Task: 1) Diagnose whether the failure is due to Android CA trust defaults. 2) Provide a preferred fix path: - Debug build using Network Security Config debug overrides. 3) Provide a controlled fallback path for test devices if build changes are impossible. 4) Include a cleanup checklist to remove certificates and revert proxy settings post-test.
Common symptoms:
Minimal debug override (trust user CAs only while debuggable):
`
`
Install trust correctly and fix "can't download CA certificate"
Field-tested checklist for getting HTTPS interception working in Burp. Covers Firefox's separate trust store, the http://burpsuite download page not loading, quick verification, and safe post-engagement rollback.
Fix raw-socket "Operation not permitted" without --privileged
Least-privilege setup for running Nmap, MASSCAN, or ZMap inside Docker/Podman/Kubernetes. Solves "requires root privileges" and "Operation not permitted" failures without reaching for --privileged. Includes fallbacks when raw sockets are unavailable.
A playbook for "stops at the same frame" and "freeze mid-render" failures
Renders freeze at a consistent percentage or frame — often caused by a bad clip, a heavy effect, a Fusion comp issue, or "stop render on error" settings. This recipe classifies the failure pattern and gives you a structured triage plan instead of blind re-exports.
Fix a common Premiere playback-lag issue caused by audio input device settings
Severe playback lag and stutter in Premiere Pro that looks like a codec performance problem but is actually caused by audio hardware input settings. This recipe provides a quick decision tree to test and fix the issue — often resolved in under a minute by switching the default input to "No Input."