php - How to list modified files? -
I am developing a security mother-in-law and I need to create a script that constantly crawls all public files on the server And alerts me
It has to work on Windows / Linux.
Which languages, libraries or scripts should I use?
Thank you for your valuable advice.
As you have tagged your question with PHP, I suggest you to use PHP language ^^
Because you said that this cross platform should work, which you can not use the filemeter.
I will suggest you to create a hash database (repeater!), You In your cron job you crawl again and compare the file hash, if a hash has changed the file after the last check. md5_file for this.
Comments
Post a Comment