SILENT KILLERPanel

Current Path: > > var > softaculous > suitecrm


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

NameTypeSizeLast ModifiedActions
images Directory - -
php53 Directory - -
php56 Directory - -
php71 Directory - -
php81 Directory - -
php82 Directory - -
.env.local File 104 bytes November 06 2024 08:46:52.
.htaccess File 100 bytes December 23 2021 11:54:36.
_.htaccess File 4147 bytes August 07 2025 11:08:14.
clone.php File 16890 bytes September 18 2025 11:10:02.
config.php File 12382 bytes September 18 2025 09:30:50.
config_override.php File 188 bytes December 23 2021 11:54:36.
config_si.php File 1107 bytes April 04 2024 13:13:36.
edit.php File 4793 bytes September 18 2025 11:10:02.
edit.xml File 433 bytes December 23 2021 11:54:36.
extend.php File 10203 bytes September 18 2025 11:10:02.
fileindex.php File 324 bytes January 31 2025 09:41:58.
get_user.php File 947 bytes March 25 2022 11:45:54.
import.php File 3788 bytes September 18 2025 11:10:02.
info.xml File 3686 bytes September 18 2025 09:30:50.
install.js File 924 bytes December 23 2021 11:54:36.
install.php File 11443 bytes September 18 2025 11:10:02.
install.xml File 952 bytes December 23 2021 11:54:36.
md5 File 1977 bytes September 18 2025 11:10:02.
notes.txt File 1631 bytes April 04 2024 13:13:36.
status.json File 234 bytes January 31 2025 09:41:58.
suitecrm.sql File 350466 bytes September 18 2025 09:30:50.
suitecrm.zip File 114135096 bytes September 18 2025 09:30:50.
update_pass.php File 558 bytes December 23 2021 11:54:36.

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