<?xml version="1.0" encoding="gb2312"?>

<!-- RSS generated by oioj.net on 4/16/2004 ; 感谢LeXRus提供 RSS 2.0 文档; 此文件可自由使用，但请保留此行信息 --> 
<!-- Source download URL: http://blogger.org.cn/blog/rss2.asp       -->
<rss version="2.0">

<channel>
<title>heimajushi的博客</title>
<link>http://blogger.org.cn/blog/blog.asp?name=heimajushi</link>
<description>heimajushi的博客</description>
<copyright>blogger.org.cn</copyright>
<generator>W3CHINA Blog</generator>
<webMaster>webmaster@blogger.org.cn</webMaster>
<item>
<title><![CDATA[c# 中 获得前台运行进程窗口句柄及验证是否是想要监控的程序进程的另类方法]]></title>
<link>http://blogger.org.cn/blog/more.asp?name=heimajushi&amp;id=38120</link>
<author>heimajushi</author>
<pubDate>2008/7/27 9:45:36</pubDate>
<description><![CDATA[<P>&nbsp;&nbsp; 本人对API算是一个菜菜鸟，在C++调用API不算是一件难事，可是在C#中就相当麻烦。下面我就用一个简单的例子来介绍一种获得前台运行进程窗口句柄及验证是否是想要监控的程序进程的另类方法。其实就是我自己偷懒，没有详读API资料。</P>
<P>在API中user32.dl与窗口有关。</P>
<P>下面是源码你会发现很简单；</P>
<P>using System.Runtime.InteropServices;//与API相关<BR><BR><BR>using System.Diagnostics;//与进程相关</P>
<P>[DllImport("user32.dll")]</P>
<P>&nbsp;private static extern IntPtr GetForegroundWindow();//获得即获得前台窗口句柄</P>
<P>函数（）{</P>
<P>&nbsp;IntPtr ii = GetForegroundWindow();//获得即获得前台窗口句柄</P>
<P>&nbsp; Process p = new Process();//实例一个进程</P>
<P>&nbsp;p = Process.GetProcessesByName("msnmsgr")[0];//以msn为例，msnmsgr为进程名称<BR>&nbsp;&nbsp; IntPtr jk = p.MainWindowHandle;</P>
<P>&nbsp;&nbsp; if (ii == jk)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {</P>
<P>//加入你想要的动作&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</P>
<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }</P>
<P>}</P>
<P>&nbsp;</P>
<P>呵呵我是下班前赶出来的源程序，今天加班心情不好，原代码写得比较粗糙。希望各位见谅。而且还请精通API的大侠，给指点一下在C#中完全用API 获得这样的效果该怎么办。</P>
<P>&nbsp;&nbsp;&nbsp;&nbsp; 在API中可以通过findwindow(类名,窗口标题)得到窗口句柄。 用 GetWindowThreadProcessId获得进程id</P>
<P>有时间我把它也写一下，请大家指点一下。</P>
<P>以后我还会把我C#写的一个监控键盘和鼠标的程序发出来，请大家帮我改进一下。</P>]]></description>
</item><item>
<title><![CDATA[一种加密网页的解密方法]]></title>
<link>http://blogger.org.cn/blog/more.asp?name=heimajushi&amp;id=38022</link>
<author>heimajushi</author>
<pubDate>2008/7/23 16:03:12</pubDate>
<description><![CDATA[<P>我们看以下js源码（呵呵，由于大家都知道的原因只是给出部分）</P>
<P>&lt;script language=javascript&gt;var RWIP=function(a){return String.fromCharCode(a^15)};alert(RWIP(51)+RWIP(71)+RWIP(91)+RWIP(66)+RWIP(67)+RWIP(49)+RWIP(2)+RWIP(5)+RWIP(51)+RWIP(71)+RWIP(74)+RWIP(78)+RWIP(75)+RWIP(49)+RWIP(2)+RWIP(5)+RWIP(51)+RWIP(92)+RWIP(76)+RWIP(93)+RWIP(70)+RWIP(95)+RWIP(91)+RWIP(47)+RWIP(67)+RWIP(78)+RWIP(65)+RWIP(72)+RWIP(90)+RWIP(78)+RWIP(72)+RWIP(74)+RWIP(50)+RWIP(45)+RWIP(69)+RWIP(110)+RWIP(121)+RWIP(110)+RWIP(124)+RWIP(108)+RWIP(125)+RWIP(102)+RWIP(127)+RWIP(123)+RWIP(45)+RWIP(49)+RWIP(2)+RWIP(5)+RWIP(51)+RWIP(46)+RWIP(34)+RWIP(34)+RWIP(2)+RWIP(5)+RWIP(121)+RWIP(110)+RWIP(125)+RWIP(47)+RWIP(88)+RWIP(96)+RWIP(125)+RWIP(107)+RWIP(124)+RWIP(47)+RWIP(50)+RWIP(45)+RWIP(42)+RWIP(63)+RWIP(75)+RWIP(42)+RWIP(63)+RWIP(78)+RWIP(42)+RWIP(60)+RWIP(76)+RWIP(103)+RWIP(123)+RWIP(98)+RWIP(99)+RWIP(42)+RWIP(60)+RWIP(74)+RWIP(42)+RWIP(60)+RWIP(76)+RWIP(103)+RWIP(106)+RWIP(110)+RWIP(107)+RWIP(42)+RWIP(60)+RWIP(74)+RWIP(42)+RWIP(63)+RWIP(75)+RWIP(42)+RWIP(63)+RWIP(78)+RWIP(42)+RWIP(60)+RWIP(76)+RWIP(124)+RWIP(123)+RWIP(118)+RWIP(99)+RWIP(106)+RWIP(42)+RWIP(61)+RWIP(63)+RWIP(123)+RWIP(118)+RWIP(127)+RWIP(106)+RWIP(42)+RWIP(60)+RWIP(75)+RWIP(123)+RWIP(106)+RWIP(119)+RWIP(123)+RWIP(42)+RWIP(61)+RWIP(73)+RWIP(108)+RWIP(124)+RWIP(124)+RWIP(42)+RWIP(60)+RWIP(74)+RWIP(109)+RWIP(96)+RWIP(107)+RWIP(118)+RWIP(42)+RWIP(56)+RWIP(77)+RWIP(105)+RWIP(96)+RWIP(97)+RWIP(123)+RWIP(42)+RWIP(61)+RWIP(75)+RWIP(124)+RWIP(102)+RWIP(117)+RWIP(106)+RWIP(42)+RWIP(60)+RWIP(78)+RWIP(62)+RWIP(61)+RWIP(127)+RWIP(119)+RWIP(42)+RWIP(60)+RWIP(77)+RWIP(109)+RWIP(110)+RWIP(108)+RWIP(100)+RWIP(104)+RWIP(125)+RWIP(96)+RWIP(122)+RWIP(97)+RWIP(107)+RWIP(42)+RWIP(61)+RWIP(75)+RWIP(108)+RWIP(96)+RWIP(99)+RWIP(96)+RWIP(125)+RWIP(42)+RWIP(60)+RWIP(78)+RWIP(42)+RWIP(61)+RWIP(60)+RWIP(63)+RWIP(63)+RWIP(63)+RWIP(63)+RWIP(63)+RWIP(63)+RWIP(42)+RWIP(60)+RWIP(77)+RWIP(108)+RWIP(96)+RWIP(99)+RWIP(96)+RWIP(125)+RWIP(42)+RWIP(60)+RWIP(78)+RWIP(42)+RWIP(61)+RWIP(60)+RWIP(63)+RWIP(63)+RWIP(105)+RWIP(105)+RWIP(63)+RWIP(63)+RWIP(42)+RWIP(60)+RWIP(77)+RWIP(42)+RWIP(56)+RWIP(75)+RWIP(42)+RWIP(63)+RWIP(75)+RWIP(42)+RWIP(63)+RWIP(78)+RWIP(109)+RWIP(96)+RWIP(107)+RWIP(118)+RWIP(42)+RWIP(56)+RWIP(77)+RWIP(92)+RWIP(76)+RWIP(93)+RWIP(64)+RWIP(67)+RWIP(67)+RWIP(77)+RWIP(78)+RWIP(93)+RWIP(42)+RWIP(61)+RWIP(75)+RWIP(73)+RWIP(78)+RWIP(76)+RWIP(74)+RWIP(42)+RWIP(61)+RWIP(75)+RWIP(76))&lt;/script&gt;</P>
<P>从这段代码里很明显的可以看出加密原理就是用ascii码和15进行异或。</P>
<P>例如：</P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; TEXT-INDENT: 21pt; mso-char-indent-count: 2.0"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">例如：字母</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">H</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">的</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">ASCII</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">码为</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">72</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">，即二进制为</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">1001000</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">；它与</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">15</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">异或，即二进制为</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">1111</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">；</SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; TEXT-INDENT: 21pt; mso-char-indent-count: 2.0"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">结果为</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">1000111</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">，十进制为</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">71</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">，即字母转化为</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">G</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">。</SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; TEXT-INDENT: 21pt; mso-char-indent-count: 2.0"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">呵呵基本原理出来了那就好办了。</SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; TEXT-INDENT: 21pt; mso-char-indent-count: 2.0"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'"></SPAN>&nbsp;</P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; TEXT-INDENT: 21pt; mso-char-indent-count: 2.0"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">其实针对该类加密有个简单的方法就是把</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">document.write</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">替换为</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">alert</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">。就会看到解密后的源码。</SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; TEXT-INDENT: 21pt; mso-char-indent-count: 2.0"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">该（完整源码）源码采用了多次加密的方法，第一次解密后还用到了escape加密。其实无论怎么变化都是要浏览器解释执行的。<SPAN lang=EN-US><FONT face="Times New Roman">document.write</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">替换为</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">alert就是截取执行结果。</FONT></SPAN></SPAN></P>
<P>
<P>&nbsp;</P></P>]]></description>
</item><item>
<title><![CDATA[最近流行的恶意网页]]></title>
<link>http://blogger.org.cn/blog/more.asp?name=heimajushi&amp;id=37969</link>
<author>heimajushi</author>
<pubDate>2008/7/22 17:18:54</pubDate>
<description><![CDATA[<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; TEXT-INDENT: 21pt; TEXT-ALIGN: center; mso-char-indent-count: 2.0" align=center><SPAN lang=EN-US><?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p><FONT face="Times New Roman">&nbsp;</FONT></o:p></SPAN></P>
<DIV align=center>
<TABLE class=MsoNormalTable style="MARGIN: auto auto auto 4.65pt; WIDTH: 356pt; BORDER-COLLAPSE: collapse; mso-padding-alt: 0cm 5.4pt 0cm 5.4pt" cellSpacing=0 cellPadding=0 width=475 border=0>
<TBODY>
<TR style="HEIGHT: 14.25pt; mso-yfti-irow: 0; mso-yfti-firstrow: yes">
<TD style="BORDER-RIGHT: #ece9d8; PADDING-RIGHT: 5.4pt; BORDER-TOP: #ece9d8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0cm; BORDER-LEFT: #ece9d8; WIDTH: 285pt; PADDING-TOP: 0cm; BORDER-BOTTOM: #ece9d8; HEIGHT: 14.25pt; BACKGROUND-COLOR: transparent" noWrap width=380>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: left; mso-pagination: widow-orphan" align=left><SPAN style="FONT-SIZE: 12pt; FONT-FAMILY: 宋体; mso-font-kerning: 0pt; mso-bidi-font-family: 宋体">名称<SPAN lang=EN-US><o:p></o:p></SPAN></SPAN></P></TD>
<TD style="BORDER-RIGHT: #ece9d8; PADDING-RIGHT: 5.4pt; BORDER-TOP: #ece9d8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0cm; BORDER-LEFT: #ece9d8; WIDTH: 71pt; PADDING-TOP: 0cm; BORDER-BOTTOM: #ece9d8; HEIGHT: 14.25pt; BACKGROUND-COLOR: transparent" noWrap width=95>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: left; mso-pagination: widow-orphan" align=left><SPAN style="FONT-SIZE: 12pt; FONT-FAMILY: 宋体; mso-font-kerning: 0pt; mso-bidi-font-family: 宋体">出现次数<SPAN lang=EN-US><o:p></o:p></SPAN></SPAN></P></TD></TR>
<TR style="HEIGHT: 14.25pt; mso-yfti-irow: 1">
<TD style="BORDER-RIGHT: #ece9d8; PADDING-RIGHT: 5.4pt; BORDER-TOP: #ece9d8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0cm; BORDER-LEFT: #ece9d8; WIDTH: 285pt; PADDING-TOP: 0cm; BORDER-BOTTOM: #ece9d8; HEIGHT: 14.25pt; BACKGROUND-COLOR: transparent" noWrap width=380>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: left; mso-pagination: widow-orphan" align=left><SPAN lang=EN-US style="mso-bidi-font-size: 10.5pt; mso-font-kerning: 0pt"><FONT face="Times New Roman">Warning.Shellcode<o:p></o:p></FONT></SPAN></P></TD>
<TD style="BORDER-RIGHT: #ece9d8; PADDING-RIGHT: 5.4pt; BORDER-TOP: #ece9d8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0cm; BORDER-LEFT: #ece9d8; WIDTH: 71pt; PADDING-TOP: 0cm; BORDER-BOTTOM: #ece9d8; HEIGHT: 14.25pt; BACKGROUND-COLOR: transparent" noWrap width=95>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: right; mso-pagination: widow-orphan" align=right><SPAN lang=EN-US style="FONT-SIZE: 12pt; FONT-FAMILY: 宋体; mso-font-kerning: 0pt; mso-bidi-font-family: 宋体">418954<o:p></o:p></SPAN></P></TD></TR>
<TR style="HEIGHT: 14.25pt; mso-yfti-irow: 2">
<TD style="BORDER-RIGHT: #ece9d8; PADDING-RIGHT: 5.4pt; BORDER-TOP: #ece9d8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0cm; BORDER-LEFT: #ece9d8; WIDTH: 285pt; PADDING-TOP: 0cm; BORDER-BOTTOM: #ece9d8; HEIGHT: 14.25pt; BACKGROUND-COLOR: transparent" noWrap width=380>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: left; mso-pagination: widow-orphan" align=left><SPAN lang=EN-US style="FONT-SIZE: 12pt; FONT-FAMILY: 宋体; mso-font-kerning: 0pt; mso-bidi-font-family: 宋体">Exploit.RealPlayer.BOF<o:p></o:p></SPAN></P></TD>
<TD style="BORDER-RIGHT: #ece9d8; PADDING-RIGHT: 5.4pt; BORDER-TOP: #ece9d8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0cm; BORDER-LEFT: #ece9d8; WIDTH: 71pt; PADDING-TOP: 0cm; BORDER-BOTTOM: #ece9d8; HEIGHT: 14.25pt; BACKGROUND-COLOR: transparent" noWrap width=95>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: right; mso-pagination: widow-orphan" align=right><SPAN lang=EN-US style="FONT-SIZE: 12pt; FONT-FAMILY: 宋体; mso-font-kerning: 0pt; mso-bidi-font-family: 宋体">300802<o:p></o:p></SPAN></P></TD></TR>
<TR style="HEIGHT: 14.25pt; mso-yfti-irow: 3">
<TD style="BORDER-RIGHT: #ece9d8; PADDING-RIGHT: 5.4pt; BORDER-TOP: #ece9d8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0cm; BORDER-LEFT: #ece9d8; WIDTH: 285pt; PADDING-TOP: 0cm; BORDER-BOTTOM: #ece9d8; HEIGHT: 14.25pt; BACKGROUND-COLOR: transparent" noWrap width=380>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: left; mso-pagination: widow-orphan" align=left><SPAN lang=EN-US style="FONT-SIZE: 12pt; FONT-FAMILY: 宋体; mso-font-kerning: 0pt; mso-bidi-font-family: 宋体">Exploit.BaiDload<o:p></o:p></SPAN></P></TD>
<TD style="BORDER-RIGHT: #ece9d8; PADDING-RIGHT: 5.4pt; BORDER-TOP: #ece9d8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0cm; BORDER-LEFT: #ece9d8; WIDTH: 71pt; PADDING-TOP: 0cm; BORDER-BOTTOM: #ece9d8; HEIGHT: 14.25pt; BACKGROUND-COLOR: transparent" noWrap width=95>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: right; mso-pagination: widow-orphan" align=right><SPAN lang=EN-US style="FONT-SIZE: 12pt; FONT-FAMILY: 宋体; mso-font-kerning: 0pt; mso-bidi-font-family: 宋体">215929<o:p></o:p></SPAN></P></TD></TR>
<TR style="HEIGHT: 14.25pt; mso-yfti-irow: 4">
<TD style="BORDER-RIGHT: #ece9d8; PADDING-RIGHT: 5.4pt; BORDER-TOP: #ece9d8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0cm; BORDER-LEFT: #ece9d8; WIDTH: 285pt; PADDING-TOP: 0cm; BORDER-BOTTOM: #ece9d8; HEIGHT: 14.25pt; BACKGROUND-COLOR: transparent" noWrap width=380>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: left; mso-pagination: widow-orphan" align=left><SPAN lang=EN-US style="FONT-SIZE: 12pt; FONT-FAMILY: 宋体; mso-font-kerning: 0pt; mso-bidi-font-family: 宋体">Exploit.UUSee.Update<o:p></o:p></SPAN></P></TD>
<TD style="BORDER-RIGHT: #ece9d8; PADDING-RIGHT: 5.4pt; BORDER-TOP: #ece9d8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0cm; BORDER-LEFT: #ece9d8; WIDTH: 71pt; PADDING-TOP: 0cm; BORDER-BOTTOM: #ece9d8; HEIGHT: 14.25pt; BACKGROUND-COLOR: transparent" noWrap width=95>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: right; mso-pagination: widow-orphan" align=right><SPAN lang=EN-US style="FONT-SIZE: 12pt; FONT-FAMILY: 宋体; mso-font-kerning: 0pt; mso-bidi-font-family: 宋体">109364<o:p></o:p></SPAN></P></TD></TR>
<TR style="HEIGHT: 14.25pt; mso-yfti-irow: 5">
<TD style="BORDER-RIGHT: #ece9d8; PADDING-RIGHT: 5.4pt; BORDER-TOP: #ece9d8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0cm; BORDER-LEFT: #ece9d8; WIDTH: 285pt; PADDING-TOP: 0cm; BORDER-BOTTOM: #ece9d8; HEIGHT: 14.25pt; BACKGROUND-COLOR: transparent" noWrap width=380>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: left; mso-pagination: widow-orphan" align=left><SPAN lang=EN-US style="FONT-SIZE: 12pt; FONT-FAMILY: 宋体; mso-font-kerning: 0pt; mso-bidi-font-family: 宋体">Exploit.IEUnsafeObject<o:p></o:p></SPAN></P></TD>
<TD style="BORDER-RIGHT: #ece9d8; PADDING-RIGHT: 5.4pt; BORDER-TOP: #ece9d8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0cm; BORDER-LEFT: #ece9d8; WIDTH: 71pt; PADDING-TOP: 0cm; BORDER-BOTTOM: #ece9d8; HEIGHT: 14.25pt; BACKGROUND-COLOR: transparent" noWrap width=95>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: right; mso-pagination: widow-orphan" align=right><SPAN lang=EN-US style="FONT-SIZE: 12pt; FONT-FAMILY: 宋体; mso-font-kerning: 0pt; mso-bidi-font-family: 宋体">107333<o:p></o:p></SPAN></P></TD></TR>
<TR style="HEIGHT: 14.25pt; mso-yfti-irow: 6">
<TD style="BORDER-RIGHT: #ece9d8; PADDING-RIGHT: 5.4pt; BORDER-TOP: #ece9d8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0cm; BORDER-LEFT: #ece9d8; WIDTH: 285pt; PADDING-TOP: 0cm; BORDER-BOTTOM: #ece9d8; HEIGHT: 14.25pt; BACKGROUND-COLOR: transparent" noWrap width=380>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: left; mso-pagination: widow-orphan" align=left><SPAN lang=EN-US style="FONT-SIZE: 12pt; FONT-FAMILY: 宋体; mso-font-kerning: 0pt; mso-bidi-font-family: 宋体">Exploit.MDAC<o:p></o:p></SPAN></P></TD>
<TD style="BORDER-RIGHT: #ece9d8; PADDING-RIGHT: 5.4pt; BORDER-TOP: #ece9d8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0cm; BORDER-LEFT: #ece9d8; WIDTH: 71pt; PADDING-TOP: 0cm; BORDER-BOTTOM: #ece9d8; HEIGHT: 14.25pt; BACKGROUND-COLOR: transparent" noWrap width=95>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: right; mso-pagination: widow-orphan" align=right><SPAN lang=EN-US style="FONT-SIZE: 12pt; FONT-FAMILY: 宋体; mso-font-kerning: 0pt; mso-bidi-font-family: 宋体">97466<o:p></o:p></SPAN></P></TD></TR>
<TR style="HEIGHT: 14.25pt; mso-yfti-irow: 7">
<TD style="BORDER-RIGHT: #ece9d8; PADDING-RIGHT: 5.4pt; BORDER-TOP: #ece9d8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0cm; BORDER-LEFT: #ece9d8; WIDTH: 285pt; PADDING-TOP: 0cm; BORDER-BOTTOM: #ece9d8; HEIGHT: 14.25pt; BACKGROUND-COLOR: transparent" noWrap width=380>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: left; mso-pagination: widow-orphan" align=left><SPAN lang=EN-US style="FONT-SIZE: 12pt; FONT-FAMILY: 宋体; mso-font-kerning: 0pt; mso-bidi-font-family: 宋体">Exploit.RealPlayer.Console<o:p></o:p></SPAN></P></TD>
<TD style="BORDER-RIGHT: #ece9d8; PADDING-RIGHT: 5.4pt; BORDER-TOP: #ece9d8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0cm; BORDER-LEFT: #ece9d8; WIDTH: 71pt; PADDING-TOP: 0cm; BORDER-BOTTOM: #ece9d8; HEIGHT: 14.25pt; BACKGROUND-COLOR: transparent" noWrap width=95>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: right; mso-pagination: widow-orphan" align=right><SPAN lang=EN-US style="FONT-SIZE: 12pt; FONT-FAMILY: 宋体; mso-font-kerning: 0pt; mso-bidi-font-family: 宋体">22560<o:p></o:p></SPAN></P></TD></TR>
<TR style="HEIGHT: 14.25pt; mso-yfti-irow: 8">
<TD style="BORDER-RIGHT: #ece9d8; PADDING-RIGHT: 5.4pt; BORDER-TOP: #ece9d8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0cm; BORDER-LEFT: #ece9d8; WIDTH: 285pt; PADDING-TOP: 0cm; BORDER-BOTTOM: #ece9d8; HEIGHT: 14.25pt; BACKGROUND-COLOR: transparent" noWrap width=380>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: left; mso-pagination: widow-orphan" align=left><SPAN lang=EN-US style="FONT-SIZE: 12pt; FONT-FAMILY: 宋体; mso-font-kerning: 0pt; mso-bidi-font-family: 宋体">Exploit.Baofeng<o:p></o:p></SPAN></P></TD>
<TD style="BORDER-RIGHT: #ece9d8; PADDING-RIGHT: 5.4pt; BORDER-TOP: #ece9d8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0cm; BORDER-LEFT: #ece9d8; WIDTH: 71pt; PADDING-TOP: 0cm; BORDER-BOTTOM: #ece9d8; HEIGHT: 14.25pt; BACKGROUND-COLOR: transparent" noWrap width=95>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: right; mso-pagination: widow-orphan" align=right><SPAN lang=EN-US style="FONT-SIZE: 12pt; FONT-FAMILY: 宋体; mso-font-kerning: 0pt; mso-bidi-font-family: 宋体">19506<o:p></o:p></SPAN></P></TD></TR>
<TR style="HEIGHT: 14.25pt; mso-yfti-irow: 9">
<TD style="BORDER-RIGHT: #ece9d8; PADDING-RIGHT: 5.4pt; BORDER-TOP: #ece9d8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0cm; BORDER-LEFT: #ece9d8; WIDTH: 285pt; PADDING-TOP: 0cm; BORDER-BOTTOM: #ece9d8; HEIGHT: 14.25pt; BACKGROUND-COLOR: transparent" noWrap width=380>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: left; mso-pagination: widow-orphan" align=left><SPAN lang=EN-US style="FONT-SIZE: 12pt; FONT-FAMILY: 宋体; mso-font-kerning: 0pt; mso-bidi-font-family: 宋体">Exploit.GLWorld.HGP<o:p></o:p></SPAN></P></TD>
<TD style="BORDER-RIGHT: #ece9d8; PADDING-RIGHT: 5.4pt; BORDER-TOP: #ece9d8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0cm; BORDER-LEFT: #ece9d8; WIDTH: 71pt; PADDING-TOP: 0cm; BORDER-BOTTOM: #ece9d8; HEIGHT: 14.25pt; BACKGROUND-COLOR: transparent" noWrap width=95>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: right; mso-pagination: widow-orphan" align=right><SPAN lang=EN-US style="FONT-SIZE: 12pt; FONT-FAMILY: 宋体; mso-font-kerning: 0pt; mso-bidi-font-family: 宋体">12655<o:p></o:p></SPAN></P></TD></TR>
<TR style="HEIGHT: 14.25pt; mso-yfti-irow: 10; mso-yfti-lastrow: yes">
<TD style="BORDER-RIGHT: #ece9d8; PADDING-RIGHT: 5.4pt; BORDER-TOP: #ece9d8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0cm; BORDER-LEFT: #ece9d8; WIDTH: 285pt; PADDING-TOP: 0cm; BORDER-BOTTOM: #ece9d8; HEIGHT: 14.25pt; BACKGROUND-COLOR: transparent" noWrap width=380>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: left; mso-pagination: widow-orphan" align=left><SPAN lang=EN-US style="FONT-SIZE: 12pt; FONT-FAMILY: 宋体; mso-font-kerning: 0pt; mso-bidi-font-family: 宋体">Exploit.PPStream<o:p></o:p></SPAN></P></TD>
<TD style="BORDER-RIGHT: #ece9d8; PADDING-RIGHT: 5.4pt; BORDER-TOP: #ece9d8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0cm; BORDER-LEFT: #ece9d8; WIDTH: 71pt; PADDING-TOP: 0cm; BORDER-BOTTOM: #ece9d8; HEIGHT: 14.25pt; BACKGROUND-COLOR: transparent" noWrap width=95>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: right; mso-pagination: widow-orphan" align=right><SPAN lang=EN-US style="FONT-SIZE: 12pt; FONT-FAMILY: 宋体; mso-font-kerning: 0pt; mso-bidi-font-family: 宋体">6769<o:p></o:p></SPAN></P></TD></TR></TBODY></TABLE></DIV>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center" align=center><SPAN lang=EN-US><?xml:namespace prefix = v ns = "urn:schemas-microsoft-com:vml" /><v:shapetype id=_x0000_t75 stroked="f" filled="f" path="m@4@5l@4@11@9@11@9@5xe" o:preferrelative="t" o:spt="75" coordsize="21600,21600"><v:stroke joinstyle="miter"></v:stroke><v:formulas><v:f eqn="if lineDrawn pixelLineWidth 0"></v:f><v:f eqn="sum @0 1 0"></v:f><v:f eqn="sum 0 0 @1"></v:f><v:f eqn="prod @2 1 2"></v:f><v:f eqn="prod @3 21600 pixelWidth"></v:f><v:f eqn="prod @3 21600 pixelHeight"></v:f><v:f eqn="sum @0 0 1"></v:f><v:f eqn="prod @6 1 2"></v:f><v:f eqn="prod @7 21600 pixelWidth"></v:f><v:f eqn="sum @8 21600 0"></v:f><v:f eqn="prod @7 21600 pixelHeight"></v:f><v:f eqn="sum @10 21600 0"></v:f></v:formulas><v:path o:connecttype="rect" gradientshapeok="t" o:extrusionok="f"></v:path><o:lock aspectratio="t" v:ext="edit"></o:lock></v:shapetype><v:shape id=_x0000_i1025 style="WIDTH: 393pt; HEIGHT: 317.25pt" type="#_x0000_t75"><v:imagedata o:title="" src="file:///C:\DOCUME~1\user\LOCALS~1\Temp\msohtml1\01\clip_image001.emz"></v:imagedata></v:shape></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; TEXT-INDENT: 21pt; mso-char-indent-count: 2.0"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">对排名前</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">10</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">位的漏洞进行分析可以看出，有漏洞的主要有</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">Realplayer</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">（播放器）</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">, Baidu.Tool</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">（百度搜索条）</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">, UUSee</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">（网络电视）</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">, IEUnsafeObject</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">（</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">IE</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">浏览器）</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">, Storm</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">（暴风影音播放器）</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">, Flashplayer</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">（播放器）</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">, Xunlei</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">（下载软件）</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">,Adobe</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">（</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">Adobe reader </FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">），联众世界</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">(</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">在线游戏</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">)</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">等。其中针对一些广泛使用的第三方软件的漏洞的恶意网页占多数</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">, </FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">，一方面是由于这些软件的用户众多，使得黑客有相当大的攻击目标。另一方面由于第三方软件的厂商软件更新的速度不足够快，使得针对该种漏洞的恶意网页长时间在网上肆虐。第三用户针对第三方软件的安全更新意识比较低。并且在这些漏洞中还出现了多个杀软厂商的控件漏洞。</SPAN></P>
<P>&nbsp;</P>]]></description>
</item>
</channel>
</rss>