<?xml version="1.0" encoding="UTF-8"?> <rss version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
><channel><title>漩涡网络安全实验室 &#187; Adobe</title> <atom:link href="http://xuanwobbs.com.cn/archives/tag/adobe/feed" rel="self" type="application/rss+xml" /><link>http://xuanwobbs.com.cn</link> <description>这不仅仅是一个WordPress博客，还是一个计算机使用和网络安全博客</description> <lastBuildDate>Thu, 15 Jul 2010 05:55:12 +0000</lastBuildDate> <generator>http://wordpress.org/?v=2.9.2</generator> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>SWF的几种类型解密</title><link>http://xuanwobbs.com.cn/archives/2009-06/swf-decode.html</link> <comments>http://xuanwobbs.com.cn/archives/2009-06/swf-decode.html#comments</comments> <pubDate>Thu, 25 Jun 2009 13:13:38 +0000</pubDate> <dc:creator>雨宫优子</dc:creator> <category><![CDATA[网络安全]]></category> <category><![CDATA[acrobat]]></category> <category><![CDATA[Adobe]]></category> <category><![CDATA[flash]]></category> <category><![CDATA[reader]]></category> <category><![CDATA[SWF漏洞]]></category> <category><![CDATA[病毒]]></category> <category><![CDATA[解密]]></category><guid isPermaLink="false">http://xuanwobbs.com.cn/?p=51</guid> <description><![CDATA[	SWF 挂马已经屡见不鲜了，不过现在的加密手段却越来越YD
1、常规挂马
这类挂马只要记事本打开SWF就可以看见地址，很简单&#8230;不过也是很少见到的物了
2、Zlib压缩
这类的挂马很常见，特征是用记事本打开看不到地址，，解密方法为：
1、使用Redoce的A>PDF/CWS/Zlib Extractor功能，输入文件类型选择SWF，然后直接加载SWF文件，如果没有出现错误提示，解压完后一般可见到地址了
如果出现提示
那可能就得麻烦些
需要使用SWFDecompiler
下载：
&#160;点击此处下载
&#160;接下来请直接看一组图：
&#160;
以上图片载自龙族sxbsyh之手&#8230;指导老师本人..
如果到了此时仍然不能找到地址，那么很可能被XOR加密了
也很简单&#8230;
先将解压出来的文件的本地绝对路径输入到Redoce的地址栏中，此时Redoce地址栏会显示绿色
在Redoce的解密栏中找到A>XOR密钥寻找
一路OK就可以枚举到XORKEY了
附上样本，请点此下载样本（本样本中的SWF文件乃是病毒文件，请勿直接打开）
还有一种是常见的&#8230;你会在页面中看到iie.swf和fff.swf
但是里面除了类似这样的：
flashccVersion /:$version i.swf
flashccVersion /:$version f.swf
其他什么都没有
其实，其中的$version表示当前计算机的FLASH版本号
因此&#8230;就很简单了
自己添加一个版本号，就像这样win%209,0,115,0f.swf或win%209,0,115,0i.swf
再按照上面的步骤做就行了
例子（此例子已经失效）
Level 2>http://w.dw324.cn/05/ff.swf ●
Level 3>http://w.dw324.cn/05/win%209,0,115,0f.swf ●
Level 4>http://w.ut99889.com/01/ok.exe ●
Level 2>http://w.dw324.cn/05/ie.swf ●
Level 3>http://w.dw324.cn/05/win%209,0,115,0i.swf ●
Level 4>http://w.ut99889.com/01/ok.exe ●
&#160;
]]></description> <content:encoded><![CDATA[<p>SWF 挂马已经屡见不鲜了，不过现在的加密手段却越来越YD</p><p>1、常规挂马</p><p>这类挂马只要记事本打开SWF就可以看见地址，很简单&#8230;不过也是很少见到的物了</p><p>2、Zlib压缩</p><p>这类的挂马很常见，特征是用记事本打开看不到地址，，解密方法为：</p><p>1、使用Redoce的A>PDF/CWS/Zlib Extractor功能，输入文件类型选择SWF，然后直接加载SWF文件，如果没有出现错误提示，解压完后一般可见到地址了</p><p>如果出现提示</p><p><img alt="" width="509" height="103" src="http://xuanwobbs.com.cn/wp-content/uploads/image/meiju.JPG" /></p><p>那可能就得麻烦些</p><p>需要使用SWFDecompiler</p><p>下载：</p><p>&nbsp;<a href="http://xuanwobbs.com.cn/wp-content/uploads/SWFDecompiler4.rar">点击此处下载</a></p><p>&nbsp;接下来请直接看一组图：</p><p><img width="400" height="281" alt="" style="null" src="http://xuanwobbs.com.cn/wp-content/uploads/image/12.jpg" /><img width="400" height="390" alt="" style="null" src="http://xuanwobbs.com.cn/wp-content/uploads/image/13.jpg" /></p><p><span id="more-51"></span></p><p><img alt="" width="94" height="252" src="http://xuanwobbs.com.cn/wp-content/uploads/image/14.jpg" /></p><p>&nbsp;<img width="400" height="281" alt="" style="null" src="http://xuanwobbs.com.cn/wp-content/uploads/image/15.jpg" /></p><p>以上图片载自龙族sxbsyh之手&#8230;指导老师本人..</p><p>如果到了此时仍然不能找到地址，那么很可能被XOR加密了</p><p>也很简单&#8230;</p><p>先将解压出来的文件的本地绝对路径输入到Redoce的地址栏中，此时Redoce地址栏会显示绿色</p><p>在Redoce的解密栏中找到A>XOR密钥寻找</p><p>一路OK就可以枚举到XORKEY了</p><p>附上样本，<a href="http://xuanwobbs.com.cn/wp-content/uploads/file/f115.7z">请点此下载样本</a>（本样本中的SWF文件乃是病毒文件，请勿直接打开）</p><p>还有一种是常见的&#8230;你会在页面中看到iie.swf和fff.swf</p><p>但是里面除了类似这样的：</p><p>flashccVersion /:$version i.swf</p><p>flashccVersion /:$version f.swf</p><p>其他什么都没有</p><p>其实，其中的$version表示当前计算机的FLASH版本号</p><p>因此&#8230;就很简单了</p><p>自己添加一个版本号，就像这样win%209,0,115,0f.swf或win%209,0,115,0i.swf</p><p>再按照上面的步骤做就行了</p><p>例子（此例子已经失效）</p><p>Level 2>http://w.dw324.cn/05/ff.swf ●<br /> Level 3>http://w.dw324.cn/05/win%209,0,115,0f.swf ●<br /> Level 4>http://w.ut99889.com/01/ok.exe ●<br /> Level 2>http://w.dw324.cn/05/ie.swf ●<br /> Level 3>http://w.dw324.cn/05/win%209,0,115,0i.swf ●<br /> Level 4>http://w.ut99889.com/01/ok.exe ●</p><p>&nbsp;</p> ]]></content:encoded> <wfw:commentRss>http://xuanwobbs.com.cn/archives/2009-06/swf-decode.html/feed</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>决定Sablog=&gt;WordPress博客</title><link>http://xuanwobbs.com.cn/archives/2009-06/change-sablog-wordpress.html</link> <comments>http://xuanwobbs.com.cn/archives/2009-06/change-sablog-wordpress.html#comments</comments> <pubDate>Fri, 19 Jun 2009 08:16:58 +0000</pubDate> <dc:creator>雨宫优子</dc:creator> <category><![CDATA[杂七杂八]]></category> <category><![CDATA[Adobe]]></category> <category><![CDATA[sablog]]></category> <category><![CDATA[WordPress]]></category> <category><![CDATA[wordpress博客搬家]]></category> <category><![CDATA[插件]]></category><guid isPermaLink="false">http://xuanwobbs.com.cn/?p=26</guid> <description><![CDATA[	面对日益增加的广告，一味的增加广告关键字和删除是没有丝毫作用的
因此我决定将博客程序换为WordPress
启动智能防广告插件..可以有效阻止99%广告
接下来还有一系列要处理的工作&#8230;比如说选择性转原帖
测试图片功能
&#160;
]]></description> <content:encoded><![CDATA[<p>面对日益增加的广告，一味的增加<font style="background-color: #ff0000" color="#0000ff"><strong>广告关键字和删除</strong></font>是没有丝毫作用的</p><p>因此我决定将博客程序换为WordPress</p><p>启动智能防广告插件..可以有效阻止99%广告</p><p>接下来还有一系列要处理的工作&#8230;比如说选择性转原帖</p><p>测试图片功能<img alt="" width="122" height="54" src="http://xuanwobbs.com.cn/wp-content/uploads/image/LOGO.gif" /></p><p>&nbsp;</p> ]]></content:encoded> <wfw:commentRss>http://xuanwobbs.com.cn/archives/2009-06/change-sablog-wordpress.html/feed</wfw:commentRss> <slash:comments>7</slash:comments> </item> </channel> </rss>