If a malicious PHP file never appears in the Apache log is it safe to assume it never executed?
I’ve found a couple of suspicious-looking PHP files on my webserver obfuscated by a substantial block of eval. Ideally, I’d like to know what they do, but I’m struggling to decrypt them.
Everything else on the server matches my git repo, s… Continue reading If a malicious PHP file never appears in the Apache log is it safe to assume it never executed?