File: simple.pol

package info (click to toggle)
stealth 1.45-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 716 kB
  • ctags: 175
  • sloc: cpp: 1,612; makefile: 88; sh: 70
file content (12 lines) | stat: -rw-r--r-- 497 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
# this policy will scan the files in /bin, writing the results in /tmp. 
# the base directory is SIMPLE
# The user running stealth should be able to make an ssh connection to itself.
# Use this file with, e.g., ./stealth simple.pol

# set up the non-default USE variables 
    USE BASE        SIMPLE
    USE MAILER      ../stealthmail
    USE MAILARGS    "simple STEALTH report"
    USE SSH         /usr/bin/ssh localhost -q

CHECK bin /usr/bin/find /bin -type f -xdev -exec /usr/bin/md5sum {} \;