openssl req -new -newkey rsa:2048 -nodes -sha256 \
-keyout unsri.ac.id.key \
-out unsri.ac.id.csr \
-subj "/C=ID/ST=Sumatera Selatan/L=Palembang/O=Universitas Sriwijaya/CN=*.unsri.ac.id" \
-addext "subjectAltName=DNS:*.unsri.ac.id,DNS:unsri.ac.id"
openssl req -new -newkey rsa:2048 -nodes -sha256 \
-keyout unsri.ac.id.key \
-out unsri.ac.id.csr \
-subj "/C=ID/ST=Sumatera Selatan/L=Palembang/O=Universitas Sriwijaya/CN=*.unsri.ac.id" \
-addext "subjectAltName=DNS:*.unsri.ac.id,DNS:unsri.ac.id"
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
------------------------------