mirror of
https://github.com/h3xduck/TripleCross.git
synced 2025-12-19 00:03:08 +08:00
Updated compilation commands for tc program
This commit is contained in:
@@ -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
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user