Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 403 Bytes

File metadata and controls

24 lines (16 loc) · 403 Bytes

Terminate Malicious Processes Using bpf_send_signal

Compile:

make

Usage:

sudo ./bpfdos

This program sends a SIG_KILL signal to any program that tries to use the ptrace system call, such as strace. Once bpf-dos starts running, you can test it by running the following command:

strace /bin/whoami

References