This commit is contained in:
h3xduck
2022-06-25 12:11:06 -04:00

View File

@@ -1,4 +1,7 @@
# TripleCross # TripleCross
Instructions soon!
For now, you can read the paper at docs/ebpf_offensive_rootkit
<!---
## Build and run ## Build and run
```bash ```bash
cd src cd src
@@ -29,3 +32,4 @@ sudo ./injector -S 127.0.0.1
echo "This won't be seen" > /tmp/txt.txt echo "This won't be seen" > /tmp/txt.txt
cat /tmp/txt.txt cat /tmp/txt.txt
``` ```
---!>