-
Notifications
You must be signed in to change notification settings - Fork 299
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
no network connection in specific app when using PCAPDroid #423
Comments
What do you see in the PCAPdroid connections tab for the app? Any errors? Does that app use a vpn? Are you using the root or non-root capture? Please attach the pcapdroid App log from the left drawer |
When I first started the app and went trough the welcome tutorial of the app I had connections displayed (firebase, usercentric, ...) Restarting the tested app I occasionally get some connections displayed in PCAPDroid. It's a non root capture with PCAPDroids VPN. As soon as this VPN is deactivated the app has access to the internet again. PCAPDroid Log:
|
Installed netguard now to test another vpn and it works with netguard vpn activated. Switiching back to PCAPDroid it doesn't work anymore. |
That's weird, maybe a dns issue. Try to turn off Use system DNS under the the pcapdroid cog icon. If you still have the issue, please share the "Build info", which you can find in the pcapdroid About page, in the top bar |
@techware01 any news? |
Hey @emanuele-f, Build info PCAPDroid:
|
This could be related to caching happening on the flutter app. Please try the following:
Hope this helps |
Hey, |
Can you try with the root capture? The root capture will exclude any VPNService routing/limitation, so you will get exactly the packets as seen on the network interface. If you still don't see any packets, then it mean the app is not generating any traffic |
same error with root (specific application) for some reason it seems to work if there is already a connection in between (e.g. a game) In my case, when I try to open the game with pcap enabled and with tls decryption active, I get error, I have to disable pcap, start the game and already inside the game start the packet analysis (in my case without vpn). |
@IlluminatiWave tls decryption will break the app connections unless you use some tools to make it trust the mitm certificate (also certoficate pinning could be in place). Check out the pcapdroid manual for more details. Are you the same person who created this task? |
No, I am not the author (but the problem seemed similar in principle and I didn't want to create a duplicate issue), but looking at the logs it says “sslv3 alert certificate unknown”, so this is a mitmproxy problem, not a Pcapdroid problem. Sorry for the confusion. |
Tested it again on a physical Pixel 7 with Android 13 both with VPN and root mode and there it works. Have to try out the emulator later again. Maybe it's a problem in older Android versions. |
PCAPdroid works fine on Android 9, may be some interaction of the VPN-service implementation on your device and the specific app you are targeting |
Hi,
first of all thanks for this awesome app! It has been very useful for capturing specific app traffic and decrypting it using friTap.
I got the issue when testing the app notebooksbilliger, that it has no internet connection with PCAPDroid traffic recording activated (both with app filter and without). Other apps are working though.
PCAPDroid version: v1.7.0
Notebookbilliger version: 4.24.1
Device: Android Emulator - Android 9 - Samsung Galaxy S10
Any ideas what could be the issue here?
The text was updated successfully, but these errors were encountered: