Skip to content

Commit e6e1dd1

Browse files
author
rsundahl
committed
Initial check-in of v1.1.1.
1 parent 1c7e20c commit e6e1dd1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

READHOOK.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
### (2) We'll need curl and wget
99
apk update && apk add curl wget ca-certificates && update-ca-certificates
1010
### (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
11+
wget -q -O /tmp/basehook.so https://github.com/polyverse/readhook/releases/download/v1.1.1/basehook.so
12+
wget -q -O /tmp/fullhook.so https://github.com/polyverse/readhook/releases/download/v1.1.1/fullhook.so
1313
### (2) Start nc with readhook in front of libc
1414
LD_PRELOAD="/tmp/fullhook.so /tmp/basehook.so" nc -l -p 8080 -e /bin/cat
1515
## Generate Shell-Code and Perform Exploit

0 commit comments

Comments
 (0)