Sentinel File System Integrity Checker

There are a few things I'd like to include in this package, but haven't gotten around to doing yet. In no particular order:
  • New File Detection: There currently is no provision for detecting new files on the system, unless the user runs traverse.sh and InitSentineldb.sh again. I would like to add functionality to detect when a new file has been added to the file system. Otherwise, it is possible for a cracker to add trojaned binaries to the file system without the sys admin's knowledge.
  • Web-based Reporting and Monitoring Tools: Need I say more?
  • Rewrite traverse.sh to use a simpler, more efficient way to walk the directory tree, like with "find".