Linux amd.servercpanel.com 5.14.0-570.25.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 9 04:57:09 EDT 2025 x86_64
LiteSpeed
Server IP : 161.248.188.165 & Your IP : 216.73.216.219
Domains :
Cant Read [ /etc/named.conf ]
User : oishifashion
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
wp68 /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2025-12-06 02:52
languages
[ DIR ]
drwxr-xr-x
2025-12-06 02:52
php53
[ DIR ]
drwxr-xr-x
2025-12-06 02:52
php56
[ DIR ]
drwxr-xr-x
2025-12-06 02:52
php71
[ DIR ]
drwxr-xr-x
2025-12-06 02:52
php81
[ DIR ]
drwxr-xr-x
2025-12-06 02:52
php82
[ DIR ]
drwxr-xr-x
2025-12-06 02:52
plugins
[ DIR ]
drwxr-xr-x
2025-12-06 02:52
.htaccess
482
B
-rw-r--r--
2025-12-02 19:24
_htaccess
553
B
-rw-r--r--
2025-12-02 19:24
_index.php
59
B
-rw-r--r--
2025-12-02 19:24
_wp-config.php
3.39
KB
-rw-r--r--
2025-12-02 19:24
add_user.php
461
B
-rw-r--r--
2025-12-02 19:24
backup.php
3.02
KB
-rw-r--r--
2025-12-04 01:15
check_charset.php
2.02
KB
-rw-r--r--
2025-12-02 19:24
clone.php
32.21
KB
-rw-r--r--
2025-12-04 01:15
clone.xml
497
B
-rw-r--r--
2025-12-02 19:24
edit.php
9.92
KB
-rw-r--r--
2025-12-04 01:15
edit.xml
1.98
KB
-rw-r--r--
2025-12-02 19:24
extend.php
101.43
KB
-rw-r--r--
2025-12-04 01:15
fileindex.php
291
B
-rw-r--r--
2025-12-02 19:24
import.php
6.53
KB
-rw-r--r--
2025-12-04 01:15
info.xml
15.56
KB
-rw-r--r--
2025-12-04 01:14
install.js
4.2
KB
-rw-r--r--
2025-12-02 19:24
install.php
32.46
KB
-rw-r--r--
2025-12-04 01:15
install.xml
10.41
KB
-rw-r--r--
2025-12-02 19:24
md5
4.68
KB
-rw-r--r--
2025-12-04 01:15
notes.txt
6.08
KB
-rw-r--r--
2025-12-02 19:24
plugin_activate.php
596
B
-rw-r--r--
2025-12-02 19:24
plugin_deactivate.php
613
B
-rw-r--r--
2025-12-02 19:24
sign_on.php
3.28
KB
-rw-r--r--
2025-12-02 19:24
soft.htaccess
127
B
-rw-r--r--
2025-12-02 19:24
update_pass.php
602
B
-rw-r--r--
2025-12-02 19:24
upgrade.php
14.67
KB
-rw-r--r--
2025-12-04 01:15
upgrade.xml
1.83
KB
-rw-r--r--
2025-12-02 19:24
wp-config.php
3.11
KB
-rw-r--r--
2025-12-02 19: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); $password_to_hash = base64_encode( hash_hmac( 'sha384', '[[admin_pass]]', 'wp-sha384', true ) ); $resp = password_hash($password_to_hash, PASSWORD_BCRYPT); echo '<update_pass>'.'$wp' . $resp.'</update_pass>'; ?>