SILENT KILLERPanel

Current Path: > > var > softaculous > suitecrm7


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

NameTypeSizeLast ModifiedActions
images Directory - -
php53 Directory - -
php56 Directory - -
php71 Directory - -
php81 Directory - -
php82 Directory - -
_.htaccess File 4133 bytes August 08 2025 08:46:22.
clone.php File 16866 bytes August 08 2025 12:41:58.
config.php File 11859 bytes August 08 2025 08:46:22.
config_override.php File 132 bytes November 06 2024 12:05:18.
edit.php File 4793 bytes August 08 2025 12:41:58.
edit.xml File 433 bytes November 23 2023 11:31:18.
extend.php File 10215 bytes August 08 2025 12:41:58.
fileindex.php File 673 bytes November 23 2023 11:31:18.
get_user.php File 947 bytes November 23 2023 11:31:18.
import.php File 3452 bytes August 08 2025 12:41:58.
info.xml File 3638 bytes August 08 2025 08:46:22.
install.js File 924 bytes November 23 2023 11:31:18.
install.php File 11350 bytes August 08 2025 12:41:58.
install.xml File 1144 bytes February 07 2024 07:59:46.
md5 File 5603 bytes August 08 2025 12:41:58.
notes.txt File 1136 bytes November 23 2023 11:31:18.
status.json File 305 bytes November 23 2023 11:31:18.
suitecrm7.sql File 349292 bytes August 08 2025 08:46:22.
suitecrm7.zip File 51794176 bytes August 08 2025 08:46:22.
update_pass.php File 558 bytes November 23 2023 11:31:18.

Reading File: //var/softaculous/suitecrm7/get_user.php

<?php

@unlink('get_user.php');

function __getRunningUser(){
    // works on Windows and Linux, but might return null on systems that include "exec" in
    // disabled_functions in php.ini (typical in shared hosting)
    $runningUser = exec('whoami');

    if ($runningUser == null) {  // matches null, false and ""
        if (__is_windows()) {
            $runningUser = getenv('USERDOMAIN').'\\'.getenv('USERNAME');
        } elseif (function_exists('posix_getpwuid') && function_exists('posix_geteuid')) {
            $usr = posix_getpwuid(posix_geteuid());
            $runningUser = $usr['name'];
        }
    }
    return ($runningUser == null) ? '' : $runningUser;
}

function __is_windows(){
	
    static $is_windows = null;
    if (!isset($is_windows)) {
        $is_windows = strtoupper(substr(PHP_OS, 0, 3)) == 'WIN';
    }

    return $is_windows;
}

	$cronUser = __getRunningUser();
	echo '<get_user>'.$cronUser.'</get_user>';
	
?>

SILENT KILLER Tool