SysChk 3.1
By: h0e <h0e@IHackedThisBox.com>
Http://www.IHackedThisBox.com/
SysChk is a tool to aide in the monitor of file system integrity. This tool will ensure the integrity of files & directories is monitored for any changes.
Monitored changes include:
User Ownership.
Group Ownership.
File Permissions.
Modified Time.
Md5 Hash.
SysChk Configuration:
SysChk configuration is simple.
Just edit the syschk.conf then add the directories you wish to monitor.
- Example
- DIR=/usr/bin DIR=/root
- Options
- -h This Menu. -f <cfg_file> path for config file. -s <chksumdb> path to checksum DB. -i Initialize database -c Check FileSystem Integrity -d Dump the whole database. -l <log_file> path to log file.
- Examples
- ## Create new or Update existing database. syschk -i -f /etc/syschk.conf -s /var/lib/syschk.db
## Check for file system changes.
syschk -c -f /etc/syschk.conf -s /var/lib/syschk.db
