Skip to content

0x13f8/boring-flutter

 
 

Repository files navigation

boring-flutter

Forked version to support both Android (64-bit) and iOS (64-bit; thin and fat binary). Requires Frida 16.7.0 or later to use Process.attachModuleObserver().

  • Android: Hook x509.cc - ssl_crypto_x509_session_verify_cert_chain() to force the return value to 1 (true).
  • iOS: Hook handshake.cc - ssl_verify_peer_cert() to force the return value to 0 (ssl_verify_ok).

A Python r2pipe script to automatically create a Frida hook and patch the Flutter library to intercept TLS traffic for Flutter based apps.

Inspired by the following blogposts:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 84.2%
  • JavaScript 15.8%