Update README.md

This commit is contained in:
Emanuele Faranda 2021-08-20 11:27:16 +02:00 committed by GitHub
parent da104652bb
commit 4241ea1e87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ Features:
- Apply a filter to only capture the traffic of the selected app
- Easily download a PCAP file of the traffic thanks to the integrated HTTP server
- Stream the PCAP to a remote receiver for further analysis (e.g. wireshark)
- Decrypt HTTPS/TLS traffic via a remote mitmproxy
- [Decrypt HTTPS/TLS](https://emanuele-f.github.io/PCAPdroid/tls_decryption) traffic via a remote mitmproxy
- On rooted devices, it can capture the packets while other VPN apps are running
**Important**: the PCAP generated by PCAPdroid is not 100% accurate. Check out [PCAP Reliability](https://emanuele-f.github.io/PCAPdroid/quick_start#14-pcap-reliability) for more details.
@ -33,6 +33,12 @@ PCAPdroid leverages the Android VpnService to receive all the traffic generated
Check out the [quick start instructions](https://emanuele-f.github.io/PCAPdroid/quick_start) or the full [User Guide](https://emanuele-f.github.io/PCAPdroid).
## Sponsors
The PCAPdroid project is sponsored by [AVEQ GmbH](https://aveq.info).
If you are a business and want to sponsor this project, you can [reach me via email](mailto:black.silver@hotmail.it?subject=PCAPdroid%20sponsorship).
## Community
You can help the PCAPdroid project in many ways:
@ -47,14 +53,6 @@ You can help the PCAPdroid project in many ways:
You can reach the PCAPdroid community on the [telegram group](https://t.me/PCAPdroid).
## What is the netd app
Many applications rely on the Android DNS resolution service `netd` in order to resolve names. In such cases PCAPdroid will be unable to determine the originating app and will instead mark the connection with a question mark. Nevertheless, unless [root capture](https://emanuele-f.github.io/PCAPdroid/advanced_features#44-root-capture) is enabled, it will properly capture the selected app DNS traffic when an app filter is set.
## Decrypting HTTPS/TLS Traffic
PCAPdroid supports decrypting TLS traffic by sending it to mitmproxy. Check out the [User Guide](https://emanuele-f.github.io/PCAPdroid/tls_decryption) for more details.
## Third Party
- [zdtun](https://github.com/emanuele-f/zdtun): TCP/UDP/ICMP connections proxy