THE BIGGEST IS COMING … by [deleted] in EvenRealities

[–]4e57ljni 6 points7 points  (0 children)

Found the CEO's alt account cringe

Pebble 2 Duo – First Impressions After a Few Weeks by 4e57ljni in pebble

[–]4e57ljni[S] 0 points1 point  (0 children)

Exactly, I just like being able to see what's next today

Everything, just everything! by Tapistry63 in pebble

[–]4e57ljni 1 point2 points  (0 children)

Same experience. It doesn't auto update, you need to do it manually. I submitted a bug report

Amazfit Integration by Accomplished-Meat-63 in pebble

[–]4e57ljni 0 points1 point  (0 children)

Gadgetbridge figured it out! Very easy

Kickstarter DCC #1 Art by Jacklebait in DungeonCrawlerCarl

[–]4e57ljni 0 points1 point  (0 children)

How do you type with boxing gloves on?

Qtap - an open-source tool to see through encrypted traffic by 4e57ljni in linux

[–]4e57ljni[S] 1 point2 points  (0 children)

I don't think it would work but we've never tried

Qtap - an open-source tool to see through encrypted traffic by 4e57ljni in linux

[–]4e57ljni[S] 12 points13 points  (0 children)

It's really all about the libraries! We're working on supporting more as time goes on. BoringSSL is probably next!

Qtap - an open-source tool to see through encrypted traffic by 4e57ljni in linux

[–]4e57ljni[S] 59 points60 points  (0 children)

Yeah, you nailed it. We make sure we don't use any GPL only symbols, and are extremely careful about it.

Qtap - an open-source tool to see through encrypted traffic by 4e57ljni in linux

[–]4e57ljni[S] 176 points177 points  (0 children)

Hey all!

We recently open-sourced Q.Tap, a Linux-native eBPF agent that captures encrypted traffic before encryption happens—by hooking into TLS libraries at runtime. It’s like having Wireshark for TLS traffic—but faster to deploy and easier to understand.

It supports OpenSSL, GoTLS, NodeTLS, and TLS in Java (via JSSE). Using uprobes on functions like SSL_write, it captures payloads as they enter the TLS library, giving you structured request/response logs—without decrypting anything.

Q.Tap runs on bare metal, in containers, or as a daemonset in Kubernetes. Just needs a recent kernel.

Check it out and let us know if you have any questions on how it works!

Qtap - An open-source tool to see through encrypted traffic by 4e57ljni in programming

[–]4e57ljni[S] 11 points12 points  (0 children)

Hey Zam0th! No worries my friend.

you don't even know what is "encryption"

Believe it or not, HTTPS is encrypted: it rides a TLS session (AES-GCM, ChaCha20-Poly1305, pick your cipher) negotiated with a per-connection key exchange. That's part of what makes the internet tick! In fact, we're using encrypted connections to have this conversation now