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.104.118
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 /
univadmin /
html_modules /
[ HOME SHELL ]
Name
Size
Permission
Action
MainPage.html
6.95
KB
-rw-r--r--
appDet.html
11.21
KB
-rw-r--r--
collSMS.html
4.58
KB
-rwxr-xr-x
collnotification.html
2.65
KB
-rwxr-xr-x
comDet.html
13.2
KB
-rw-r--r--
dashboard.html
4.65
KB
-rw-r--r--
examAttendance.html
3.02
KB
-rwxr-xr-x
examCntr.html
2.98
KB
-rwxr-xr-x
feeDetails.html
474
B
-rw-r--r--
generatebonfdata.html
3.65
KB
-rw-rw-r--
get_univ_details.html
7.54
KB
-rw-rw-r--
impfiles.html
1.61
KB
-rw-rw-r--
leads.html
2.42
KB
-rw-r--r--
oasislinks.html
1.38
KB
-rwxr-xr-x
paymentStatus.html
1.39
KB
-rwxr-xr-x
personal.html
15.57
KB
-rw-r--r--
qpIndent.html
2
KB
-rwxr-xr-x
qpIndent.php
36.56
KB
-rwxr-xr-x
registered.html
3.43
KB
-rw-r--r--
reports.html
2.29
KB
-rwxr-xr-x
ruaspush.html
3.12
KB
-rwxr-xr-x
rvrtReport.html
2.97
KB
-rwxr-xr-x
scriptStatusUpload.html
1.99
KB
-rwxr-xr-x
scriptStatusView.html
1.86
KB
-rwxr-xr-x
setExamTimetable.html
2.28
KB
-rwxr-xr-x
sspData.html
2.33
KB
-rwxr-xr-x
stddashboard.html
270
B
-rw-r--r--
student.html
6.35
KB
-rwxr-xr-x
student_reg_remove.html
1.52
KB
-rwxr-xr-x
timetableUpload.html
2.52
KB
-rwxr-xr-x
univRefundReport.html
2.47
KB
-rwxr-xr-x
updatedegdet.html
2.25
KB
-rw-rw-r--
updclgdet.html
2.21
KB
-rw-rw-r--
uploadsspdata.html
2.29
KB
-rw-rw-r--
uploadsspdata_bonf.html
2.41
KB
-rw-rw-r--
uploadsspdata_res.html
3.61
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : uploadsspdata_res.html
<div class="row clearfix"> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12"> <div class="card"> <div class="header"> <h2>Generate Bonafide Data</h2> </div> <div class="body" style="height: 82vh"> <div class="row clearfix"> <form id="formID" enctype="multipart/form-data" method="post" name="formID" > <div class=" col-lg-5 col-lg-offset-3 col-md-5 col-md-offset-3 col-sm-12 col-xs-12 " > <b>University Name</b> <div class="inner-addon left-addon m-b-20"> <select id="univname" class="form-control" name="College Name" > <option value="">---Select---</option> </select> </div> <b>Degree</b> <div class="inner-addon left-addon m-b-20"> <select id="degcode" class="form-control" name="degcode" ></select> </div> <b>College Range</b> <div class="inner-addon left-addon m-b-20"> <table> <tr> <td> <input id="coll_frm" value="0" class="form-control" type="text" /> </td> <td> <input id="coll_to" class="form-control" type="text" value="z" style="margin: 3px" /> </td> </tr> </table> </div> <b>Reg No. Range</b> <div class="inner-addon left-addon m-b-20"> <table> <tr> <td> <input id="reg_frm" value="0" class="form-control" type="text" /> </td> <td> <input id="reg_to" class="form-control" type="text" value="z" style="margin: 3px" /> </td> </tr> </table> </div> </div> <!-- <div class="row"> --> <!-- </div> --> </form> <div class=" col-lg-5 col-lg-offset-3 col-md-5 col-md-offset-3 col-sm-12 col-xs-12 " > <button type="submit" name="submit" style="margin-left: 8px" class="btn btn-block bg-mycol waves-effect" onclick="viewResData()" > Submit </button> </div> </div> <div id="sspbonfpush" class="col-lg-11 col-md-11 col-sm-12 col-xs-12" ></div> </div> </div> </div> </div>
Close