mirror of
https://github.com/h3xduck/TripleCross.git
synced 2025-12-21 01:03:08 +08:00
Updated readme with new PoC
This commit is contained in:
@@ -22,3 +22,10 @@ echo -n "XDP_PoC_0" | nc 127.0.0.1 9000
|
|||||||
cd src/client
|
cd src/client
|
||||||
sudo ./injector -S 127.0.0.1
|
sudo ./injector -S 127.0.0.1
|
||||||
```
|
```
|
||||||
|
|
||||||
|
------------------
|
||||||
|
## PoC 1 - Modifying arguments of read syscalls
|
||||||
|
```bash
|
||||||
|
echo "This won't be seen" > /tmp/txt.txt
|
||||||
|
cat /tmp/txt.txt
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user