emanuele-f/pcapdroid

No-root network monitor, firewall and PCAP dumper for Android

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 1 hour ago
Added to GitGenius on September 14th, 2026
Created on January 6th, 2020
Open Issues & Pull Requests: 42 (+0)
GitHub issues: Enabled
Number of forks: 545
Total Stargazers: 4,778 (+2)
Total Subscribers: 64 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 8.8 hours
Mean response time: 74.2 days
90th percentile: 238.0 days
Tracked items: 140

Most active contributors

Sign in to see contributor activity.

How this project is maintained

About 6% of issues opened in the past year have never received a reply. 76% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "question" is answered fastest, typically in about 3 hours, while "enhancement" waits about 7 days. 82% of issues opened in the past year have been closed, leaving a working backlog. Three people close 89% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 21
New in 7 days: 6
Closed in 7 days: 2
Avg open age: 568 days
Stale 30+ days: 15
Stale 90+ days: 11

Recent activity

Opened in 7 days: 6
Closed in 7 days: 2
Comments in 7 days: 7
Events in 7 days: 14

Top labels

  • enhancement (55)
  • question (32)
  • to be confirmed (9)
  • bug (8)
  • help wanted (5)
  • wontfix (2)
  • documentation (1)

Detailed Description

PCAPdroid is a no-root network monitor and packet capture tool for Android that allows users to track, analyze, and block app connections without requiring device root access.

The tool solves the problem of monitoring network traffic on Android by simulating a VPN interface to intercept packets locally on the device, avoiding the need for root privileges or remote VPN servers. It captures traffic from both user and system applications, logging connection details and data usage per app. The captured data can be exported as PCAP files with app metadata, analyzed in real time via PCAP-over-IP streaming to tools like Wireshark, or inspected directly within the app. The tool can decrypt HTTPS and TLS traffic to extract URLs and SSL key logs, inspect individual HTTP requests and responses, and perform offline geolocation and ASN lookups on remote servers.

PCAPdroid suits developers, security researchers, and privacy-conscious users who need to audit app behavior on their own devices. It is particularly valuable for analyzing network activity without modifying system configuration or installing a separate VPN service. The free version provides comprehensive traffic logging, PCAP export, TLS decryption, and HTTP inspection. Paid features add firewall capabilities to block specific apps, domains, or IP addresses; malware detection using third-party blacklists; and PCAPng format support for easier analysis of decrypted traffic. On rooted devices, the tool can capture traffic while other VPN applications are simultaneously active.

The project maintains active community engagement through translation contributions on a dedicated platform and accepts sponsorships to support ongoing development. Documentation is comprehensive, with a quick start guide and full user manual available on the project website. The tool is distributed through both F-Droid and Google Play, with a beta repository available for testing unreleased features.