一聚教程网:一个值得你收藏的教程网站

最新下载

热门教程

mysql udf.dll提权入侵.bat文件

时间:2011-12-03 编辑:简简单单 来源:一聚教程网

 代码如下 复制代码


net stop mysql
del %SystemRoot%system32udf.dll /A/F/Q
del %SystemRoot%udf.dll /A/F/Q
del %SystemRoot%tempudf.dll /A/F/Q
dir %SystemRoot%system32com > %SystemRoot%system32udf.dll
dir %SystemRoot%system32com > %SystemRoot%udf.dll
dir %SystemRoot%system32com > %SystemRoot%tempudf.dll
attrib +R +S +H %SystemRoot%system32udf.dll
attrib +R +S +H %SystemRoot%udf.dll
attrib +R +S +H %SystemRoot%tempudf.dll

cscript.exe xcacls.vbs "%SystemRoot%system32udf.dll" /D Everyone:M /E
cscript.exe xcacls.vbs "%SystemRoot%udf.dll" /D Everyone:M /E
cscript.exe xcacls.vbs "%SystemRoot%tempudf.dll" /D Everyone:M /E

del %SystemRoot%system32langouster_udf.dll /A/F/Q
del %SystemRoot%langouster_udf.dll /A/F/Q
del %SystemRoot%templangouster_udf.dll /A/F/Q
dir %SystemRoot%system32com > %SystemRoot%system32langouster_udf.dll
dir %SystemRoot%system32com > %SystemRoot%langouster_udf.dll
dir %SystemRoot%system32com > %SystemRoot%templangouster_udf.dll
attrib +R +S +H %SystemRoot%system32langouster_udf.dll
attrib +R +S +H %SystemRoot%langouster_udf.dll
attrib +R +S +H %SystemRoot%templangouster_udf.dll
cscript.exe xcacls.vbs "%SystemRoot%system32langouster_udf.dll" /D Everyone:M /E
cscript.exe xcacls.vbs "%SystemRoot%langouster_udf.dll" /D Everyone:M /E
cscript.exe xcacls.vbs "%SystemRoot%templangouster_udf.dll" /D Everyone:M /E
net start mysql

热门栏目