File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ apt-get update -y && apt-get install -y curl netcat socat wget
2424```
2525### (2) Get readhook components
2626```
27- wget -q -O /tmp/basehook.so https://github.com/polyverse/readhook/releases/download/v1.2.1 /basehook.so
28- wget -q -O /tmp/fullhook.so https://github.com/polyverse/readhook/releases/download/v1.2.1 /fullhook.so
27+ wget -q -O /tmp/basehook.so https://github.com/polyverse/readhook/releases/download/v1.2.2 /basehook.so
28+ wget -q -O /tmp/fullhook.so https://github.com/polyverse/readhook/releases/download/v1.2.2 /fullhook.so
2929```
3030### (2) Start socat with readhook in front of libc
3131socat -T600 TCP4-LISTEN:8080,reuseaddr SYSTEM:"/usr/bin/env LD_PRELOAD='/tmp/fullhook.so:/tmp/basehook.so' /bin/cat"
You can’t perform that action at this time.
0 commit comments