PCAPdroid
PCAPdroid copied to clipboard
No-root network monitor, firewall and PCAP dumper for Android
Device: Samsung A23 5G Status: rooted Hi, I have been testing PCAPdroid with various VPN apps. I have been using adb to start and stop capture through the app api...
Hallo and thanks for this wonderful app, which is nice to see which apps are sending data to some servers. Now I have AFWall+ installed and f.e. blocked Microsoft Swiftkey...
Hello - It would be a great feature to support CIDR range block and add option to import CIDR from txt file.
If the always-on VPN is activated after PCAPdroid is running, it is not detected and the user can still stop the capture via the stop button. This should be fixed
Currently PCAPdroid releases are bound to a specific PCAPdroid-mitm version. Most often this is unnecessary, as an incompatibility only occurs if the mitm addon API changes. This could be handled...
I may be blind, but didn't find an easy way to save the http or decrypted https response body. I have to choose all and share it to another text...
The current implementation of the full payload option is quite limiting, as it's almost "all or nothing". With the introduction of the decryption rules, since the TLS decryption can now...
Using HashSet is not appropriate for small sets like the one used in VpnExemptionsActivity, AppsTogglesAdapter, etc, as it wastes ram. An ArraySet or similar should be used instead. Note: ArraySet...
At least when I tried that instead of the `udp_listener.py | wireshark -` approach (which isn't possible on Windows (I know, but my work PC needs to be Windows against...
CA was great for MITM but the new way to decrypt TLS1.3 is your SSLKEYLOGFILE, and now that all devices/servers do TLS1.3 as standard MITM seems to have stopped working....