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 | : 18.223.159.143
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 /
admission /
html_modules /
[ HOME SHELL ]
Name
Size
Permission
Action
assets
[ DIR ]
drwxrwxr-x
AgentMainPage.html
7.01
KB
-rw-r--r--
MainPage.html
4.87
KB
-rw-r--r--
agentDetScr.html
455
B
-rwxr-xr-x
agentRegApp.html
440
B
-rwxr-xr-x
agentStdScr.html
454
B
-rwxr-xr-x
agentUrlScr.html
1.8
KB
-rwxr-xr-x
appDet.html
14.13
KB
-rw-r--r--
applicationDet.html
4.63
KB
-rwxr-xr-x
changePassword.html
1.21
KB
-rw-rw-r--
collSMS.html
4.58
KB
-rwxr-xr-x
collnotification.html
2.65
KB
-rwxr-xr-x
comDet.html
14.35
KB
-rw-r--r--
createAgent.html
3.67
KB
-rw-r--r--
createuser.html
3.98
KB
-rw-rw-r--
dailyUpdates.html
5.64
KB
-rwxr-xr-x
dashboard.html
11.87
KB
-rw-r--r--
datatable.html
13.82
KB
-rwxr-xr-x
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-r--r--
get_univ_details.html
7.54
KB
-rw-r--r--
impfiles.html
1.61
KB
-rw-r--r--
leadDet.html
689
B
-rw-rw-r--
leadScrDet.html
6.56
KB
-rwxr-xr-x
leadStdDet.html
15.24
KB
-rw-r--r--
leads.html
2.42
KB
-rw-r--r--
masterScr.html
4.59
KB
-rwxr-xr-x
oasislinks.html
1.38
KB
-rwxr-xr-x
paymentDetails.html
222
B
-rw-rw-r--
paymentStatus.html
1.39
KB
-rwxr-xr-x
paymetDetailScr.html
4.49
KB
-rwxr-xr-x
personal.html
16
KB
-rw-r--r--
qpIndent.html
2
KB
-rwxr-xr-x
registered.html
7.76
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
sendSMSExcel.html
4.18
KB
-rwxr-xr-x
setExamTimetable.html
2.28
KB
-rwxr-xr-x
sspData.html
2.33
KB
-rwxr-xr-x
std_dashboard.html
1.22
KB
-rw-r--r--
stdchangePassword.html
1.22
KB
-rw-r--r--
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
testData.html
9.11
KB
-rw-r--r--
testscr.html
4.51
KB
-rw-r--r--
timetableUpload.html
2.52
KB
-rwxr-xr-x
univRefundReport.html
2.47
KB
-rwxr-xr-x
updatedegdet.html
2.25
KB
-rw-r--r--
updclgdet.html
2.21
KB
-rw-r--r--
uploadsspdata.html
2.29
KB
-rw-r--r--
uploadsspdata_bonf.html
2.41
KB
-rw-r--r--
uploadsspdata_res.html
3.61
KB
-rw-r--r--
userDetScr.html
469
B
-rwxr-xr-x
userDetailScr.html
4.49
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : personal.html
<div> <div class="card"> <div class="card-header">Personal Details</div> <div class="card-body"> <form id="std_data_form"> <div class="row"> <div class="col-md-4 mb-2"> <div class="form-outline text-start"> <label class="form-label" for="firstName">Full Name</label> <input type="text" id="sname" class="form-control form-control" required /> <input type="text" id="fappno" class="form-control form-control" hidden /> </div> </div> <div class="col-md-4 mb-2"> <div class="form-outline"> <label class="form-label" for="lastName">Mobile</label> <input type="text" id="fmob" class="form-control form-control" maxlength="10" minlength="10" /> </div> </div> <div class="col-md-4 mb-2"> <div class="form-outline"> <label class="form-label" for="lastName">Email</label> <input type="text" id="femail" class="form-control form-control" /> </div> </div> </div> <div class="row"> <div class="col-md-4 mb-2"> <label class="form-label" for="lastName">Gender</label> <br /> <div class="form-check form-check-inline"> <input class="form-check-input" type="radio" name="inlineRadioOptions" id="male" value="M" /> <label class="form-check-label" for="maleGender">Male</label> </div> <div class="form-check form-check-inline"> <input class="form-check-input" type="radio" name="inlineRadioOptions" id="female" value="F" /> <label class="form-check-label" for="femaleGender">Female</label> </div> <div class="form-check form-check-inline"> <input class="form-check-input" type="radio" name="inlineRadioOptions" id="other" value="T" /> <label class="form-check-label" for="otherGender" >Transgender</label > </div> </div> <div class="col-md-4 mb-2 d-flex align-items-center"> <div class="form-outline datepicker w-100"> <label for="birthdayDate" class="form-label">Birthday</label> <input type="date" class="form-control form-control" id="birthdayDate" /> </div> </div> <div class="col-md-4 mb-2 d-flex align-items-center"> <div class="form-outline datepicker w-100"> <label class="form-label">Category</label> <select class="select form-control" id="category"></select> </div> </div> </div> <div class="row"> <div class="col-md-4 mb-2 d-flex align-items-center"> <div class="form-outline datepicker w-100"> <label class="form-label">Nationality</label> <input type="text" class="form-control form-control" id="nation" /> </div> </div> <div class="col-md-4 mb-2"> <div class="form-outline"> <label class="form-label" for="lastName">Father Name</label> <input type="text" id="fatname" class="form-control form-control" /> </div> </div> <div class="col-md-4 mb-2"> <div class="form-outline"> <label class="form-label" for="lastName">Father Mobile No.</label> <input type="text" id="fatno" class="form-control form-control" maxlength="10" minlength="10" /> </div> </div> </div> <div class="row"> <div class="col-md-4 mb-2"> <div class="form-outline"> <label class="form-label" for="firstName">Mother Name</label> <input type="text" id="motname" class="form-control form-control" /> </div> </div> <div class="col-md-4 mb-2 d-flex align-items-center"> <div class="form-outline datepicker w-100"> <label class="form-label" >How did you come to know about us</label > <select class="select form-control" id="refer"></select> </div> </div> <div class="col-md-4 mb-2 d-flex align-items-center"> <div class="form-outline datepicker w-100"> <label class="form-label">Religion</label> <input type="text" id="relig" class="form-control form-control" /> </div> </div> </div> <div class="row"> <div class="col-md-4 mb-2"> <div class="form-outline"> <label class="form-label" for="firstName">Aadhaar No.</label> <input type="text" id="aadhaarNo" class="form-control form-control" minlength="12" maxlength="12" /> </div> </div> <div class="col-md-4 mb-2"> <div class="form-outline"> <label class="form-label" for="firstName">Referred By</label> <input type="text" id="frefercode" class="form-control form-control" /> </div> </div> </div> </form> </div> </div> <div class="card mt-2"> <div class="card-header">Address Details</div> <div class="card-body"> <form id="std_add"> <div class="row"> <div class="col-md-6 mb-2"> <div class="form-outline"> <label class="form-label" for="firstName">Address 1</label> <input type="text" id="add1" class="form-control form-control" /> <input type="text" id="add2" class="form-control form-control" /> <input type="text" id="add3" class="form-control form-control" /> </div> </div> <div class="col-md-6 mb-2"> <div class="form-outline"> <label class="form-label" for="firstName" style="margin: top 10px" >State</label > <select class="select form-control" id="state"></select> <!-- <input type="text" id="state" class="form-control form-control" /> --> </div> <div class="form-outline"> <label class="form-label" for="lastName">District</label> <select class="select form-control" id="district"></select> <!-- <input type="text" id="district" class="form-control form-control" /> --> </div> </div> </div> <div class="row"> <div class="col-md-6 mb-2"> <div class="form-outline"> <label class="form-label" for="firstName">Pin Code</label> <input type="text" id="pincode" class="form-control form-control" maxlength="7" /> </div> </div> <div class="col-md-6 mb-2"> <div class="form-outline"> <label class="form-label" for="lastName">Country</label> <input type="text" id="country" class="form-control form-control" /> </div> </div> </div> </form> </div> </div> <div class="card mt-2" id="doc_data"> <div class="card-header"> Upload Documents [ max file size: 1MB, Only JPG or PDF files] </div> <div class="card-body"> <form id="std_doc"> <div class="row"> <div class="col-md-4 mb-2"> <div class="form-outline"> <div class="d-flex justify-content-between"> <div class="mr-auto"> <label class="form-label" for="firstName" >10th Marksheet</label > </div> <div class="float-right"> <a id="10thmark_view" style="display: none" target="_blank" >View</a > </div> </div> <input type="file" id="10th_file" name="10th_file" class="form-control form-control" accept=".pdf,.jpg,.jpeg" onchange="document.getElementById('10th_file').src = window.URL.createObjectURL(this.files[0])" /> </div> </div> <div class="col-md-4 mb-2"> <div class="form-outline"> <div class="d-flex justify-content-between"> <div class="mr-auto"> <label class="form-label" for="firstName" >12th Marksheet</label > </div> <div class="float-right"> <a id="12thmark_view" style="display: none" target="_blank" >View</a > </div> </div> <input type="file" id="12th_file" name="12th_file" class="form-control form-control" accept=".pdf,.jpg,.jpeg" onchange="document.getElementById('12th_file').src = window.URL.createObjectURL(this.files[0])" /> </div> </div> <div class="col-md-4 mb-2"> <div class="form-outline"> <div class="d-flex justify-content-between"> <div class="mr-auto"> <label class="form-label" for="firstName" >Transfer Certificate</label > </div> <div class="float-right"> <a id="tc_view" style="display: none" target="_blank">View</a> </div> </div> <input type="file" id="tc_file" name="tc_file" class="form-control form-control" accept=".pdf,.jpg,.jpeg" onchange="document.getElementById('tc_file').src = window.URL.createObjectURL(this.files[0])" /> </div> </div> </div> <div class="row"> <div class="col-md-4 mb-2"> <div class="form-outline"> <div class="d-flex justify-content-between"> <div class="mr-auto"> <label class="form-label" for="firstName" >Migration Certificate</label > </div> <div class="float-right"> <a id="migCer_view" style="display: none" target="_blank" >View</a > </div> </div> <input type="file" id="migCer_file" class="form-control form-control" accept=".pdf,.jpg,.jpeg" onchange="document.getElementById('migCer_file').src = window.URL.createObjectURL(this.files[0])" /> </div> </div> <div class="col-md-4 mb-2"> <div class="form-outline"> <div class="d-flex justify-content-between"> <div class="mr-auto"> <label class="form-label" for="firstName">Aadhar Card</label> </div> <div class="float-right"> <a id="aadhaar_view" style="display: none" target="_blank" >View</a > </div> </div> <input type="file" id="aadhar_file" class="form-control form-control" accept=".pdf,.jpg,.jpeg" onchange="document.getElementById('aadhar_file').src = window.URL.createObjectURL(this.files[0])" /> </div> </div> <div class="col-md-4 mb-2"> <div class="form-outline"> <div class="d-flex justify-content-between"> <div class="mr-auto"> <label class="form-label" for="firstName" >Student Photo</label > </div> <div class="float-right"> <a id="stdPic_view" style="display: none" target="_blank" >View</a > </div> </div> <input type="file" id="std_photo" class="form-control form-control" accept=".pdf,.jpg,.jpeg" onchange="document.getElementById('std_photo').src = window.URL.createObjectURL(this.files[0])" /> </div> </div> </div> <div class="row"> <div class="col-md-4 mb-2"> <div class="form-outline"> <div class="d-flex justify-content-between"> <div class="mr-auto"> <label class="form-label" for="firstName" >UG CERTIFICATES 3 year or 6-8th sem</label > </div> <div class="float-right"> <a id="ugcer_view" style="display: none" target="_blank" >View</a > </div> </div> <input type="file" id="ug_file" name="ug_file" class="form-control form-control" accept=".pdf,.jpg,.jpeg" onchange="document.getElementById('ug_file').src = window.URL.createObjectURL(this.files[0])" /> </div> </div> </div> </form> </div> </div> <div class="card mt-2" id="cond_data"> <div class="card-header">Declaration</div> <div class="card-body"> <p id="decl_det"></p> <div class="row"> <div class="col-md-2 mb-2"> <h6 class="mb-2 pb-1">I agree</h6> <div class="form-check form-check-inline"> <input class="form-check-input" type="radio" name="inlineRadioOptions" checked onchange="getCondYes()" /> <label class="form-check-label" for="yes">Yes</label> </div> <div class="form-check form-check-inline"> <input class="form-check-input" type="radio" name="inlineRadioOptions" onchange="getCondVal()" /> <input id="save_type" hidden /> <label class="form-check-label" for="no">No</label> </div> </div> </div> <div class="mt-4 pt-2"> <input class="btn btn-primary btn" type="submit" value="Save as Draft" id="confrimBtn" onclick="saveStdDet()" /> <input class="btn btn-primary btn" type="submit" value="Final Submission" id="confrimBtn" onclick="saveStdDetFinal()" /> </div> </div> </div> </div>
Close