diff options
author | pyllyukko <pyllyukko AT maimed dot org> | 2011-10-15 07:35:41 -0500 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-10-22 10:17:07 -0200 |
commit | b663f5c1fefcd902bdeaf686af376b68a889349c (patch) | |
tree | 74990fc778cee891fda75e39f4350647bbdd44b3 /system/tiger/README | |
parent | ad917533115e9d6c7d4b8e743c6a61a1933116ee (diff) | |
download | slackbuilds-b663f5c1fefcd902bdeaf686af376b68a889349c.tar.gz |
system/tiger: Added (Report system security vulnerabilities)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'system/tiger/README')
-rw-r--r-- | system/tiger/README | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/system/tiger/README b/system/tiger/README new file mode 100644 index 0000000000..85bd0c4df4 --- /dev/null +++ b/system/tiger/README @@ -0,0 +1,20 @@ +TIGER, or the 'tiger' scripts, is a set of Bourne shell scripts, +C programs and data files which are used to perform a security audit +of UNIX systems. It is designed to hopefully be easy to use, easy to +understand and easy to enhance. + +'tiger' incorporates checks primarily oriented towards Linux integrity +including: md5sums checks installed files, (and it can call AIDE or +Intergrit aswell), analysis of local listening processes, and then some. + +Tiger uses 'chkrootkit' for rootkit scanning if it's present. + +This SlackBuild will also verify the package's PGP signature +if the following conditions are met: + + - You have GnuPG installed + - You have the appropriate public PGP key (0xDC814B09) + in your trustedkeys.gpg keyring + (available at http://savannah.nongnu.org/people/viewgpg.php?user_id=7475) + - You have downloaded the sig file from + http://download.savannah.gnu.org/releases/tiger/tiger-${VERSION}.tar.gz.sig |