Total Pageviews

Tuesday 23 April 2013

Linux vps系统一分钟强化——Server Shield

Server Shield是一款轻量级的系统保护和强化工具,安装仅需一分钟。
它的功能包括:
Firewall Hardening 防火墙强化
TCP Hardening TCP强化
Data Leakage Protection 防泄保护
ICMP/Ping Flood Protection ICMP/Ping攻击保护
Rootkit Protection Rootkit保护
DoS Protection DDOS保护
Spoof Protection Spoof保护
Bogus TCP Protection Bogus TCP保护
SYN Flood Protection 洪水攻击保护
这一款工具需要依赖iptables工作,所以首先你需要安装iptables:
yum install iptables
安装:
git clone https://github.com/Brian-Holt/server-shield
cd server-shield
chmod +x sshield
mv sshield /etc/init.d
/etc/init.d/sshield start
若出现git command not found,请执行yum install git