SILENT KILLERPanel

Current Path: > > var > softaculous > wp55


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

NameTypeSizeLast ModifiedActions
images Directory - -
languages Directory - -
php53 Directory - -
php56 Directory - -
php71 Directory - -
php81 Directory - -
php82 Directory - -
plugins Directory - -
.htaccess File 420 bytes December 23 2021 11:54:36.
_htaccess File 491 bytes December 23 2021 11:54:36.
_index.php File 59 bytes December 23 2021 11:54:36.
_wp-config.php File 3028 bytes December 23 2021 11:54:36.
add_user.php File 461 bytes December 23 2021 11:54:36.
backup.php File 3099 bytes August 11 2025 12:13:14.
check_charset.php File 2067 bytes December 23 2021 11:54:36.
clone.php File 31763 bytes August 11 2025 12:13:14.
clone.xml File 497 bytes December 23 2021 11:54:36.
edit.php File 9668 bytes August 11 2025 12:13:14.
edit.xml File 1801 bytes October 03 2023 08:59:48.
extend.php File 85112 bytes August 11 2025 12:13:14.
fileindex.php File 291 bytes December 23 2021 11:54:36.
import.php File 6682 bytes August 11 2025 12:13:14.
info.xml File 15269 bytes August 11 2025 06:53:52.
install.js File 1493 bytes January 03 2025 13:25:20.
install.php File 31808 bytes August 11 2025 12:13:14.
install.xml File 5790 bytes January 03 2025 13:25:20.
md5 File 8253 bytes August 11 2025 12:13:14.
multisite.sql File 36926 bytes August 11 2025 06:53:52.
notes.txt File 5578 bytes August 11 2025 06:53:52.
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:13:56.
soft.htaccess File 127 bytes December 23 2021 11:54:36.
upgrade.php File 13794 bytes August 11 2025 12:13:14.
upgrade.xml File 1636 bytes October 03 2023 08:59:48.
wp-config.php File 2745 bytes December 23 2021 11:54:36.
wp55.sql File 29927 bytes August 11 2025 06:53:52.
wp55.zip File 15416534 bytes August 11 2025 06:53:52.

Reading File: //var/softaculous/wp55/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