As Linux becomes a more popular Operating System, it also become's more popular Crackers Target. Because it is more of a target nowdays, a system administrator needs tools to see if his system has been cracked or not.
Ricepaper is designed to show the administrator when things have changed. It is essentially a poor man's tripwire. It does not make your system more secure, but it does let you have more peace of mind when systems start getting hacked into.

TO DO
Make a man page

Variables
DEBUG Turn on debugging which states what is happening each step of the way
ARCHIVEDAY What day of the month the logs and history is archived
LOGFILE Where is the mail log file
DATAPATH Where is the data placed
MAIL What mail program is used *note* changing this could cause the mailling to fail on a syntax error
MAILLIST Who to send mail to when a change has been detected.

Version Changes
Version 0.9.0
  • It Basically Works
Version 0.9.1
  • Initiallizing problem fixed
  • Archiving Added
Version 0.9.2
  • Config File usage implemented
Version 0.9.4
  • Put in the option of doing just rpms or just verifications
Version 1.9.0
  • Rewrote RicePaper to work one rpm at a time
Version 1.9.4
  • Fixed the main bug that had been plaguing me from the beginning.
Version 1.9.8
  • Finished with the rpm exclusions, only need final debugging and a man page