Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
nastarfan opened this issue Oct 25, 2024 · 3 comments
Open
Assignees
Labels
enhancement New feature or request

Comments

@nastarfan
Copy link

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)

@jayluxferro
Copy link
Collaborator

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

@Impact-I
Copy link
Owner

Impact-I commented Nov 5, 2024

@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.

@jayluxferro
Copy link
Collaborator

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

@jayluxferro jayluxferro self-assigned this Nov 5, 2024
@jayluxferro jayluxferro added the enhancement New feature or request label Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants