Skip to content

Releases: aojea/netkat

improve validation

16 Jul 17:03
Compare
Choose a tag to compare
  • detect minimum kernel version
  • detect only the required capabilities
  • automatically bump the rlimit to load the ebpf program

docker pull aojea/netkat:0.1.1

The basics

04 Jun 16:03
Compare
Choose a tag to compare

Connect mode works in both UDP and TCP
Listen mode works only in TCP

docker image aojea/netkat:0.1.0

hello world

02 Jun 17:00
Compare
Choose a tag to compare

Client TCP connect mode only.

Dockerfile aojea/netkat:0.0.1


                    ┌─────────┐                  ┌─────────────┐
┌───────┐           │         │                  │             │
│netkat ├───────────┼─────────┼──────────────────►             │
└───────┘           ├─────────┤                  │             │
                    │         │                  │             │
                    │         │                  │             │
                    ├─────────┤                  │             │
 ┌───────┐          │         │                  │             │
 │  nc   ├──────────►         │                  │             │
 └───────┘          ┌─────────┤                  │             │
                    │         │                  └─────────────┘
                    │         │
                    └─────────┘