Linux server19.dn-server.com 3.10.0-962.3.2.lve1.5.88.el7.x86_64 #1 SMP Fri Sep 26 14:06:42 UTC 2025 x86_64
LiteSpeed
Server IP : 46.209.20.154 & Your IP : 216.73.216.48
Domains :
Cant Read [ /etc/named.conf ]
User : emadteam
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
wp69 /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2026-08-11 18:06
languages
[ DIR ]
drwxr-xr-x
2026-08-11 18:06
php53
[ DIR ]
drwxr-xr-x
2026-08-11 18:06
php56
[ DIR ]
drwxr-xr-x
2026-08-11 18:06
php71
[ DIR ]
drwxr-xr-x
2026-08-11 18:06
php81
[ DIR ]
drwxr-xr-x
2026-08-11 18:06
php82
[ DIR ]
drwxr-xr-x
2026-08-11 18:06
plugins
[ DIR ]
drwxr-xr-x
2026-08-11 18:06
.htaccess
482
B
-rw-r--r--
2026-05-21 08:01
_htaccess
553
B
-rw-r--r--
2026-05-21 08:01
_index.php
59
B
-rw-r--r--
2026-05-21 08:01
_wp-config.php
3.39
KB
-rw-r--r--
2026-05-21 08:01
add_user.php
461
B
-rw-r--r--
2026-05-21 08:01
backup.php
3.02
KB
-rw-r--r--
2026-08-10 02:55
check_charset.php
2.02
KB
-rw-r--r--
2026-05-21 08:01
clone.php
32.16
KB
-rw-r--r--
2026-08-10 02:55
clone.xml
497
B
-rw-r--r--
2026-05-21 08:01
edit.php
10.37
KB
-rw-r--r--
2026-08-10 02:55
edit.xml
2.2
KB
-rw-r--r--
2026-05-21 08:01
extend.php
101.52
KB
-rw-r--r--
2026-08-10 02:55
fileindex.php
291
B
-rw-r--r--
2026-05-21 08:01
import.php
6.54
KB
-rw-r--r--
2026-08-10 02:55
info.xml
15.95
KB
-rw-r--r--
2026-08-10 02:53
install.js
4.2
KB
-rw-r--r--
2026-05-21 08:01
install.php
32.42
KB
-rw-r--r--
2026-08-10 02:55
install.xml
11.13
KB
-rw-r--r--
2026-05-21 08:01
md5
4.92
KB
-rw-r--r--
2026-08-10 02:55
notes.txt
6.39
KB
-rw-r--r--
2026-08-10 02:53
plugin_activate.php
596
B
-rw-r--r--
2026-05-21 08:01
plugin_deactivate.php
613
B
-rw-r--r--
2026-05-21 08:01
sign_on.php
3.28
KB
-rw-r--r--
2026-05-21 08:01
soft.htaccess
127
B
-rw-r--r--
2026-05-21 08:01
update_pass.php
639
B
-rw-r--r--
2026-05-21 08:01
upgrade.php
15.16
KB
-rw-r--r--
2026-08-10 02:55
upgrade.xml
2.05
KB
-rw-r--r--
2026-05-21 08:01
wp-config.php
3.11
KB
-rw-r--r--
2026-05-21 08:01
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); } if(!defined('PASSWORD_DEFAULT')){ 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>'; ?>