PhpWebChecksum

PhpWebChecksum is a little php project which aims to provide the means to create checksums for whole websites to be able to monitor which files have changed, have been added or were deleted. A brief introduction can be found in my blog post checking websites for intrusions.

Features

  • a single php script containing all the logic can easily uploaded to any site
  • no data is stored on the server, i.e. nothing is written or changed on your website.
  • for each file on your site a SHA1 checksum, the file dates, owner and unix permissions are stored in an xml document
  • the xml checksum list can be downloaded
  • a locally stored (perviously downloaded) checksum list can be compared with the current state of the website

Known Bugs / Limitations

  • The checksum list and the comparison are generated in memory only. While this is also a feature, the maximium memory size php is allowed to use limits the amount of files that can be checked and compared.

Ressources

One thought on “PhpWebChecksum

  1. Pingback: techbits.de » Blog Archive » PhpWebChecksum to be released soon

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>