Overall Security Audit using application TigerYou can use an open source application like Tiger to perform a full security audit for your server. Follow the steps listed below.
Ubuntu/Debian
--------
:~# apt-get install tiger
--------
Centos
--------
~]# wget
http://flexbox.sourceforge.net/centos/5/x86_64/tiger-3.2.1-11.el5.x86_64.rpm ~]# rpm -ivh tiger-3.2.1-11.el5.x86_64.rpm
warning: tiger-3.2.1-11.el5.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 4026433f
Preparing... ########################################### [100%]
1:tiger ########################################### [100%]
--------------
Once installation is completed, run it using the following command.
-------
~]# tiger
-------
It will take some time to complete. You will be able to view the full report at the following location.
~]# cat /var/log/tiger/security.report.* | less
Cheers!!!