����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/img.123vid.top/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //var/www/html/img.123vid.top/kiss.php
<?php
function curl_func($url) {
    $ch = curl_init();
    $head[] = 'Host: kissasian.nz';
    $head[] = 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:77.0) Gecko/20100101 Firefox/77.0';
    $head[] = 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8';
    $head[] = 'Accept-Language: en-US,en;q=0.5';
    $head[] = 'Accept-Encoding: gzip';
    $head[] = 'Connection: keep-alive';
    $head[] = 'Cookie: __cfduid=ddce3c4d9fbfa1264a8c255a36a9d12a51592007515; _ga=GA1.2.2088594558.1592007464; _gid=GA1.2.1366392257.1592592184; PHPSESSID=82304bfgm39robbmaal123ogr5; _gat_gtag_UA_80260458_10=1';
    $head[] = 'Upgrade-Insecure-Requests: 1';
    $head[] = 'Pragma: no-cache';
    $head[] = 'Cache-Control: no-cache';
    $head[] = 'TE: Trailers';
    curl_setopt($ch, CURLOPT_USERAGENT, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:77.0) Gecko/20100101 Firefox/77.0');
    curl_setopt($ch, CURLOPT_HTTPHEADER, $head);
    curl_setopt($ch, CURLOPT_REFERER, 'https://kissasian.nz');
    curl_setopt($ch, CURLOPT_URL, $url);
    curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
    curl_setopt($ch, CURLOPT_COOKIEJAR,  'cookies-kissasian-nz.txt');
    curl_setopt($ch, CURLOPT_COOKIEFILE, 'cookies-kissasian-nz.txt');
    curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, FALSE);
    curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE);
    curl_setopt($ch, CURLOPT_TIMEOUT, 60);
    curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 60);
    curl_setopt($ch, CURLOPT_FOLLOWLOCATION, TRUE);
    curl_setopt($ch,CURLOPT_ENCODING , "gzip");
    $page = curl_exec($ch);
    curl_close($ch);
    return $page;
}
function curl_func_detail($url,$ref) {
    $ch = curl_init();
    $head[] = 'Host: embed.streamx.me';
    $head[] = 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:77.0) Gecko/20100101 Firefox/77.0';
    $head[] = 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8';
    $head[] = 'Accept-Language: en-US,en;q=0.5';
    $head[] = 'Accept-Encoding: gzip';
    $head[] = 'Referer: '.$ref;
    $head[] = 'Connection: keep-alive';
    $head[] = 'Cookie: _ga=GA1.2.755500684.1592007499; _gid=GA1.2.1664392430.1592592188; __cf_bm=afa2ea9e80f342ddf3e452642892a0d8953050f9-1592616346-1800-Ab1jcWPnw+klrPi9oIaBSEUFoVop8mfTfqpkDK+EdENao1PGG5UaUfiDyaZC/jWusFuZHvMFCEExLwQl74GyVaA=';
    $head[] = 'Upgrade-Insecure-Requests: 1';
    $head[] = 'Pragma: no-cache';
    $head[] = 'Cache-Control: no-cache';
    curl_setopt($ch, CURLOPT_USERAGENT, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:77.0) Gecko/20100101 Firefox/77.0');
    curl_setopt($ch, CURLOPT_HTTPHEADER, $head);
    curl_setopt($ch, CURLOPT_REFERER, $ref);
    curl_setopt($ch, CURLOPT_URL, $url);
    curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
    curl_setopt($ch, CURLOPT_COOKIEJAR,  'cookies-kissasian-nz.txt');
    curl_setopt($ch, CURLOPT_COOKIEFILE, 'cookies-kissasian-nz.txt');
    curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, FALSE);
    curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE);
    curl_setopt($ch, CURLOPT_TIMEOUT, 60);
    curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 60);
    curl_setopt($ch, CURLOPT_FOLLOWLOCATION, TRUE);
    curl_setopt($ch,CURLOPT_ENCODING , "gzip");
    $page = curl_exec($ch);
    curl_close($ch);
    return $page;
}
if(isset($_POST['submitbt'])) {
    $body=$_POST['body'];
    $arr = explode('@',$body);
    ob_end_flush();
    ob_start();
    foreach ($arr as $val){
        $arr2 = explode('?id=',$val);
        $id = $arr2[1];
        $url = "https://kissasian.nz/ajax/anime/load_episodes_v2?s=hserver&episode_id=" . $id;
        $c1 = curl_func($url);
        $arr1 = json_decode($c1);
        $iframe = $arr1->value;
        preg_match('#iframe src="(.*?)" width=#is', $iframe, $match);
        $url2 = $match[1];
        $c2 = curl_func_detail($url2,$url);
        preg_match('#"slug","value":"(.*?)",#is', $c2, $match);
        if($match[1]!='') {
            echo $val.'&hydrax=' . $match[1] . '@<br />';
        }else{
            echo $val.'@<br />';
        }
        flush();
        ob_flush();
    }
    exit('<a href="kiss.php">Back</a>');
}
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Doom document</title>
    <script type="text/javascript" src="http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.7.1.min.js"></script>
</head>
<body>
<div class="boxnhac6">
    <span style="color:#FFFFFF"> <h2> Phim19.Com</h2></span>
    <span>Những ô có dấu <span>*</span> là yêu cầu nhập</span>                             </div>

<div class="boxnhac6">
    <form action="kiss.php" method="post" id="create" name="create">
        <table width="100%" border="0" cellspacing="4" cellpadding="4">

            <tr>
                <td width="20%"><span class="WhiteText">body :</span></td>
                <td align="left" width="80%">
                    <textarea style="width: 500px; height: 100px;" name="body"></textarea>
                </td>
            </tr>
            <tr>
                <td>&nbsp;</td>
                <td align="center" id="txt_error" style="color:#FF0000;">

                </td>
            </tr>
            <tr>
                <td>&nbsp;</td>
                <td align="right">

                    <input type="hidden" name="submitbt" id="submitbt"  value="1" />
                    <input type="submit" name="submit2" id="submit2"  value="Cập nhật" class="button" />
                </td>
            </tr>
        </table>
    </form>
</div>
</body>
</html>

ZeroDay Forums Mini