Linux moon.hostseba.com 4.18.0-553.51.1.lve.el8.x86_64 #1 SMP Tue May 6 15:14:12 UTC 2025 x86_64
LiteSpeed
Server IP : 103.174.152.68 & Your IP : 216.73.216.6
Domains :
Cant Read [ /etc/named.conf ]
User : julaysp1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
wp67 /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2025-08-07 08:06
languages
[ DIR ]
drwxr-xr-x
2025-08-07 08:06
php53
[ DIR ]
drwxr-xr-x
2025-08-07 08:06
php56
[ DIR ]
drwxr-xr-x
2025-08-07 08:06
php71
[ DIR ]
drwxr-xr-x
2025-08-07 08:06
php81
[ DIR ]
drwxr-xr-x
2025-08-07 08:06
php82
[ DIR ]
drwxr-xr-x
2025-08-07 08:06
plugins
[ DIR ]
drwxr-xr-x
2025-08-07 08:06
.htaccess
482
B
-rw-r--r--
2025-04-15 01:47
_htaccess
553
B
-rw-r--r--
2025-04-15 01:47
_index.php
59
B
-rw-r--r--
2025-04-15 01:47
_wp-config.php
3.39
KB
-rw-r--r--
2025-04-15 01:47
add_user.php
461
B
-rw-r--r--
2025-04-15 01:47
backup.php
3.02
KB
-rw-r--r--
2025-08-06 02:33
check_charset.php
2.02
KB
-rw-r--r--
2025-04-15 01:47
clone.php
32.23
KB
-rw-r--r--
2025-08-06 02:33
clone.xml
497
B
-rw-r--r--
2025-04-15 01:47
edit.php
9.45
KB
-rw-r--r--
2025-08-06 02:33
edit.xml
1.76
KB
-rw-r--r--
2025-04-15 01:47
extend.php
93.7
KB
-rw-r--r--
2025-08-06 02:33
fileindex.php
291
B
-rw-r--r--
2025-04-15 01:47
import.php
6.52
KB
-rw-r--r--
2025-08-06 02:33
info.xml
14.91
KB
-rw-r--r--
2025-08-06 02:30
install.js
925
B
-rw-r--r--
2025-04-15 01:47
install.php
30.8
KB
-rw-r--r--
2025-08-06 02:33
install.xml
9.71
KB
-rw-r--r--
2025-04-15 01:47
md5
4.34
KB
-rw-r--r--
2025-08-06 02:33
multisite.sql
37.75
KB
-rw-r--r--
2025-08-06 02:30
notes.txt
6.08
KB
-rw-r--r--
2025-08-06 02:30
plugin_activate.php
596
B
-rw-r--r--
2025-04-15 01:47
plugin_deactivate.php
613
B
-rw-r--r--
2025-04-15 01:47
sign_on.php
3.28
KB
-rw-r--r--
2025-04-15 01:47
soft.htaccess
127
B
-rw-r--r--
2025-04-15 01:47
upgrade.php
14.17
KB
-rw-r--r--
2025-08-06 02:33
upgrade.xml
1.62
KB
-rw-r--r--
2025-04-15 01:47
wp-config.php
3.11
KB
-rw-r--r--
2025-04-15 01:47
wp67.sql
30.17
KB
-rw-r--r--
2025-08-06 02:30
wp67.zip
26.81
MB
-rw-r--r--
2025-08-06 02:30
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);