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 : 18.217.11.132
Domains :
Cant Read [ /etc/named.conf ]
User : drazizulhaq
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
suitecrm7 /
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
_.htaccess
3.97
KB
-rwxr-xr-x
2023-11-23 06:31
clone.php
16.44
KB
-rwxr-xr-x
2024-11-06 07:38
config.php
11.58
KB
-rwxr-xr-x
2024-11-06 07:05
config_override.php
132
B
-rwxr-xr-x
2024-11-06 07:05
edit.php
4.68
KB
-rwxr-xr-x
2024-11-06 07:38
edit.xml
433
B
-rwxr-xr-x
2023-11-23 06:31
extend.php
10
KB
-rwxr-xr-x
2024-11-06 07:38
fileindex.php
673
B
-rwxr-xr-x
2023-11-23 06:31
get_user.php
947
B
-rwxr-xr-x
2023-11-23 06:31
import.php
3.33
KB
-rwxr-xr-x
2024-11-06 07:38
info.xml
3.55
KB
-rwxr-xr-x
2024-11-06 07:05
install.js
924
B
-rwxr-xr-x
2023-11-23 06:31
install.php
11.07
KB
-rwxr-xr-x
2024-11-06 07:38
install.xml
1.12
KB
-rwxr-xr-x
2024-02-07 02:59
md5
1.58
KB
-rwxr-xr-x
2024-11-06 07:38
notes.txt
1.11
KB
-rwxr-xr-x
2023-11-23 06:31
status.json
305
B
-rwxr-xr-x
2023-11-23 06:31
update_pass.php
558
B
-rwxr-xr-x
2023-11-23 06:31
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(strtolower(md5('[[admin_pass]]')), PASSWORD_DEFAULT); $resp1 = str_replace("\$", "\\\$", $resp); echo '<update_pass>'.$resp1.'</update_pass>'; ?>