Addishiwot/SIV
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
*********System Integration Verifier(SIV)***************** System Integration verifier is a simple program which detects file system modifications with in a directory tree. SIV warns about any changes to a report file HOW TO USE: ----------- You may need to be a root user to run SIV, as some files don't have a read/write access rights. [1] Run SIV in "initialization mode The first command line flag should be <-i> Run SIV as: python SIV.py -i --dir <monitored path> --ver <verification file> --rep <report file> --hash <hash function> Three types of hashs are implemented. i.e. sha1, md5 and sha256 [2] Run SIV in "Verification mode The first command line flag should be -v Run SIV as: python SIV.py -i --dir <monitored path> --ver <verification file> --rep <report file> --hash <hash function> Report file will be generated in the specified folder i.e. the folder specified by the user.