← Back to feed
Threat Actors & CampaignsEmerging1 sourceOct 14, 2021 · 07:10via Embrace The Red (AI agent security)

Offensive BPF: Sniffing Firefox traffic with bpftrace

Brief

This post is part of a series about Offensive BPF that I’m working on to learn how BPFs use will impact offensive security, malware, and detection engineering.

Click the “ebpf” tag to see all relevant posts.

One of the issues I ran into when trying out sslsniff-bpfcc was that it did not work with Firefox or Chrome traffic.

This post is about me learning how to hook user space APIs with bpftrace using uprobes.

Read more on Embrace The Red (AI agent security)