caon.io
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

Flutter

Reflutter

  1. Install Reflutter
pip3 install reflutter
  1. Reflutter the app with your local proxy IP
reflutter main.apk
  1. Set burp mode to invisible proxying, check documentation

Sign the app

java -jar uber-apk-signer.jar --allowResign -a release.RE.apk
  1. Install the APK
adb install release.RE-aligned-debugSigned.apk

NVISO

frida -U -f your.package.name -l disable-flutter-tls.js --no-pause

# or Frida codeshare

frida -U --codeshare TheDauntless/disable-flutter-tls-v1 -f YOUR_BINARY