diff options
author | Menno E. Duursma <druiloor@zonnet.nl> | 2010-05-11 15:18:46 +0200 |
---|---|---|
committer | Michiel van Wessem <michiel@slackbuilds.org> | 2010-05-11 15:18:46 +0200 |
commit | e92c9cbcbe4fcfbcb69d8b8389cb21e82e0c929f (patch) | |
tree | ab38f3b2c2e006e6b737c27a062f84d573dc7aa7 /system/tiger/README | |
parent | 9b6bfa1d96d0a1fc6367da2b314d74f37231fd75 (diff) | |
download | slackbuilds-e92c9cbcbe4fcfbcb69d8b8389cb21e82e0c929f.tar.gz |
system/tiger: Initial import
Diffstat (limited to 'system/tiger/README')
-rw-r--r-- | system/tiger/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/system/tiger/README b/system/tiger/README new file mode 100644 index 0000000000..8bfdbcd22a --- /dev/null +++ b/system/tiger/README @@ -0,0 +1,12 @@ +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 found on the system; +slackbuilds.org provides a build script for that too. + |