Skip to content

scottgerring/ebpf-openssl-adventure

Repository files navigation

eBPF User Probes Demo - OpenSSL Interception

This is a simple demo showing how to use eBPF uprobes and uretprobes to grab data from applications using OpenSSL before it is encrypted, and after it is decrypted.

This lets us see application traffic without having to setup a man-in-the-middle proxy, and dealing with the associated certificate mess.

You can read more about how this was built here.

Usage

This is Linux only, of course. Once you have an environment setup that can run ebpf-go, you're good to go!

go generate
go build
sudo ./ebpf-go

demo

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published