DB: 2019-07-07

1 changes to exploits/shellcodes
This commit is contained in:
Offensive Security 2019-07-07 05:01:58 +00:00
parent 70a1295bcf
commit 3f8a751f28

View file

@ -29,7 +29,7 @@
* $ id * $ id
* uid=500(raptor) gid=500(raptor) groups=500(raptor) * uid=500(raptor) gid=500(raptor) groups=500(raptor)
* $ gcc -g -c raptor_udf2.c * $ 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 * $ mysql -u root -p
* Enter password: * Enter password:
* [...] * [...]