From 8a6f35a6b970cf5e752173da4d8ef398b04e7420 Mon Sep 17 00:00:00 2001 From: h3xduck Date: Wed, 6 Jul 2022 10:50:50 -0400 Subject: [PATCH] Updated compilation commands for tc program --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e9fdfb0..3ffe4ea 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ Once the rootkit files are generated under src/bin/, the *tc.o* and *kit* progra ``` // TC egress program sudo tc qdisc add dev enp0s3 clsact -sudo tc filter add dev enp0s3 egress bpf direct - action obj bin/tc.o sec classifier/egress +sudo tc filter add dev enp0s3 egress bpf direct-action obj bin/tc.o sec classifier/egress // Libbpf-powered rootkit sudo ./bin/kit -t enp0s3 ```