• Resolved brechtryckaert

    (@brechtryckaert)


    Hi,

    On several of the hosting accounts under our management, we’re seeing that the following line gets added multiple times/repeatedly:

    @(include '/data/sites/web/REDACTED/www/malcare-waf.php');

    Interestingly (not sure if related) we see code referring to a non-existing file:

    cat /data/sites/web/REDACTED/www/malcare-waf.php
    <?php // Please validate auto_prepend_file setting before removing this file if (file_exists('/data/sites/web/REDACTED/www/wp-content/plugins/blogvault-real-time-backup/protect/prepend/ignitor.php')) { define("MCDATAPATH", '/data/sites/web/REDACTED/www/wp-content/mc_data/'); define("MCCONFKEY", 'REDACTED'); include_once('/data/sites/web/REDACTED/www/wp-content/plugins/blogvault-real-time-backup/protect/prepend/ignitor.php'); } ?>

    cat /data/sites/web/REDACTED/www/wp-content/plugins/blogvault-real-time-backup/protect/prepend/ignitor.php cat: /data/sites/web/REDACTED/www/wp-content/plugins/blogvault-real-time-backup/protect/prepend/ignitor.php: No such file or directory

    grep malcar www/wp-config.php @(include '/data/sites/web/REDACTED/www/malcare-waf.php');

    cat /data/sites/web/REDACTED/www/malcare-waf.php <?php // Please validate auto_prepend_file setting before removing this file if (file_exists('/data/sites/web/REDACTED/www/wp-content/plugins/blogvault-real-time-backup/protect/prepend/ignitor.php')) { define("MCDATAPATH", '/data/sites/web/REDACTED/www/wp-content/mc_data/'); define("MCCONFKEY", 'REDACTED'); include_once('/data/sites/web/REDACTED/www/wp-content/plugins/blogvault-real-time-backup/protect/prepend/ignitor.php'); } ?>

    cat /data/sites/web/REDACTED/www/wp-content/plugins/blogvault-real-time-backup/protect/prepend/ignitor.php cat: /data/sites/web/REDACTED/www/wp-content/plugins/blogvault-real-time-backup/protect/prepend/ignitor.php: No such file or directory

    Please reach out if you need further info from our end.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support amanbv

    (@amanbv)

    Hey,

    Thank you for your message. Would you be able to share more details on what you mean by “line gets added multiple times/repeatedly”? Is the include mentioned multiple times on the same file or does it get re-added after you remove it?

    Thank you,

    Aman Kedia

    Plugin Support amanbv

    (@amanbv)

    We’re closing this thread for inactivity. Please do reachout to our team if you need assistance or reply here & we can open the thread.

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.