上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 18 下一页
摘要: When SPF was first released last month, I knew it was a great protection mechanism to thwart attacks against applications running on IIS. What I didn’t realize was that the most urgent gap that it fi... 阅读全文
posted @ 2009-05-23 12:52 有安科技 阅读(301) 评论(0) 推荐(0) 编辑
摘要: I'm sure this has been done before, but it was faster to write it than to google for it. There's some IP Addresses that have been bothering me and I don't have access to a firewall or IIS at my ISP, s... 阅读全文
posted @ 2009-05-23 10:07 有安科技 阅读(340) 评论(0) 推荐(0) 编辑
摘要: Inotify 是文件系统事件监控机制,计划包含在即将发布的 Linux 内核中作为 dnotify 的有效替代。dnotify 是较早内核支持的文件监控机制。Inotify一种强大的、细粒度的、异步的机制,它满足各种各样的文件监控需要,不仅限于安全和性能。下面让我们一起学习如何安装 inotify 和如何构建一个示例用户空间应用程序来响应文件系统事件。 文件系统事件监控对于从文件管理器到安... 阅读全文
posted @ 2009-05-21 16:35 有安科技 阅读(1210) 评论(1) 推荐(0) 编辑
摘要: ManagementClass processClass = new ManagementClass("Win32_Process"); // Get an input parameters object for this method ManagementBaseObject inParams = processClass.GetMetho... 阅读全文
posted @ 2009-05-21 13:37 有安科技 阅读(760) 评论(0) 推荐(0) 编辑
摘要: 1.软件介绍 qdown是一款开源的HTTP多线程下载软件。 特点:多线程,支持服务器重定向,支持断点续传。 平台:Solaris/FreeBSD/Windows(CygWin) 作者:小孙 2.如何使用 usage: qdown URL [thread_amount] [save as] example: qdown http://www.baidu.com/img/lo... 阅读全文
posted @ 2009-05-08 21:52 有安科技 阅读(2223) 评论(0) 推荐(0) 编辑
摘要: Download demo projects and sources , etc) --> Introduction I wrote this little hook-engine for a much bigger article. Sometimes it seems such a vaste to write valuable code for large articl... 阅读全文
posted @ 2009-05-06 12:30 有安科技 阅读(1651) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Text;namespace Sort...{ class Program ...{ static void Main(string[] args) ...{ int[] array = ...{ 8,22,9,12,4... 阅读全文
posted @ 2009-04-22 20:05 有安科技 阅读(316) 评论(0) 推荐(0) 编辑
摘要: 该代码利用微软提供的注册表回调函数CmRegisterCallback,无需任何SSDT hook不仅能够进行注册表监控,还可以拦截。驱动完整代码如下:#define NTDDI_WINXPSP2 0x05010200#define OSVERSION_MASK 0xFFFF0000#define SPVERSION_MASK 0x00... 阅读全文
posted @ 2009-04-20 15:43 有安科技 阅读(3464) 评论(0) 推荐(0) 编辑
摘要: 该代码作为一个类库可以过滤asp.net中的 XSS,SQL注入,CSRF等攻击行为 代码下载地址:/Files/Safe3/IDS.rar 阅读全文
posted @ 2009-04-20 14:54 有安科技 阅读(717) 评论(1) 推荐(0) 编辑
摘要: 今天在改进文件监视程序时写的框架代码,监视文件修改(采用完成端口和ReadDirectoryChangesW同时在一个线程中监视多个目录,并且能够判断文件是否完全复制完毕) #define STRICT #define WINVER 0x0500 #define _WIN32_WINNT 0x0500 #define _WIN32_IE ... 阅读全文
posted @ 2009-04-17 12:54 有安科技 阅读(2843) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 18 下一页