2006年04月06日
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阅读全文>
发表于 @ 2006年04月06日 00:19:00|评论(loading...)|编辑
2006年04月05日
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.阅读全文>
发表于 @ 2006年04月05日 23:54:00|评论(loading...)|编辑
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.
阅读全文>
发表于 @ 2006年04月05日 23:19:00|评论(loading...)|编辑
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. 阅读全文>
发表于 @ 2006年04月05日 23:15:00|评论(loading...)|编辑
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.阅读全文>
发表于 @ 2006年04月05日 04:01:00|评论(loading...)|编辑
2005年08月16日
原文见:http://www.vckbase.com/document/viewdoc/?id=1128阅读全文>
发表于 @ 2005年08月16日 05:27:00|评论(loading...)|编辑
2005年08月02日
原文见:http://blog.joycode.com/gangp/articles/18088.aspx阅读全文>
发表于 @ 2005年08月02日 03:26:00|评论(loading...)|编辑
2005年07月29日
现在很多程序都支持插件,有利于程序功能的扩展.也方便用户为程序定制一些个性化的功能.阅读全文>
发表于 @ 2005年07月29日 03:25:00|评论(loading...)|编辑
2005年03月27日
在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个最佳安全工具在网络安全领域都是一些很有代表性的软件,对于那些在网络安全方面不知从何处开始的新手们来说,这对他们有相当的参考价值。阅读全文>
发表于 @ 2005年03月27日 10:33:00|评论(loading...)|编辑