amuck-landowner

[Linux / BSD] Quick and Easy Server Security - Automatic Security Install Scripts

365Networks

New Member
Thought I would make the first post in this forum! This is the exact guide that is on WHT as well, posted by me.

I tested on Debian 6, 32-bit, all verified to be working.

RKHunter Automatic Installer:
http://solidshellsecurity.com/tools/...-installer.php


wget http://solidshellsecurity.com/_public/scripts/rkhunter_install.sh -v && chmod u+x rkhunter_install.sh && ./rkhunter_install.sh --email EMAILHERE --time h

Chkrootkit Automatic Installer:
http://solidshellsecurity.com/tools/...-installer.php


wget http://solidshellsecurity.com/_public/scripts/chkrootkit_install.sh -v && chmod u+x chkrootkit_install.sh && ./chkrootkit_install.sh --email EMAILHERE --time h


CSF Automatic Firewall Installer:
http://solidshellsecurity.com/tools/...-installer.php


wget http://solidshellsecurity.com/_public/scripts/csf_install.sh -v && chmod u+x csf_install.sh && ./csf_install.sh --email EMAILHERE --conf 1

SYN Deflate Automatic Script Installer:
http://solidshellsecurity.com/tools/...-installer.php


wget http://solidshellsecurity.com/_public/scripts/synd_install.sh -v && chmod u+x synd_install.sh && ./synd_install.sh --email EMAILHERE --conn 30

Secure /tmp Directory Script:
http://solidshellsecurity.com/tools/...-installer.php


wget http://solidshellsecurity.com/_public/scripts/tmp_secure_install.sh -v && chmod u+x tmp_secure_install.sh && ./tmp_secure_install.sh


More information is available on SolidShellSecurity's website, please note that these are open-source scripts and I do not take credit for making these, I am simply providing the links and open source code for others to use.
 
Last edited by a moderator:

TruvisT

Server Management Specialist
Verified Provider
I would like to make mention, new updates for these scripts are coming along with new ones. :) Our developer comes back from the Navy in a few days and I've been covering for him.
 

GVH-Jon

Banned
Thanks for reposting this! :) I can truly say that SolidShellSecurity is a great company and I surely do hope to see more things like this developed by them in the upcoming future.
 

Damian

New Member
Verified Provider
Will these scripts auto-update once they're applied, or are they more of a one-time thing?
 
Top
amuck-landowner