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.
Jun 2, 2025
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!
Jan 6, 2025