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.101.30
Domains :
Cant Read [ /etc/named.conf ]
User : drazizulhaq
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
miniflux /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2024-12-18 19:59
php53
[ DIR ]
drwxr-xr-x
2024-12-18 19:59
php56
[ DIR ]
drwxr-xr-x
2024-12-18 19:59
php71
[ DIR ]
drwxr-xr-x
2024-12-18 19:59
php81
[ DIR ]
drwxr-xr-x
2024-12-18 19:59
php82
[ DIR ]
drwxr-xr-x
2024-12-18 19:59
_edit.php
4.03
KB
-rwxr-xr-x
2023-11-14 06:24
_edit.xml
433
B
-rwxr-xr-x
2023-11-14 06:24
changelog.txt
3.45
KB
-rwxr-xr-x
2021-12-23 06:54
config.php
3.92
KB
-rwxr-xr-x
2021-12-23 06:54
extend.php
8.74
KB
-rwxr-xr-x
2024-05-02 06:44
fileindex.php
240
B
-rwxr-xr-x
2021-12-23 06:54
import.php
3.08
KB
-rwxr-xr-x
2024-05-02 06:44
info.xml
2.77
KB
-rwxr-xr-x
2024-05-02 05:25
install.js
921
B
-rwxr-xr-x
2021-12-23 06:54
install.php
4.4
KB
-rwxr-xr-x
2024-05-02 06:44
install.xml
1.28
KB
-rwxr-xr-x
2021-12-23 06:54
md5
6.65
KB
-rwxr-xr-x
2024-05-02 06:44
notes.txt
476
B
-rwxr-xr-x
2021-12-23 06:54
update_pass.php
497
B
-rwxr-xr-x
2023-11-14 06:24
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>'; ?>