Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Overall Security Audit using application Tiger  (Read 3292 times)

0 Members and 1 Guest are viewing this topic.

rohitj

  • Guest
Overall Security Audit using application Tiger
« on: November 16, 2013, 10:01:58 pm »
Overall Security Audit using application Tiger

You 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!!!