Updated compilation commands for tc program

This commit is contained in:
h3xduck
2022-07-06 10:50:50 -04:00
parent abcc84f6bb
commit 8a6f35a6b9

View File

@@ -85,7 +85,7 @@ Once the rootkit files are generated under src/bin/, the *tc.o* and *kit* progra
``` ```
// TC egress program // TC egress program
sudo tc qdisc add dev enp0s3 clsact 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 // Libbpf-powered rootkit
sudo ./bin/kit -t enp0s3 sudo ./bin/kit -t enp0s3
``` ```