TCP 3306: MySQL
Last updated
Last updated
MySQL is an open-source relational database management system. Its name is a combination of "My", the name of co-founder Michael Widenius's daughter, and "SQL", the abbreviation for Structured Query Language.
--
Remote
Check permissions
Show "env"
Read file from file system
Run C code and allows basically everything (system calls, etc.)
https://0xdeadbeef.info/exploits/raptor_udf2.c
Access the database service and select the database to use.
Copy/create the raptor_udf2.so in the directory specified in the plugin_dir variable.
Create the User Defined Function.
Test that the UDF works correctly.