Total Linux Hardening in 1 min

Status
Not open for further replies.

Ifirst

Active Member
281
2011
133
0
Server Shield v1.0.2 - Protect your Linux machine in 1 minute
Server Shield is a lightweight method of protecting and hardening your server.It is very easy to install , hard to mess up and and makes your server instantly and effortlessly resilient to many basic and advanced attacks.

Protect+your+Linux+server.png


Features

Firewall Hardening
TCP Hardening
Data Leakage Protection
ICMP/Ping Flood Protection
Rootkit Protection
DoS Protection
Spoof Protection
Bogus TCP Protection
SYN Flood Protection

Note:
ServerShield requires Iptables
Code:
yum install iptables
- to install it if you don't have it yet
Installation
Code:
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
I haven't tried it myself but it looks very promishing , don't forget to reply to share how well it works=)
 
13 comments
Hi,

Thank for tutorial, I have a question.

This can installable if anyone have already done too many Hardening and optimizations same as you shared similar articles regarding Optimization and security of VPS.
 
Hi,

Thank for tutorial, I have a question.

This can installable if anyone have already done too many Hardening and optimizations same as you shared similar articles regarding Optimization and security of VPS.
Yes its possible
 
Firewall Hardening
TCP Hardening
Data Leakage Protection
ICMP/Ping Flood Protection
Rootkit Protection
DoS Protection
Spoof Protection
Bogus TCP Protection
SYN Flood Protection


I have bolded some of your features above, do these features still work when facing attacks from multiple IP's and not just one? (Botnets etc..)
 
Status
Not open for further replies.
Back
Top