File: simple.pol

package info (click to toggle)
stealth 4.04.00-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,540 kB
  • sloc: cpp: 2,759; sh: 151; makefile: 111; ansic: 52
file content (12 lines) | stat: -rw-r--r-- 502 bytes parent folder | download | duplicates (9)
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    -s "simple STEALTH report"
    USE SSH         /usr/bin/ssh localhost -q

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