Check if your WordPress installation is hacked
Run these shell scripts in your WP-root to check for injected code.
grep -r base64_decode *
grep -rp “(?:\\\\x[A-F0-9]{2}){5}” *
Run these shell scripts in your WP-root to check for injected code.
grep -r base64_decode *
grep -rp “(?:\\\\x[A-F0-9]{2}){5}” *