SILENT KILLERPanel

Current Path: > > var > softaculous > wp62


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

NameTypeSizeLast ModifiedActions
images Directory - -
languages Directory - -
php53 Directory - -
php56 Directory - -
php71 Directory - -
php81 Directory - -
php82 Directory - -
plugins Directory - -
.htaccess File 482 bytes August 09 2023 10:33:52.
_htaccess File 553 bytes August 09 2023 10:33:52.
_index.php File 59 bytes August 09 2023 10:33:52.
_wp-config.php File 3156 bytes August 09 2023 10:33:52.
add_user.php File 461 bytes August 09 2023 10:33:52.
backup.php File 3083 bytes August 12 2025 12:44:28.
check_charset.php File 2067 bytes August 09 2023 10:33:52.
clone.php File 31788 bytes August 12 2025 12:44:28.
clone.xml File 497 bytes August 09 2023 10:33:52.
edit.php File 9693 bytes August 12 2025 12:44:28.
edit.xml File 1801 bytes October 03 2023 08:59:48.
extend.php File 84674 bytes August 12 2025 12:44:28.
fileindex.php File 291 bytes August 09 2023 10:33:52.
import.php File 6702 bytes August 12 2025 12:44:28.
info.xml File 15266 bytes August 12 2025 12:30:38.
install.js File 1493 bytes January 03 2025 13:25:20.
install.php File 32189 bytes August 12 2025 12:44:28.
install.xml File 5809 bytes February 24 2025 07:15:58.
md5 File 6657 bytes August 12 2025 12:44:28.
multisite.sql File 38015 bytes August 12 2025 12:30:38.
notes.txt File 6025 bytes August 12 2025 12:30:38.
plugin_activate.php File 596 bytes August 09 2023 10:33:52.
plugin_deactivate.php File 613 bytes August 09 2023 10:33:52.
sign_on.php File 3359 bytes January 28 2025 09:18:54.
soft.htaccess File 127 bytes August 09 2023 10:33:52.
upgrade.php File 14236 bytes August 12 2025 12:44:28.
upgrade.xml File 1655 bytes October 03 2023 08:59:48.
wp-config.php File 2863 bytes August 09 2023 10:33:52.
wp62.sql File 30664 bytes August 12 2025 12:30:38.
wp62.zip File 24389873 bytes August 12 2025 12:30:38.

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