SILENT KILLERPanel

Current Path: > > var > softaculous > wp63


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

NameTypeSizeLast ModifiedActions
images Directory - -
languages Directory - -
php53 Directory - -
php56 Directory - -
php71 Directory - -
php81 Directory - -
php82 Directory - -
plugins Directory - -
.htaccess File 482 bytes November 08 2023 13:01:58.
_htaccess File 553 bytes November 08 2023 13:01:58.
_index.php File 59 bytes November 08 2023 13:01:58.
_wp-config.php File 3156 bytes November 08 2023 13:01:58.
add_user.php File 461 bytes November 08 2023 13:01:58.
backup.php File 3083 bytes August 12 2025 12:44:04.
check_charset.php File 2067 bytes November 08 2023 13:01:58.
clone.php File 31703 bytes August 12 2025 12:44:04.
clone.xml File 497 bytes November 08 2023 13:01:58.
edit.php File 9676 bytes August 12 2025 12:44:04.
edit.xml File 1801 bytes November 08 2023 13:01:58.
extend.php File 84800 bytes August 12 2025 12:44:04.
fileindex.php File 291 bytes November 08 2023 13:01:58.
import.php File 6702 bytes August 12 2025 12:44:04.
info.xml File 15265 bytes August 12 2025 11:51:36.
install.js File 1493 bytes January 03 2025 13:25:20.
install.php File 32128 bytes August 12 2025 12:44:04.
install.xml File 5809 bytes February 24 2025 07:15:58.
md5 File 6484 bytes August 12 2025 12:44:04.
multisite.sql File 38016 bytes August 12 2025 11:51:36.
notes.txt File 6154 bytes August 12 2025 11:51:36.
plugin_activate.php File 596 bytes November 08 2023 13:01:58.
plugin_deactivate.php File 613 bytes November 08 2023 13:01:58.
sign_on.php File 3359 bytes January 28 2025 09:20:00.
soft.htaccess File 127 bytes November 08 2023 13:01:58.
upgrade.php File 14244 bytes August 12 2025 12:44:04.
upgrade.xml File 1655 bytes November 08 2023 13:01:58.
wp-config.php File 2863 bytes November 08 2023 13:01:58.
wp63.sql File 30664 bytes August 12 2025 11:51:36.
wp63.zip File 24805392 bytes August 12 2025 11:51:36.

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