mysql udf.dll提权入侵.bat文件
发布:smiling 来源: PHP粉丝网 添加日期:2014-10-15 10:30:53 浏览: 评论:0
本文章只有告诉各位朋友关于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 --phpfensi.com
- cscript.exe xcacls.vbs "%SystemRoot%templangouster_udf.dll" /D Everyone:M /E
- net start mysql
Tags: udf dll 入侵 bat文件
相关文章
- ·mysql提示 Can't open shared library 'udf.dll'解决办法(2014-10-02)
- ·mysql提示:未发现可用的libmysql.dll问题解决办法(2014-09-29)
- ·数据库系统防黑客入侵技术综述(2013-11-11)
推荐文章
热门文章
最新评论文章
- 写给考虑创业的年轻程序员(10)
- PHP新手上路(一)(7)
- 惹恼程序员的十件事(5)
- PHP邮件发送例子,已测试成功(5)
- 致初学者:PHP比ASP优秀的七个理由(4)
- PHP会被淘汰吗?(4)
- PHP新手上路(四)(4)
- 如何去学习PHP?(2)
- 简单入门级php分页代码(2)
- php中邮箱email 电话等格式的验证(2)