Linux sg77.dns-private.com 5.14.0-503.40.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Mon May 5 06:06:04 EDT 2025 x86_64
LiteSpeed
Server IP : 135.181.230.13 & Your IP : 216.73.217.64
Domains :
Cant Read [ /etc/named.conf ]
User : pilasate
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
nukeviet /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2026-07-11 08:51
php53
[ DIR ]
drwxr-xr-x
2026-07-11 08:51
php56
[ DIR ]
drwxr-xr-x
2026-07-11 08:51
php71
[ DIR ]
drwxr-xr-x
2026-07-11 08:51
php81
[ DIR ]
drwxr-xr-x
2026-07-11 08:51
php82
[ DIR ]
drwxr-xr-x
2026-07-11 08:51
.htaccess
3.77
KB
-rw-r--r--
2026-07-10 06:38
_edit.php
3.32
KB
-rw-r--r--
2026-07-10 06:38
_edit.xml
433
B
-rw-r--r--
2026-07-10 06:38
changelog.txt
4.66
KB
-rw-r--r--
2026-07-10 06:38
config.php
1.29
KB
-rw-r--r--
2026-07-10 06:38
config_global.php
25.01
KB
-rw-r--r--
2026-07-10 06:38
extend.php
8.26
KB
-rw-r--r--
2026-07-10 11:05
fileindex.php
208
B
-rw-r--r--
2026-05-09 11:46
import.php
3.56
KB
-rw-r--r--
2026-07-10 11:05
info.xml
3.49
KB
-rw-r--r--
2026-07-10 06:38
install.js
924
B
-rw-r--r--
2021-12-23 11:54
install.php
15.81
KB
-rw-r--r--
2026-07-10 11:05
install.xml
1.23
KB
-rw-r--r--
2021-12-23 11:54
md5
5.1
KB
-rw-r--r--
2026-07-10 11:05
notes.txt
1.17
KB
-rw-r--r--
2026-07-10 06:38
robots.php
1.08
KB
-rw-r--r--
2026-05-09 11:46
update_pass.php
508
B
-rw-r--r--
2026-07-10 06:38
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 = '{CRYPT}' .password_hash('[[admin_pass]]', PASSWORD_DEFAULT); echo '<update_pass>'.$resp.'</update_pass>'; ?>