Updated readme with new PoC

This commit is contained in:
h3xduck
2022-01-16 07:03:07 -05:00
parent 3832d99af1
commit e10f5183b3

View File

@@ -22,3 +22,10 @@ echo -n "XDP_PoC_0" | nc 127.0.0.1 9000
cd src/client
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
```