FileTraq is a software that runs periodically from the root crontab for monitoring files.
This software is beneficial for anyone who is worried about people breaking in and changing things without their knowledge or for those who want to keep tabs on configuration files. It can even be useful for adding some sanity to your own life, by reminding you when files have been changed.
The software works by reading a list of files to watch, runs diff against each file and its backup, and reports any discrepancies, along with keeping a dated backup of the original.
However, there are a few downsides to the software. One of them is that it doesn't take care of its backups very well. The dated backups will accumulate in the backups directory without being bounded by disk space. Also, it only handles text files, so it's not a Tripwire replacement for the use with system binaries.
FileTraq is not well tested or hardened, so users should be careful. No security holes are known at this time, but please be cautious when using the software.
Recent updates to the software include a few new features.
Version 0.2: N/A