Skip to content

An ebpf program that allows packets only on a specifc port

Notifications You must be signed in to change notification settings

s1ntaxe770r/packetpass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Packetpass

An ebpf program that allows packets only on a specifc port

usage

pip install bcc

start a small webserver

curl -o main.go https://raw.githubusercontent.com/s1ntaxe770r/pong-server/master/main.go && go build -o pong main.go && chmod +x pong; ./pong -port ":4040"

Without packetpass

without_pass

With packetpass

with_pass

About

An ebpf program that allows packets only on a specifc port

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published