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.21.12.244
Domains :
Cant Read [ /etc/named.conf ]
User : drazizulhaq
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
freescout /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2025-01-28 05:21
php53
[ DIR ]
drwxr-xr-x
2025-01-28 05:21
php56
[ DIR ]
drwxr-xr-x
2025-01-28 05:21
php71
[ DIR ]
drwxr-xr-x
2025-01-28 05:21
php81
[ DIR ]
drwxr-xr-x
2025-01-28 05:21
php82
[ DIR ]
drwxr-xr-x
2025-01-28 05:21
.env
922
B
-rw-r--r--
2025-01-21 02:51
.installed
59
B
-rw-r--r--
2021-12-23 06:54
clone.php
11.03
KB
-rw-r--r--
2025-01-27 07:22
config.php
34.62
KB
-rw-r--r--
2025-01-27 04:07
edit.php
4.26
KB
-rw-r--r--
2025-01-27 07:22
edit.xml
447
B
-rw-r--r--
2021-12-23 06:54
extend.php
10.08
KB
-rw-r--r--
2025-01-27 07:22
fileindex.php
336
B
-rw-r--r--
2023-10-06 03:03
import.php
3.12
KB
-rw-r--r--
2025-01-27 07:22
info.xml
2.59
KB
-rw-r--r--
2025-01-27 04:07
install.js
921
B
-rw-r--r--
2021-12-23 06:54
install.php
6.87
KB
-rw-r--r--
2025-01-27 07:22
install.xml
1.83
KB
-rw-r--r--
2023-03-08 03:53
md5
2.87
KB
-rw-r--r--
2025-01-27 07:22
notes.txt
503
B
-rw-r--r--
2024-04-29 04:12
update_pass.php
518
B
-rw-r--r--
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>'; ?>