monasticacademy/httptap

View HTTP/HTTPS requests made by any Linux program

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 2 minutes ago
Added to GitGenius on September 16th, 2026
Created on October 15th, 2024
Open Issues & Pull Requests: 13 (+0)
GitHub issues: Enabled
Number of forks: 65
Total Stargazers: 4,181 (+0)
Total Subscribers: 10 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 2.2 hours
Mean response time: 2.5 days
90th percentile: 11.2 days
Tracked items: 26

Most active contributors

Sign in to see contributor activity.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 12
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 540 days
Stale 30+ days: 12
Stale 90+ days: 12

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

httptap is a network inspection tool that captures and displays HTTP and HTTPS requests made by any Linux program.

The tool solves the problem of observing network traffic from applications without modifying their code or configuration. It works by intercepting network calls at the system level, allowing developers to see what HTTP requests their programs are making in real time. This approach is particularly useful for debugging, auditing, or understanding the behavior of third-party binaries and closed-source applications.

httptap suits developers who need to inspect network activity from arbitrary Linux programs without access to source code or the ability to add logging instrumentation. It is valuable for reverse-engineering application behavior, troubleshooting unexpected network calls, or verifying that applications are communicating with expected endpoints. The tool is most applicable in development and debugging workflows rather than production monitoring.

The project shows active maintenance with regular commits addressing bug fixes and feature improvements. Development activity includes responsiveness to reported issues and incremental refinement of the core interception mechanism. The codebase demonstrates attention to edge cases in network handling and compatibility with different Linux environments.