Linux sea-business-23.hostwindsdns.com 4.18.0-553.121.1.lve.el8.x86_64 #1 SMP Thu Apr 30 16:40:41 UTC 2026 x86_64
LiteSpeed
Server IP : 104.168.155.189 & Your IP : 216.73.217.84
Domains :
Cant Read [ /etc/named.conf ]
User : zvmcccat
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
suitecrm7 /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2026-08-05 10:14
php53
[ DIR ]
drwxr-xr-x
2026-08-05 10:14
php56
[ DIR ]
drwxr-xr-x
2026-08-05 10:14
php71
[ DIR ]
drwxr-xr-x
2026-08-05 10:14
php81
[ DIR ]
drwxr-xr-x
2026-08-05 10:14
php82
[ DIR ]
drwxr-xr-x
2026-08-05 10:14
_.htaccess
4.13
KB
-rw-r--r--
2025-12-22 10:06
clone.php
16.42
KB
-rw-r--r--
2026-08-04 15:23
config.php
11.93
KB
-rw-r--r--
2026-08-04 09:28
config_override.php
132
B
-rw-r--r--
2024-11-06 15:05
edit.php
4.7
KB
-rw-r--r--
2026-08-04 15:23
edit.xml
433
B
-rw-r--r--
2023-11-23 14:31
extend.php
9.41
KB
-rw-r--r--
2026-08-04 15:23
fileindex.php
673
B
-rw-r--r--
2023-11-23 14:31
get_user.php
947
B
-rw-r--r--
2023-11-23 14:31
import.php
3.33
KB
-rw-r--r--
2026-08-04 15:23
info.xml
3.62
KB
-rw-r--r--
2026-08-04 09:28
install.js
924
B
-rw-r--r--
2023-11-23 14:31
install.php
11.09
KB
-rw-r--r--
2026-08-04 15:23
install.xml
1.12
KB
-rw-r--r--
2024-02-07 10:59
md5
2
KB
-rw-r--r--
2026-08-04 15:23
notes.txt
1.11
KB
-rw-r--r--
2026-03-23 09:45
status.json
305
B
-rw-r--r--
2023-11-23 14:31
update_pass.php
558
B
-rw-r--r--
2023-11-23 14:31
Save
Rename
<?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>'; ?>