• Just a few thoughts on the plugin

    I’m wondering if it’d be useful to have the recently created / modified files listed as well? I generally know when I upgraded a plugin / made a change.

    The ability to exclude certain folders
    wp-content/cache/wp-cache-5be88488257f0e334d069148af390499.html
    for example unless it’s a php file in there though I realise you could also have evil html/js files in there as well

    I’ve been ending up adding in a few trusted plugins as well to the hashes that are pretty common for me wp-super-cache for example

    generally straight forward enough to create the hashes

    find . -type f -exec openssl md5 {} +

    does the trick (on mac) and then a bit of massaging the data to the right format though I’ll probably automate that bit

  • The topic ‘a few thoughts … recently modified files’ is closed to new replies.