程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 數據庫知識 >> MYSQL數據庫 >> MySQL綜合教程 >> mysql udf.dll提權入侵.bat文件

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

編輯:MySQL綜合教程

本文章只有告訴各位朋友關於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

  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved