ossec开源入侵检测系统安装配置V1.0

六月 25th, 2010 | 5 Comments | Posted in 5.安全 | 阅读次数: 69

ossec_logo ossec开源入侵检测系统安装配置V1.0,文档对server/agent模式进行详细介绍,如果只有一台服务器,可以用local模式,这种方式安装更为简单。   OSSEC简要介绍: OSSEC 是一款开源的入侵检测[......]

Read more

Tags: ,

卡巴斯基破解黑名单

五月 13th, 2010 | 3 Comments | Posted in 5.安全 | 阅读次数: 16

本文来自网络,由于长期使用调用版的卡巴斯基,每次过期后都要重新安装,比较麻烦,以下方法能够跳过卡马黑名单验证,测试可用,发上来与大家分享!   使用方法: 1. 关闭自我保护,退出卡巴 2. 打开卡巴安装目录[......]

Read more

Tags:

openssl 生成自签证书

二月 26th, 2010 | 4 Comments | Posted in 5.安全 | 阅读次数: 39

要生成证书的目录下建立几个文件和文件夹,有./demoCA/ ./demoCA/newcerts/  ./demoCA/index.txt ./demoCA/serial,在serial文件中写入第一个序列号“01” 1[......]

Read more

Tags:

基于托管的入侵检测系统OSSEC

十二月 4th, 2009 | 2 Comments | Posted in 5.安全 | 阅读次数: 10

http://www.ossec.net/ 基于网络的入侵检测系统(NIDS)一般由两部分组成:网络流量传感器和入侵检测系统控制台。 技术特点 OSSEC除了前面介绍的具有典型的主机型入侵检测系统的特性外,还有其他一些特点:[......]

Read more

Tags:

全球可信并且唯一免费的HTTPS(SSL)证书颁发机构StartSSL

十一月 28th, 2009 | 1 Comment | Posted in 5.安全 | 阅读次数: 19

原文链接:http://blog.s135.com/startssl/] HTTPS(全称:Hypertext Transfer Protocol over Secure Socket Layer),是以安全为目标的HTTP通道,简[......]

Read more

Tags:

开源入侵检测 OSSEC HIDS

十一月 4th, 2009 | 3 Comments | Posted in 5.安全 | 阅读次数: 35

Author:高进波 Blog:http://www.gaojinbo.com 本人从08年开始使用OSSEC,效果非常好,每更改一个系统文件都会得到通知! 是网络管理难得的一个安全工具,建议使用!   OSSEC是一款[......]

Read more

Tags: ,

PHP安全配置

十月 14th, 2009 | 4 Comments | Posted in 5.安全, PHP | 阅读次数: 19

制作:高进波 时间:2009-10-14 修改配置文件 vi php.ini register_globals 关闭 open_basedir    该设置会限制对指定目录下所有文件的访问,[......]

Read more

Tags: ,

Apache安全

十月 14th, 2009 | 3 Comments | Posted in 5.安全, Apache | 阅读次数: 32

制作:高进波 时间:2009-10-14 1.查看加载的模块 httpd -l 2.隐藏和伪装版本 vi httpd.conf ServerSigature off ServerTokens Prod 3[......]

Read more

Tags: ,