<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>白日梦</title><link>http://blog.csdn.net/cdrea/</link><description>我不苟同你的思想，但是我绝对捍卫你思想的自由。</description><dc:language>zh-CN</dc:language><lastUpdateTime>Wed, 16 Aug 2006 20:31:34 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>CDrea</dc:creator><title>利用 TDI HOOK 实现任意端口复用 </title><link>http://blog.csdn.net/CDrea/archive/2006/05/30/764022.aspx</link><pubDate>Tue, 30 May 2006 17:43:00 GMT</pubDate><guid>http://blog.csdn.net/CDrea/archive/2006/05/30/764022.aspx</guid><wfw:comment>http://blog.csdn.net/cdrea/comments/764022.aspx</wfw:comment><comments>http://blog.csdn.net/CDrea/archive/2006/05/30/764022.aspx#Feedback</comments><slash:comments>3</slash:comments><wfw:commentRss>http://blog.csdn.net/cdrea/comments/commentRss/764022.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=764022</trackback:ping><description>利用 TDI HOOK 实现任意端口复用&lt;img src ="http://blog.csdn.net/cdrea/aggbug/764022.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>CDrea</dc:creator><title>Kick the Heuristic Anti-virus out of the Rootkit</title><link>http://blog.csdn.net/CDrea/archive/2006/04/06/652189.aspx</link><pubDate>Thu, 06 Apr 2006 00:19:00 GMT</pubDate><guid>http://blog.csdn.net/CDrea/archive/2006/04/06/652189.aspx</guid><wfw:comment>http://blog.csdn.net/cdrea/comments/652189.aspx</wfw:comment><comments>http://blog.csdn.net/CDrea/archive/2006/04/06/652189.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/cdrea/comments/commentRss/652189.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=652189</trackback:ping><description>Recently, Some friend complained to me that their rootkit driver had been killed by anti-virus software like McAfee and Nod32.So I began to find why.
http://www.rootkit.com/newsread.php?newsid=101&lt;img src ="http://blog.csdn.net/cdrea/aggbug/652189.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>CDrea</dc:creator><title>Simple Hooking of Functions not Exported by Ntoskrnl.exe</title><link>http://blog.csdn.net/CDrea/archive/2006/04/05/652174.aspx</link><pubDate>Wed, 05 Apr 2006 23:54:00 GMT</pubDate><guid>http://blog.csdn.net/CDrea/archive/2006/04/05/652174.aspx</guid><wfw:comment>http://blog.csdn.net/cdrea/comments/652174.aspx</wfw:comment><comments>http://blog.csdn.net/CDrea/archive/2006/04/05/652174.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/cdrea/comments/commentRss/652174.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=652174</trackback:ping><description>As many of you will know, hooking functions not exported by ntoskrnl.exe is a real pain, as you need to hard code their position in KeServiceDescriptorTable, and this will change between windows releases.&lt;img src ="http://blog.csdn.net/cdrea/aggbug/652174.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>CDrea</dc:creator><title>NDIS and TDI Hooking, Part II</title><link>http://blog.csdn.net/CDrea/archive/2006/04/05/652141.aspx</link><pubDate>Wed, 05 Apr 2006 23:19:00 GMT</pubDate><guid>http://blog.csdn.net/CDrea/archive/2006/04/05/652141.aspx</guid><wfw:comment>http://blog.csdn.net/cdrea/comments/652141.aspx</wfw:comment><comments>http://blog.csdn.net/CDrea/archive/2006/04/05/652141.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/cdrea/comments/commentRss/652141.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=652141</trackback:ping><description>This is the second and last article on how to hook into the NDIS and TDI 
layer. The approach we will use will be slightly different from the NDIS 
case. However, a neat side effect is that this method can be used to hook 
into any device chain, for example the keyboard to sniff key strokes. It all boils down to getting a pointer to the device object and replace all major functions with our own dispatch function.
&lt;img src ="http://blog.csdn.net/cdrea/aggbug/652141.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>CDrea</dc:creator><title>Hooking into NDIS and TDI, part 1</title><link>http://blog.csdn.net/CDrea/archive/2006/04/05/652138.aspx</link><pubDate>Wed, 05 Apr 2006 23:15:00 GMT</pubDate><guid>http://blog.csdn.net/CDrea/archive/2006/04/05/652138.aspx</guid><wfw:comment>http://blog.csdn.net/cdrea/comments/652138.aspx</wfw:comment><comments>http://blog.csdn.net/CDrea/archive/2006/04/05/652138.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/cdrea/comments/commentRss/652138.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=652138</trackback:ping><description>This is the fist part in a series of 2 articles on how to hook into the NDIS and TDI layer. In this first one, we will discuss where and how to hook in to the NDIS layer. &lt;img src ="http://blog.csdn.net/cdrea/aggbug/652138.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>CDrea</dc:creator><title>Bypassing Blacklight and IceSword</title><link>http://blog.csdn.net/CDrea/archive/2006/04/05/650999.aspx</link><pubDate>Wed, 05 Apr 2006 04:01:00 GMT</pubDate><guid>http://blog.csdn.net/CDrea/archive/2006/04/05/650999.aspx</guid><wfw:comment>http://blog.csdn.net/cdrea/comments/650999.aspx</wfw:comment><comments>http://blog.csdn.net/CDrea/archive/2006/04/05/650999.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/cdrea/comments/commentRss/650999.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=650999</trackback:ping><description>This article was released in the Uninformed Journal Vol 3. It is important to remember that this article displays Proof of Concept (POC) ideas and code. 
FUTo may result in specific applications crashing when hidden. However in most common tests it works. The code like the original FU is open source, CHAOS and I encourage the community to make modifications.&lt;img src ="http://blog.csdn.net/cdrea/aggbug/650999.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>CDrea</dc:creator><title>新年音乐会</title><link>http://blog.csdn.net/CDrea/archive/2006/01/01/567960.aspx</link><pubDate>Sun, 01 Jan 2006 14:10:00 GMT</pubDate><guid>http://blog.csdn.net/CDrea/archive/2006/01/01/567960.aspx</guid><wfw:comment>http://blog.csdn.net/cdrea/comments/567960.aspx</wfw:comment><comments>http://blog.csdn.net/CDrea/archive/2006/01/01/567960.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/cdrea/comments/commentRss/567960.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=567960</trackback:ping><description>2006年维也纳新年音乐会&lt;img src ="http://blog.csdn.net/cdrea/aggbug/567960.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>CDrea</dc:creator><title>Kernel mode sockets library for the masses[zt]</title><link>http://blog.csdn.net/CDrea/archive/2006/01/01/567944.aspx</link><pubDate>Sun, 01 Jan 2006 13:50:00 GMT</pubDate><guid>http://blog.csdn.net/CDrea/archive/2006/01/01/567944.aspx</guid><wfw:comment>http://blog.csdn.net/cdrea/comments/567944.aspx</wfw:comment><comments>http://blog.csdn.net/CDrea/archive/2006/01/01/567944.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/cdrea/comments/commentRss/567944.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=567944</trackback:ping><description>Kernel mode socket library&lt;img src ="http://blog.csdn.net/cdrea/aggbug/567944.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>CDrea</dc:creator><title>挂钩Windows API[zt]</title><link>http://blog.csdn.net/CDrea/archive/2005/08/22/460960.aspx</link><pubDate>Mon, 22 Aug 2005 00:02:00 GMT</pubDate><guid>http://blog.csdn.net/CDrea/archive/2005/08/22/460960.aspx</guid><wfw:comment>http://blog.csdn.net/cdrea/comments/460960.aspx</wfw:comment><comments>http://blog.csdn.net/CDrea/archive/2005/08/22/460960.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/cdrea/comments/commentRss/460960.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=460960</trackback:ping><description>Holy_Father的经典文章《挂钩Windows API》&lt;img src ="http://blog.csdn.net/cdrea/aggbug/460960.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>CDrea</dc:creator><title>修改导入表载入DLL</title><link>http://blog.csdn.net/CDrea/archive/2005/08/17/456296.aspx</link><pubDate>Wed, 17 Aug 2005 05:17:00 GMT</pubDate><guid>http://blog.csdn.net/CDrea/archive/2005/08/17/456296.aspx</guid><wfw:comment>http://blog.csdn.net/cdrea/comments/456296.aspx</wfw:comment><comments>http://blog.csdn.net/CDrea/archive/2005/08/17/456296.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/cdrea/comments/commentRss/456296.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=456296</trackback:ping><description>修改导入表载入DLL&lt;img src ="http://blog.csdn.net/cdrea/aggbug/456296.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>CDrea</dc:creator><title>[转载]合并 DLL</title><link>http://blog.csdn.net/CDrea/archive/2005/08/16/455478.aspx</link><pubDate>Tue, 16 Aug 2005 05:27:00 GMT</pubDate><guid>http://blog.csdn.net/CDrea/archive/2005/08/16/455478.aspx</guid><wfw:comment>http://blog.csdn.net/cdrea/comments/455478.aspx</wfw:comment><comments>http://blog.csdn.net/CDrea/archive/2005/08/16/455478.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/cdrea/comments/commentRss/455478.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=455478</trackback:ping><description>原文见:http://www.vckbase.com/document/viewdoc/?id=1128&lt;img src ="http://blog.csdn.net/cdrea/aggbug/455478.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>CDrea</dc:creator><title>Apache 1.33与PHP 4.4.0配置手记</title><link>http://blog.csdn.net/CDrea/archive/2005/08/14/453969.aspx</link><pubDate>Sun, 14 Aug 2005 06:08:00 GMT</pubDate><guid>http://blog.csdn.net/CDrea/archive/2005/08/14/453969.aspx</guid><wfw:comment>http://blog.csdn.net/cdrea/comments/453969.aspx</wfw:comment><comments>http://blog.csdn.net/CDrea/archive/2005/08/14/453969.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/cdrea/comments/commentRss/453969.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=453969</trackback:ping><description>Apache 1.33与PHP 4.4.0配置手记&lt;img src ="http://blog.csdn.net/cdrea/aggbug/453969.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>CDrea</dc:creator><title>[转载]使用windbg来调试程序</title><link>http://blog.csdn.net/CDrea/archive/2005/08/02/443840.aspx</link><pubDate>Tue, 02 Aug 2005 03:26:00 GMT</pubDate><guid>http://blog.csdn.net/CDrea/archive/2005/08/02/443840.aspx</guid><wfw:comment>http://blog.csdn.net/cdrea/comments/443840.aspx</wfw:comment><comments>http://blog.csdn.net/CDrea/archive/2005/08/02/443840.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/cdrea/comments/commentRss/443840.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=443840</trackback:ping><description>原文见:http://blog.joycode.com/gangp/articles/18088.aspx&lt;img src ="http://blog.csdn.net/cdrea/aggbug/443840.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>CDrea</dc:creator><title>为应用程序添加插件功能</title><link>http://blog.csdn.net/CDrea/archive/2005/07/29/438054.aspx</link><pubDate>Fri, 29 Jul 2005 03:25:00 GMT</pubDate><guid>http://blog.csdn.net/CDrea/archive/2005/07/29/438054.aspx</guid><wfw:comment>http://blog.csdn.net/cdrea/comments/438054.aspx</wfw:comment><comments>http://blog.csdn.net/CDrea/archive/2005/07/29/438054.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/cdrea/comments/commentRss/438054.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=438054</trackback:ping><description>现在很多程序都支持插件,有利于程序功能的扩展.也方便用户为程序定制一些个性化的功能.&lt;img src ="http://blog.csdn.net/cdrea/aggbug/438054.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>CDrea</dc:creator><title>最佳的75个安全工具</title><link>http://blog.csdn.net/CDrea/archive/2005/03/27/331641.aspx</link><pubDate>Sun, 27 Mar 2005 10:33:00 GMT</pubDate><guid>http://blog.csdn.net/CDrea/archive/2005/03/27/331641.aspx</guid><wfw:comment>http://blog.csdn.net/cdrea/comments/331641.aspx</wfw:comment><comments>http://blog.csdn.net/CDrea/archive/2005/03/27/331641.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/cdrea/comments/commentRss/331641.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=331641</trackback:ping><description>在2000年的5、6月间，nmap-hackers邮件列表中发起了最佳安全工具的评选活动，活动取得了成功，最终由1200名Nmap用户评选出了50个最佳安全工具，评选结果发布在insecure.org网站，得到了网友们的普遍认可。时隔三年，nmap-hackers邮件列表中又发起了同样的评选活动，1854个用户参与了此次活动，每个用户最多可以选择8个最佳工具，并且这次评选出的最佳安全工具由50个增加到了75个。

因为是在nmap-hackers邮件列表中做出的评选，因此没有把nmap安全扫描器（http://www.insecure.org/nmap/）评选在内。这次评选出来的75个最佳安全工具在网络安全领域都是一些很有代表性的软件，对于那些在网络安全方面不知从何处开始的新手们来说，这对他们有相当的参考价值。&lt;img src ="http://blog.csdn.net/cdrea/aggbug/331641.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>