Is there a way, on a non-rooted Android device, to see a list of what apps are listening on what port? Or even a way to see if an app is listening on a specific port?
Tell me more
×
Android Enthusiasts Stack Exchange is a question and answer site for
enthusiasts and power users of the Android operating system. It's 100% free, no registration required.
|
|
I was able to see which app had an open port using standard linux knowledge. Install shell@android:/ $ cat /proc/net/tcp The important stuff above is:
You can map the uid list to apps via How to know app name by UID |
||||
|
|