Linux host40.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Apache
: 68.65.120.213 | : 216.73.216.131
Cant Read [ /etc/named.conf ]
7.4.33
trade
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
trade /
sms.tradesense.co.ke /
[ HOME SHELL ]
Name
Size
Permission
Action
cgi-bin
[ DIR ]
drwxr-xr-x
smscallback.php
1.16
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : smscallback.php
<?php $url = 'http://196.13.121.195:9095/external-bulk/create'; // Replace with the actual API endpoint URL $username = 'KisasaHome'; $password='!V@ll3y2024'; $shortcode='KisasaHome'; $timestamp = date('YmdHis'); $data = $username . $password . $timestamp; $sha256 = hash('sha256', $data); $token = base64_encode($sha256); $data = [ "addresses" => ["254743208927"], "business_code" => "TPL-KIS-043", "external_bulk_id" => "KisasaHome", "message" => "test msg", "schedule_time" => "$timestamp", "timestamp" => "$timestamp", "token" => "$token" ]; $ch = curl_init($url); curl_setopt($ch, CURLOPT_POST, 1); curl_setopt($ch, CURLOPT_POSTFIELDS, json_encode($data)); curl_setopt($ch, CURLOPT_HTTPHEADER, [ 'Content-Type: application/json', 'Authorization: Bearer YOUR_ACCESS_TOKEN' // Replace with the actual access token ]); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); $response = curl_exec($ch); if ($response === false) { $error = curl_error($ch); // Handle the error echo "cURL Error: " . $error; } else { // Handle the response echo "Response: " . $response; } curl_close($ch); ?>
Close