sic.pl homepage
simple integrity checker 1.0

What is it

   sic.pl is a command-line file integrity checker writen in perl
   

What it does

   sic.pl first creates a db of file hashes ( md5 , sha1 , sha256 or sha 512 ).
   then sic.pl can check the files for any file modification or creation.
   

Usage

      unzip.

      if you want to receive a mail report edit ~mail.cfg and rename
      it to mail.cfg

      run.

      sic.pl -m  db_name | -c db_name  [ -f | -q | -e filetype ] 
                 [ -d drive | folder ] [ -t md5 | sha | sha256 | sha512 ]

      options :

        -m : make 
        -c : check 
        -d : start folder / drive (default : drives A: to Z:) 
        -e : check files with filetype extension
        -f : check all files
        -q : check files with the following extensions : .bat .cmd 
             .com .exe .ocx .dll .sys .vbs .wsh 
        -t : hash type (default : sha)

      examples :

        sic.pl -m windir -d c:\WINDOWS 

        sic.pl -m config -f -d /etc -t sha256

        sic.pl -c windrive -d c: -e .exe

        sic.pl -c windrive ( -d is mandatory on linux)

      see sic_manpage.htm for more information.
   

License

   GPL.
   

Download

   download