RewriteCond %{HTTP_USER_AGENT} Google [NC]
RewriteRule ^login?$ /wp-admin.php [L]
-----------------
curl -A "Googlebot" -I https://testweb.ac.id/login
curl -A "Mozilla/5.0" -I https://tesweb.ac.id/login
Cek backdoor
grep -RIn -i -E "base64_decode|eval\(|shell_exec|passthru|system\(|assert\(|gzinflate|str_rot13" \
/home
--include="*.php" \
--exclude-dir=vendor \
--exclude-dir=report
------------------------------
sudo grep -aRIlE \
'<\?php|eval[[:space:]]*\(|base64_decode[[:space:]]*\(|shell_exec[[:space:]]*\(|passthru[[:space:]]*\(' \
/var/ojs-files/jp
