Learn how to force Claude Desktop to route traffic through Burp Suite for full visibility into MCP JSON-RPC messages, including fixes for HTTP/2 and SSE buffering issues
The blog explains how to use Cloud Custodian to detect S3 buckets with public access and automatically remediate them by updating bucket policies. It includes a sample policy and automation flow triggered via CloudTrail and Lambda. The approach helps enforce least privilege and prevent accidental data exposure.
Bypassing SSL pinning in a Flutter iOS app can be challenging due to custom socket connections. This post details how I used Frida and a device-wide proxy to intercept network traffic, overcoming traditional MITM limitations. Read on to see the full approach and key takeaways!