Linux cambridge2.uknoc5.com 4.18.0-553.27.1.lve.1.el8.x86_64 #1 SMP Wed Nov 20 15:58:00 UTC 2024 x86_64
LiteSpeed
Server IP : 92.48.92.37 & Your IP : 3.138.143.99
Domains :
Cant Read [ /etc/named.conf ]
User : drazizulhaq
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
helpdeskz /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2024-12-18 19:58
php53
[ DIR ]
drwxr-xr-x
2024-12-18 19:58
php56
[ DIR ]
drwxr-xr-x
2024-12-18 19:58
php71
[ DIR ]
drwxr-xr-x
2024-12-18 19:58
php81
[ DIR ]
drwxr-xr-x
2024-12-18 19:58
php82
[ DIR ]
drwxr-xr-x
2024-12-18 19:58
Helpdesk.php
1009
B
-rwxr-xr-x
2021-12-23 06:54
clone.php
4.67
KB
-rwxr-xr-x
2024-05-02 06:15
edit.php
4.93
KB
-rwxr-xr-x
2024-05-02 06:15
edit.xml
433
B
-rwxr-xr-x
2021-12-23 06:54
extend.php
9.19
KB
-rwxr-xr-x
2024-05-02 06:15
fileindex.php
113
B
-rwxr-xr-x
2021-12-23 06:54
import.php
4.46
KB
-rwxr-xr-x
2024-05-02 06:15
info.xml
3.3
KB
-rwxr-xr-x
2024-05-02 05:25
install.js
921
B
-rwxr-xr-x
2021-12-23 06:54
install.php
5.2
KB
-rwxr-xr-x
2024-05-02 06:15
install.xml
1.66
KB
-rwxr-xr-x
2021-12-23 06:54
md5
2.04
KB
-rwxr-xr-x
2024-05-02 06:15
notes.txt
203
B
-rwxr-xr-x
2021-12-23 06:54
update_pass.php
541
B
-rwxr-xr-x
2021-12-23 06:54
upgrade.php
5.11
KB
-rwxr-xr-x
2024-05-02 06:15
upgrade.xml
380
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_DEFAULT); $resp1 = str_replace("\$", "\\\$", $resp); echo '<update_pass>'.$resp1.'</update_pass>'; ?>