SILENT KILLERPanel

Current Path: > > var > softaculous > wp


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

NameTypeSizeLast ModifiedActions
images Directory - -
languages Directory - -
php53 Directory - -
php56 Directory - -
php71 Directory - -
php81 Directory - -
php82 Directory - -
plugins Directory - -
.htaccess File 482 bytes December 16 2021 09:02:18.
_htaccess File 553 bytes December 16 2021 09:02:18.
_index.php File 59 bytes December 16 2021 09:02:18.
_wp-config.php File 3449 bytes April 16 2025 06:47:40.
add_user.php File 461 bytes December 16 2021 09:02:18.
backup.php File 3091 bytes July 25 2025 09:00:44.
check_charset.php File 2067 bytes December 16 2021 09:02:18.
clone.php File 32987 bytes July 25 2025 09:00:44.
clone.xml File 497 bytes December 16 2021 09:02:18.
edit.php File 10175 bytes July 25 2025 09:00:44.
edit.xml File 2025 bytes July 15 2025 13:59:58.
extend.php File 104078 bytes July 25 2025 09:00:44.
fileindex.php File 291 bytes December 16 2021 09:02:18.
import.php File 6686 bytes July 25 2025 09:00:44.
info.xml File 16365 bytes July 25 2025 08:59:52.
install.js File 4304 bytes June 30 2025 11:57:10.
install.php File 32862 bytes July 25 2025 09:00:44.
install.xml File 10658 bytes July 25 2025 08:58:22.
md5 File 4616 bytes July 25 2025 09:00:44.
multisite.sql File 38509 bytes July 25 2025 17:06:12.
notes.txt File 6222 bytes May 02 2025 08:21:10.
plugin_activate.php File 596 bytes December 16 2021 09:02:18.
plugin_deactivate.php File 613 bytes December 16 2021 09:02:18.
post_download.json File 72 bytes May 25 2022 11:00:14.
sign_on.php File 3359 bytes January 28 2025 09:04:22.
soft.htaccess File 127 bytes December 16 2021 09:02:18.
update_pass.php File 602 bytes April 16 2025 06:47:40.
upgrade.php File 15054 bytes July 25 2025 09:00:44.
upgrade.xml File 1878 bytes July 15 2025 13:59:58.
wp-cli File 6494444 bytes July 15 2022 05:49:14.
wp-config.php File 3156 bytes November 13 2024 09:30:38.
wp.sql File 30895 bytes July 25 2025 17:06:12.
wp.zip File 28243716 bytes July 25 2025 17:06:11.

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