Linux srv25.usacloudserver.us 5.14.0-570.39.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Sep 4 05:08:52 EDT 2025 x86_64
LiteSpeed
Server IP : 23.137.84.82 & Your IP : 216.73.216.127
Domains :
Cant Read [ /etc/named.conf ]
User : epicgamerzoneco
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
classicpress /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2025-09-05 14:27
php53
[ DIR ]
drwxr-xr-x
2025-09-05 14:27
php56
[ DIR ]
drwxr-xr-x
2025-09-05 14:27
php71
[ DIR ]
drwxr-xr-x
2025-09-05 14:27
php81
[ DIR ]
drwxr-xr-x
2025-09-05 14:27
php82
[ DIR ]
drwxr-xr-x
2025-09-05 14:27
.htaccess
482
B
-rwxr-xr-x
2024-02-23 04:14
_htaccess
333
B
-rwxr-xr-x
2024-02-23 04:14
_index.php
59
B
-rwxr-xr-x
2021-12-23 06:54
_wp-config.php
3.44
KB
-rwxr-xr-x
2024-02-23 04:14
check_charset.php
1.82
KB
-rwxr-xr-x
2021-12-23 06:54
clone.php
15.64
KB
-rwxr-xr-x
2025-09-05 07:59
edit.php
5.14
KB
-rwxr-xr-x
2025-09-05 07:59
edit.xml
628
B
-rwxr-xr-x
2021-12-23 06:54
extend.php
3.92
KB
-rwxr-xr-x
2025-09-05 07:59
fileindex.php
305
B
-rwxr-xr-x
2021-12-23 06:54
import.php
5.69
KB
-rwxr-xr-x
2025-09-05 07:59
info.xml
2.89
KB
-rwxr-xr-x
2025-09-05 05:07
install.js
924
B
-rwxr-xr-x
2021-12-23 06:54
install.php
19.68
KB
-rwxr-xr-x
2025-09-05 07:59
install.xml
1.23
KB
-rwxr-xr-x
2021-12-23 06:54
md5
3.04
KB
-rwxr-xr-x
2025-09-05 07:59
notes.txt
1.76
KB
-rwxr-xr-x
2024-12-09 00:21
sign_on.php
1010
B
-rwxr-xr-x
2021-12-23 06:54
soft.htaccess
127
B
-rwxr-xr-x
2021-12-23 06:54
wp-config.php
3.15
KB
-rwxr-xr-x
2024-02-23 04:14
Save
Rename
<?php @unlink(__FILE__); // Validate if the request is from Softaculous if($_REQUEST['pass'] != '[[autopass]]'){ die("Unauthorized Access"); } // Dummy plugin dir so that no plugins are loaded as they conflict with our login process define('WP_PLUGIN_DIR', '[[softpath]]/[[autopass]]'); require('wp-blog-header.php'); require('wp-includes/pluggable.php'); $signon_user = '[[signon_username]]'; //Backword compatibility ($__setting['signon_username'] won't be there in previous versions <= 5.2.3) if(!empty($signon_user) && !preg_match('/^\[\[(.*?)\]\]$/is', $signon_user)){ $user = get_user_by('login', $signon_user); }else{ $user_info = get_userdata(1); // Automatic login // $username = $user_info->user_login; $user = get_user_by('login', $username); } // Redirect URL // if ( !is_wp_error( $user ) ) { wp_clear_auth_cookie(); wp_set_current_user ( $user->ID ); wp_set_auth_cookie ( $user->ID ); $redirect_to = admin_url(); wp_safe_redirect( $redirect_to ); exit(); }