Skip to content

hackerschoice/bpfhacks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

eBPF tools

A (short) collecton of eBPF enabled tools (needs root privileges to run);

Prerequisite: Install the latest bpftrace tool:

curl -o bpftrace -fsSL https://github.com/iovisor/bpftrace/releases/latest/download/bpftrace
chmod 755 bpftrace

Sniff all ssh/login/xterm session:

This tools records all PTY sessions and sniffs all ssh/sudo/su passwords of all users.

./bpftrace -B none ptysnoop.bt

Releases

No releases published

Packages

No packages published