Skip to content

Commit

Permalink
Initial check-in of v1.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
rsundahl committed Feb 19, 2018
1 parent 1c7e20c commit e6e1dd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions READHOOK.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
### (2) We'll need curl and wget
apk update && apk add curl wget ca-certificates && update-ca-certificates
### (2) Get readhook components
wget -q -O /tmp/basehook.so https://github.com/polyverse/readhook/releases/download/v1.1.0/basehook.so
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
### (2) Start nc with readhook in front of libc
LD_PRELOAD="/tmp/fullhook.so /tmp/basehook.so" nc -l -p 8080 -e /bin/cat
## Generate Shell-Code and Perform Exploit
Expand Down

0 comments on commit e6e1dd1

Please sign in to comment.