SILENT KILLERPanel

Current Path: > > var > softaculous > wp60


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/wp60

NameTypeSizeLast ModifiedActions
images Directory - -
languages Directory - -
php53 Directory - -
php56 Directory - -
php71 Directory - -
php81 Directory - -
php82 Directory - -
plugins Directory - -
.htaccess File 481 bytes October 16 2023 06:52:48.
_htaccess File 553 bytes November 02 2022 06:11:44.
_index.php File 59 bytes November 02 2022 06:11:44.
_wp-config.php File 3144 bytes November 02 2022 06:11:44.
add_user.php File 461 bytes November 02 2022 06:11:44.
backup.php File 3103 bytes August 12 2025 12:44:46.
check_charset.php File 2067 bytes November 02 2022 06:11:44.
clone.php File 31723 bytes August 12 2025 12:44:46.
clone.xml File 497 bytes November 02 2022 06:11:44.
edit.php File 9672 bytes August 12 2025 12:44:46.
edit.xml File 1801 bytes October 03 2023 08:59:48.
extend.php File 85108 bytes August 12 2025 12:44:46.
fileindex.php File 291 bytes November 02 2022 06:11:44.
import.php File 6665 bytes August 12 2025 12:44:46.
info.xml File 15268 bytes August 12 2025 12:10:42.
install.js File 1493 bytes January 03 2025 13:25:20.
install.php File 32213 bytes August 12 2025 12:44:46.
install.xml File 5787 bytes February 24 2025 07:15:58.
md5 File 6831 bytes August 12 2025 12:44:46.
multisite.sql File 37864 bytes August 12 2025 12:10:42.
notes.txt File 6001 bytes August 12 2025 12:10:42.
plugin_activate.php File 596 bytes November 02 2022 06:11:44.
plugin_deactivate.php File 613 bytes November 02 2022 06:11:44.
sign_on.php File 3248 bytes January 28 2025 09:17:46.
soft.htaccess File 127 bytes November 02 2022 06:11:44.
upgrade.php File 14118 bytes August 12 2025 12:44:46.
upgrade.xml File 1633 bytes October 03 2023 08:59:48.
wp-config.php File 2850 bytes November 02 2022 06:11:44.
wp60.sql File 30506 bytes August 12 2025 12:10:42.
wp60.zip File 23187251 bytes August 12 2025 12:10:42.

Reading File: //var/softaculous/wp60/add_user.php

<?php

@unlink(__FILE__);

// Validate if the request is from Softaculous
if($_REQUEST['pass'] != '[[autopass]]'){
	die("Unauthorized Access");
}

require_once('wp-blog-header.php');

$user_data = '[[user_data]]';
$user_data = unserialize($user_data);

$add = wp_insert_user($user_data);

$ret = array();

if(is_wp_error($add)){
	$ret['error'] = $add->get_error_messages();
}else{
	$ret['done'] = 1;
}

echo '<add_user>'.serialize($ret).'</add_user>';

exit(0);

SILENT KILLER Tool