reFlutter icon indicating copy to clipboard operation
reFlutter copied to clipboard

Can't get it working on client using non standard port for connection

Open nastarfan opened this issue 1 year ago • 3 comments

The apk I am trying to analyze uses non-standard port for its communication with the server (e.g. 5678). After reflutter-ing and signing the apk, the app now uses port 8083 for its communication to the gateway with Burp invisible proxy running.

However, this makes the modified app communication fails. I don't know if this issue is specific to reFlutter or it's the Burp proxy that I need to modify in order to analyze the app requests and communications (feel free to close this issue if it's unrelated, but any pointer and insights will be much appreciated)

nastarfan avatar Oct 25 '24 02:10 nastarfan

@nastarfan , check this out: https://sperixlabs.org/post/2024/11/intercepting-http-traffic-in-android-flutter-apps/

jayluxferro avatar Nov 02 '24 14:11 jayluxferro

@jayluxferro , I think we should abandon the socket.cc patch

And let the user intercept traffic using TunProxy (Android) or Potatso (iOS). The previous engines take too long to recompile (and don't need to), but the new versions will compile as they should.

Impact-I avatar Nov 05 '24 12:11 Impact-I

@Impact-I, well noted. Will make the changes.

jayluxferro avatar Nov 05 '24 13:11 jayluxferro