From 3f8a751f2893aa9cfcb84c96e2e0692cbd7e9541 Mon Sep 17 00:00:00 2001 From: Offensive Security Date: Sun, 7 Jul 2019 05:01:58 +0000 Subject: [PATCH] DB: 2019-07-07 1 changes to exploits/shellcodes --- exploits/linux/local/1518.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exploits/linux/local/1518.c b/exploits/linux/local/1518.c index 21c2d333c..b5eaf678d 100644 --- a/exploits/linux/local/1518.c +++ b/exploits/linux/local/1518.c @@ -29,7 +29,7 @@ * $ id * uid=500(raptor) gid=500(raptor) groups=500(raptor) * $ gcc -g -c raptor_udf2.c - * $ gcc -g -shared -W1,-soname,raptor_udf2.so -o raptor_udf2.so raptor_udf2.o -lc + * $ gcc -g -shared -Wl,-soname,raptor_udf2.so -o raptor_udf2.so raptor_udf2.o -lc * $ mysql -u root -p * Enter password: * [...]