Skip to content

A tool to monitor for changes of files in a given directory, as security measure to prevent website hickjack

License

Notifications You must be signed in to change notification settings

rlunaro/changeMonitor

Repository files navigation

changeMonitor

A tool to monitor for changes of files in a given directory, as security measure to prevent website hickjack.

The idea behind changeMonitor is pretty simple: what if you could check if a website have suffered alteration of a file??? Many times you notice this when the website is completely hickjacked, rendering impossible to track what files where changed and when the changed started.

Yes: you can have security configurations to make impossible to change a source file, but many times is impossible to have that because the site requires you to have some files that allow modification.

Other times you forgot to disable php execution in some directories and hence when an attacker puts a malicious php file in that directory, it gains instant access to your site.

This tool is to prevent that in some extent: it detects any file change in a directory of your interest and sends an email every night (or with the periodicity you want).

About

A tool to monitor for changes of files in a given directory, as security measure to prevent website hickjack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published