403Webshell
Server IP : 103.118.17.23  /  Your IP : 216.73.216.188
Web Server : Microsoft-IIS/10.0
System : Windows NT RESELLERPLESK22 10.0 build 20348 (Windows Server 2016) AMD64
User : IWAM_plesk(default) ( 0)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  E:/Inetpub/vhosts/mesa.org.in/httpdocs/assets/js/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : E:/Inetpub/vhosts/mesa.org.in/httpdocs/assets/js/index.js
var rest_server = "https://kharidome.com/";
function callrest(url, send, storage, method){
	response = [];
    console.log(rest_server+url+"?"+send);
    if(!method) method = 'POST'; 
    
    $.ajax({
        type: method,
        crossDomain: true,
        url: rest_server+url,
        dataType: "json",
        async   : false,
        cache   : true,
        data    : send,
        success: function(json){
            //console.log(json);
            response = json;
            localStorage.setItem(storage, JSON.stringify(response));
        },
        error: function(XMLHttpRequest, textStatus, errorThrown) {
            console.error(XMLHttpRequest);
            console.error(textStatus);
            console.error(errorThrown);
        }
    });
}

function set_role(role){
	callrest('rest/set_role.php', 'role='+role, 'role' , 'GET');
	if(response[0].role){
		window.top.location.reload();
	}
}

Youez - 2016 - github.com/yon3zu
LinuXploit