2025-05-08 12:49:00
github.com
An eBPF agent that captures traffic flowing through the Linux kernel. By attaching to TLS/SSL functions, data is intercepted before and after encryption and then passed to flexible plugins with full visibility along with all of the available context – process/container/host/user/protocol/etc. Qtap makes it possible to understand what’s happening with your egress traffic, without modifying apps, installing proxies, or managing certs.
Qtap shows you exactly what data is being sent and received in its original, unencrypted form while operating out-of-band with minimal overhead, without adding latency or disrupting application performance.
Qtap can augment your existing observability piplines or can be used as a foundational component for a custom solution, like Qpoint, in a variety of ways, including:
- Security auditing – Security professionals can verify sensitive data isn’t being unintentionally exposed in network communications.
- Debugging network issues – When APIs return errors or connections fail, seeing the actual data being sent helps identify misconfigured parameters, malformed requests, or unexpected responses.
- API development – Developers can verify their applications are sending correctly formatted requests and properly handling responses without modifying code.
- Troubleshooting third-party integrations – When integrating with external services, Qtap helps confirm what data is actually being exchanged versus what documentation claims.
- Learning and exploration – Understanding how protocols actually work by observing real traffic between applications and services.
- Legacy system investigation – When working with poorly documented or legacy systems, Qtap provides insights into how they communicate without requiring source code access.
- Validation testing – Confirming that application changes don’t unexpectedly alter network communication patterns.
For more information see the “How It Works” section of our website.
Want to give Qtap a test run? Spin up a temporary instance in Demo mode! See the traffic in real time right in your terminal.
# Run Qtap in demo mode
$ curl -s https://get.qpoint.io/demo | sudo sh
Or install and start running right away!
# Install the Qtap agent
$ curl -s https://get.qpoint.io/install | sudo sh
# Run with defaults!
$ sudo qtap
Converse with Qpoint devs and the contributors in Github Discussions.
- Linux with Kernel 5.10+ with BPF Type Format (BTF) enabled. You can check if your kernel has BTF enabled by verifying if
/sys/kernel/btf/vmlinux
exists on your system. - eBPF enabled on the host.
- Elevated permissions on the host or within the Docker container running the agent:
- on host run with
sudo
- within docker it’s best to run with
CAP_BPF
, host pids, and privileged. For example:
docker run \ --user 0:0 \ --privileged \ --cap-add CAP_BPF \ --cap-add CAP_SYS_ADMIN \ --pid=host \ --network=host \ -v /sys:/sys \ --ulimit=memlock=-1 \ us-docker.pkg.dev/qpoint-edge/public/qpoint:v0 \ tap \ --log-level=info
- on host run with
- linux (kernel 5.8+)
- MacOS developers at Qpoint have enjoyed using Lima as a quick, easy linux VM for development.
- go1.24+
- make
- clang14
- clang-tidy (optional/recommended)
$ git clone https://github.com/qpoint-io/qtap.git
$ cd agent/
$ make build
These are the most commonly used targets by Qpoint devs:
build
– generates the eBPF binaries and builds the Go applicationgenerate
– generates the eBPF binariesrun
– runs a debug instance of the Qtapci
– runs all of the ci checks (nice to use before pushing code)
This project is currently in early development. We’re excited to share our work with the community and welcome your feedback! While we’re actively improving things, please note that:
- Some APIs may change as we refine our approach
- Documentation might be incomplete in places
- There may be rough edges we haven’t smoothed out yet
We welcome contributions through GitHub issues and appreciate your understanding that we’re a small team balancing multiple priorities. We value constructive feedback that helps us make this project better.
Thank you for checking out our work!
By submitting contributions to this project, you agree to the Contributor License Agreement. This agreement allows us to include your contributions in both the open source and commercial versions.
This project is dual-licensed under AGPLv3.0 (for open source use) and a commercial license (for commercial use).
Keep your files stored safely and securely with the SanDisk 2TB Extreme Portable SSD. With over 69,505 ratings and an impressive 4.6 out of 5 stars, this product has been purchased over 8K+ times in the past month. At only $129.99, this Amazon’s Choice product is a must-have for secure file storage.
Help keep private content private with the included password protection featuring 256-bit AES hardware encryption. Order now for just $129.99 on Amazon!
Help Power Techcratic’s Future – Scan To Support
If Techcratic’s content and insights have helped you, consider giving back by supporting the platform with crypto. Every contribution makes a difference, whether it’s for high-quality content, server maintenance, or future updates. Techcratic is constantly evolving, and your support helps drive that progress.
As a solo operator who wears all the hats, creating content, managing the tech, and running the site, your support allows me to stay focused on delivering valuable resources. Your support keeps everything running smoothly and enables me to continue creating the content you love. I’m deeply grateful for your support, it truly means the world to me! Thank you!
BITCOIN bc1qlszw7elx2qahjwvaryh0tkgg8y68enw30gpvge Scan the QR code with your crypto wallet app |
DOGECOIN D64GwvvYQxFXYyan3oQCrmWfidf6T3JpBA Scan the QR code with your crypto wallet app |
ETHEREUM 0xe9BC980DF3d985730dA827996B43E4A62CCBAA7a Scan the QR code with your crypto wallet app |
Please read the Privacy and Security Disclaimer on how Techcratic handles your support.
Disclaimer: As an Amazon Associate, Techcratic may earn from qualifying purchases.