SILENT KILLERPanel

Current Path: > > var > softaculous > wp52


Operation   : Linux premium88.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
Software     : Apache
Server IP    : 185.61.154.216 | Your IP: 216.73.216.44
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: //var/softaculous/wp52

NameTypeSizeLast ModifiedActions
images Directory - -
languages Directory - -
php53 Directory - -
php56 Directory - -
php71 Directory - -
php81 Directory - -
php82 Directory - -
plugins Directory - -
.htaccess File 419 bytes December 23 2021 11:54:36.
_htaccess File 265 bytes December 23 2021 11:54:36.
_index.php File 59 bytes December 23 2021 11:54:36.
_wp-config.php File 3013 bytes December 23 2021 11:54:36.
add_user.php File 461 bytes December 23 2021 11:54:36.
backup.php File 3095 bytes August 13 2025 07:15:38.
check_charset.php File 2067 bytes December 23 2021 11:54:36.
clone.php File 31739 bytes August 13 2025 07:15:38.
clone.xml File 497 bytes December 23 2021 11:54:36.
edit.php File 9652 bytes August 13 2025 07:15:38.
edit.xml File 1801 bytes October 03 2023 08:59:48.
extend.php File 84650 bytes August 13 2025 07:15:38.
fileindex.php File 291 bytes December 23 2021 11:54:36.
import.php File 6698 bytes August 13 2025 07:15:38.
info.xml File 15269 bytes August 13 2025 06:42:46.
install.js File 1501 bytes January 03 2025 13:25:20.
install.php File 31630 bytes August 13 2025 07:15:38.
install.xml File 5791 bytes February 24 2025 07:15:58.
md5 File 4613 bytes August 13 2025 07:15:36.
multisite.sql File 37028 bytes August 13 2025 06:42:46.
notes.txt File 5357 bytes August 13 2025 06:42:46.
plugin_activate.php File 596 bytes December 23 2021 11:54:36.
plugin_deactivate.php File 613 bytes December 23 2021 11:54:36.
sign_on.php File 3359 bytes January 28 2025 09:11:12.
soft.htaccess File 127 bytes December 23 2021 11:54:36.
upgrade.php File 13640 bytes August 13 2025 07:15:38.
upgrade.xml File 1637 bytes October 03 2023 08:59:48.
wp-config.php File 2730 bytes December 23 2021 11:54:36.
wp52.sql File 29568 bytes August 13 2025 06:42:46.
wp52.zip File 14596983 bytes August 13 2025 06:42:46.

Reading File: //var/softaculous/wp52/plugin_deactivate.php

<?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);

SILENT KILLER Tool