萬盛學電腦網

 萬盛學電腦網 >> 數據庫 >> mysql教程 >> mysql udf.dll提權入侵.bat文件

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

本文章只有告訴各位朋友關於mysql udf.dll提權入侵的一些文件操作, 各位可以根據這裡來配置安全哦,有需要的朋友可以看看。  代碼如下 復制代碼


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

copyright © 萬盛學電腦網 all rights reserved