403Webshell
Server IP : 209.209.40.120  /  Your IP : 216.73.217.112
Web Server : Microsoft-IIS/10.0
System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586
User : NEWWWW$ ( 0)
PHP Version : 8.3.30
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  C:/HostingSpaces/admin/sms4real.com/wwwroot/soap/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : C:/HostingSpaces/admin/sms4real.com/wwwroot/soap/soapip5.php
<?php
ini_set("soap.wsdl_cache_enabled", "0"); // disabling WSDL cache
try{
$client = new SoapClient("http://68.169.48.91:7440/SchedulingEngineWeb/services/NotificationToCP/NotificationToCP.wsdl", array('trace'=> 1, 'exceptions' => 0));

$fcs = $client->__getFunctions();
var_dump($fcs);
$response = $client->__soapCall("notificationToCP",
(array('xactionId' =>2,'errorCode' =>1,'errorMsg' => 'success','temp1' =>33,'temp2' => 0,'temp3' =>0,'lowBalance' =>0.0,'amount' =>50.0,'chargigTime' =>'2017-08-08','msisdn' =>'2348022225545','productId' =>'111')));
var_dump($response);
echo("<br>Dumping request headers:<br>" 
      .$client->__getLastRequestHeaders());

  echo("<br>Dumping request:<br>".$client->__getLastRequest());

   echo("<br>Dumping response headers:<br>"
      .$client->__getLastResponseHeaders());

  echo("<br>Dumping response:<br>".$client->__getLastResponse());
//$return = $client->getItemCount('12345');
//print_r($return);

} catch (Exception $e) {
    //echo($client->__getLastResponse());
    //echo PHP_EOL;
    ///echo($client->__getLastRequest());
}
?>

Youez - 2016 - github.com/yon3zu
LinuXploit