This is a bash shell script that can be used to validate the integrity of
files on a system with support from openssl.
Similar applications include
tripwire,
aide and
integrit.
Features include:
- simple command line interface
- md5, sha1, permissions, and user/group ownership modification support
- exclude directories to scan
Script syntax:
detectChanges [ -help ] [ -init | -diff ] directory [ -exclude ] dirA
-help print this screen
-init initialize checksums
-diff detect checksums changes (must run -init first)
-exclude exclude these directories (must be included with init and diff)
-verbose show differences in files instead of only listing filename changes
-debug enable debug mode (most verbose, does not delete storage files)
The checksums for the script are:
- md5 93c927a8c7ee40dc05f486a651d8c7e1
- sha1 029abbcd3fa242424849cc16240592254bf817fd
Checksums for the tarball are:
- md5 552a5c7f1355bd2777634a13582e54b8
- sha1 c75637904941ab737e1054a082085a45df0120f6
version 0.5 (current stable) /
view /
gpl
(
0.4 /
sum |
0.3 /
sum |
0.2 /
sum )