Branches
Releases
Comments
[»]
another c++ project on the same topic
by Michael Shigorin - Jun 3rd 2007 03:07:16
here are links for 'osec' integrity checker tool used in ALT Linux:
http://freshmeat.net/projects/o-security/
http://git.altlinux.org/people/inger/packages/?p=osec.git;a=summary
you might be interested in sharing some effort.
PS: how does wmnd do? :)
-- Michael Shigorin
mike SOMEWHERE AT altlinux PLUS DOT org
[reply]
[top]
[»]
nice
by karellen - Jan 6th 2001 17:15:58
This tool is pretty nice and it has most of the things I wanted
from a file integrity verification system: constant datbases,
file attributes like inode, pemissions, number of links, uid,
gid, file size, access and modification times, and of course
SHA checksums. It's statically linked with OpenSSL and CDB,
so things don't get messed up if someone poisons your libs.
Very simple config file syntax (syslog.conf like) and checksum
generation for the current/known state database so you know
if it's been tampered with. See the homepage for more info.
Keep up the good work, I'd like to see this included in Debian ;*)
[reply]
[top]
|