This commit is contained in:
carlospolop 2025-05-20 07:14:28 +02:00
parent 21ad049706
commit e9d64e3590

View File

@ -8,7 +8,7 @@ The Engine bundles a **Dart VM**, **BoringSSL**, Skia, etc., and ships as the sh
## Intercepting HTTPS traffic in Flutter ## Intercepting HTTPS traffic in Flutter
Thsi is a summary of this [blog post](https://sensepost.com/blog/2025/intercepting-https-communication-in-flutter-going-full-hardcore-mode-with-frida/). This is a summary of this [blog post](https://sensepost.com/blog/2025/intercepting-https-communication-in-flutter-going-full-hardcore-mode-with-frida/).
### Why HTTPS interception is tricky in Flutter ### Why HTTPS interception is tricky in Flutter
* **SSL/TLS verification lives two layers down** in BoringSSL, so Java SSLpinning bypasses dont touch it. * **SSL/TLS verification lives two layers down** in BoringSSL, so Java SSLpinning bypasses dont touch it.