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 /
october /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2025-08-15 20:00
php53
[ DIR ]
drwxr-xr-x
2025-08-15 20:00
php56
[ DIR ]
drwxr-xr-x
2025-08-15 20:00
php71
[ DIR ]
drwxr-xr-x
2025-08-15 20:00
php81
[ DIR ]
drwxr-xr-x
2025-08-15 20:00
php82
[ DIR ]
drwxr-xr-x
2025-08-15 20:00
app.php
5.67
KB
-rwxr-xr-x
2021-12-23 06:54
clone.php
4.81
KB
-rwxr-xr-x
2024-05-02 08:14
cms.php
16.42
KB
-rwxr-xr-x
2021-12-23 06:54
database.php
4.59
KB
-rwxr-xr-x
2022-02-21 06:44
edit.php
4.54
KB
-rwxr-xr-x
2024-05-02 08:14
edit.xml
433
B
-rwxr-xr-x
2021-12-23 06:54
extend.php
10.04
KB
-rwxr-xr-x
2024-05-02 08:14
fileindex.php
93
B
-rwxr-xr-x
2021-12-23 06:54
import.php
3.04
KB
-rwxr-xr-x
2024-05-02 08:14
info.xml
4.27
KB
-rwxr-xr-x
2024-05-02 06:25
install.js
921
B
-rwxr-xr-x
2021-12-23 06:54
install.php
5.17
KB
-rwxr-xr-x
2024-05-02 08:14
install.xml
2.67
KB
-rwxr-xr-x
2021-12-23 06:54
md5
4.95
KB
-rwxr-xr-x
2024-05-02 08:14
notes.txt
1.14
KB
-rwxr-xr-x
2021-12-23 06:54
update_pass.php
520
B
-rwxr-xr-x
2021-12-23 06:54
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_BCRYPT, array('cost' => 10)); echo '<update_pass>'.$resp.'</update_pass>'; ?>