Subtrace Alternatives
Similar projects and alternatives to subtrace
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
coroot
Coroot is an open-source observability and APM tool with AI-powered Root Cause Analysis. It combines metrics, logs, traces, continuous profiling, and SLO-based alerting with predefined dashboards and inspections.
-
-
ecapture
Capturing SSL/TLS plaintext without a CA certificate using eBPF. Supported on Linux/Android kernels for amd64/arm64.
-
-
-
-
-
-
-
tunl
Discontinued Tunl - the open-source developer platform for: Inspect incoming traffic, debug callback's and WebHook's, show localhost without deploy (by black40x)
-
subtrace discussion
subtrace reviews and mentions
- Show HN: Subtrace – Wireshark for Docker Containers
-
Httptap: View HTTP/HTTPS requests made by any Linux program
Using a TUN device for this is a really cool idea! And the "How it was made" section is one of the best things I've read in a Github README.
I'm building something called Subtrace [1] but it can intercept both incoming and outgoing requests. It looks like we converged on the same interface for starting the program too lol [2].
Subtrace's purpose is kinda different from httptap's though (we're more observability / monitoring for cloud backend services). Subtrace uses a different approach instead of a TUN device -- using Seccomp BPF to intercept the socket(2), connect(2), listen(2), and other related syscalls, all TCP connections get proxied through Subtrace. To show your backend requests, we repurposed the Chrome DevTools Network tab to work in the browser like any other app. The automatic TLS interception is very similar to httptap tho :)
[1] https://github.com/subtrace/subtrace
Stats
subtrace/subtrace is an open source project licensed under BSD 3-clause "New" or "Revised" License which is an OSI approved license.
The primary programming language of subtrace is Go.