We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c7e20c commit e6e1dd1Copy full SHA for e6e1dd1
1 file changed
READHOOK.md
@@ -8,8 +8,8 @@
8
### (2) We'll need curl and wget
9
apk update && apk add curl wget ca-certificates && update-ca-certificates
10
### (2) Get readhook components
11
- wget -q -O /tmp/basehook.so https://github.com/polyverse/readhook/releases/download/v1.1.0/basehook.so
12
- wget -q -O /tmp/fullhook.so https://github.com/polyverse/readhook/releases/download/v1.1.0/fullhook.so
+ wget -q -O /tmp/basehook.so https://github.com/polyverse/readhook/releases/download/v1.1.1/basehook.so
+ wget -q -O /tmp/fullhook.so https://github.com/polyverse/readhook/releases/download/v1.1.1/fullhook.so
13
### (2) Start nc with readhook in front of libc
14
LD_PRELOAD="/tmp/fullhook.so /tmp/basehook.so" nc -l -p 8080 -e /bin/cat
15
## Generate Shell-Code and Perform Exploit
0 commit comments