From 9ab206fd31df7ca6b6ea5672aea85ddd6471f801 Mon Sep 17 00:00:00 2001 From: Emanuele Faranda Date: Sat, 26 Oct 2019 13:18:43 +0200 Subject: [PATCH] Update README.md --- README.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 750a2497..b3a817ff 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,15 @@ # Remote Capture -Capture traffic on Android devices and send the PCAP via UDP. No root privileges required. +Remote Capture captures the android apps traffic to analyze it remotely (e.g. via Wireshark). The traffic is sent live via an UDP socket and can be easily captured remotely with: + + Features: - - Capture DNS traffic - - Only capture traffic of a specific APP - -TODO: - - - ICMP support - - App icon and layout +- Capture apps traffic without root +- Send captured traffic via UDP +- Show captured traffic realtime statistics +- Apply a filter to only capture traffic for the selected app ## Receiving the PCAP