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.222.91.173
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 /
studentportal_wait /
html_modules /
[ HOME SHELL ]
Name
Size
Permission
Action
attendance.html
2.08
KB
-rwxr-xr-x
changeRegNum.html
0
B
-rwxr-xr-x
chngMobNum.html
2.81
KB
-rwxr-xr-x
examApplication.html
2.33
KB
-rwxr-xr-x
examApplication1.html
495
B
-rwxr-xr-x
examApplication_bkp.html
2.75
KB
-rwxr-xr-x
examtimetable.html
1.29
KB
-rwxr-xr-x
hallTicket.html
4.67
KB
-rwxr-xr-x
helpDesk.html
517
B
-rwxr-xr-x
internalAssessment.html
1.57
KB
-rwxr-xr-x
listrvrtApps.html
469
B
-rwxr-xr-x
notification.html
1.16
KB
-rwxr-xr-x
oldQPDownload.html
1.08
KB
-rwxr-xr-x
onlineApp.html
648
B
-rwxr-xr-x
payment_page.html
642
B
-rwxr-xr-x
practicaltimetable.html
1.22
KB
-rwxr-xr-x
profile.html
1.46
KB
-rwxr-xr-x
results.html
4.93
KB
-rwxr-xr-x
results1.html
78
B
-rwxr-xr-x
rvappstatus.html
646
B
-rwxr-xr-x
rvrtapp.html
1.53
KB
-rwxr-xr-x
saveRerigistration.php
11.72
KB
-rwxr-xr-x
yourExmAppList.html
479
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : chngMobNum.html
<div class="card"> <div class="header"> <h2> Change Mobile Number </h2> </div> <div class="body" style="min-height:82vh;"> <div class="row clearfix" id="currpswd"> <div class="col-lg-5 col-lg-offset-3 col-md-5 col-md-offset-3 col-sm-12 col-xs-12"> <b>Enter Current Password</b> <div class="m-b-20"> <input id="passwd" name="passwd" type="password" class="form-control" minlength="8" placeholder="Password" /> </div> </div> </div> <div class="row"> <div class="col-lg-5 col-lg-offset-3 col-md-5 col-md-offset-3 col-sm-12 col-xs-12"> <b>Enter New Mobile number</b> <input type="text" id="newMob" name="newMob" class="form-control" minlength="10" maxlength="10" placeholder="Mobile Number" onkeypress="return acceptNumbersOnlyForModule(event);" /> </div> </div> <div class="row text-center"> <div class="col-lg-5 col-lg-offset-3 col-md-5 col-md-offset-3 col-sm-12 col-xs-12"> <button class="btn btn-lg bg-teal waves-effect" style="margin-left: 8px;" onclick="getNewMob()" id="getNewMobBtn">Get OTP</button> </div> </div> <!-- <div id="newMobDiv"> <hr /> <div class="row"> <div class="col-lg-5 col-lg-offset-3 col-md-5 col-md-offset-3 col-sm-12 col-xs-12"> <b>Enter New Mobile number</b> <input type="text" id="newMob" name="newMob" class="form-control" minlength="10" maxlength="10" placeholder="Mobile Number" onkeypress="return acceptNumbersOnlyForModule(event);" /> </div> </div> <div class="row" id="newMobDiv"> <div class="col-lg-4 col-md-4 col-sm-12 col-xs-12"> <b>Enter New Password</b> <input type="password" id="newpw" name="newpw" class="form-control" placeholder="Password" /> </div> </div> <div class="row text-center" id="updateMob"> <div class="col-md-4 col-lg-4"> <button style="margin-left: 8px;" class="btn btn-lg bg-teal waves-effect" onclick="updateMobNo()" id="updateMobBtn"><b>Change Mobile Number</b></button> </div> </div> </div> --> <div id="shwOTP"> <div class="row"> <div class="col-lg-5 col-lg-offset-3 col-md-5 col-md-offset-3 col-sm-12 col-xs-12"> <input type="text" class="form-control" name="smsotp" id="smsotp" placeholder="Enter OTP" /> </div> </div> <div class="row text-center"> <div class="col-lg-5 col-lg-offset-3 col-md-5 col-md-offset-3 col-sm-12 col-xs-12 m-t-4"> <button class="btn btn-lg bg-teal waves-effect" onclick="verifyOTP()" id="verifyotpBtn">Verify</button> <!-- <button class="btn btn-lg bg-teal waves-effect" onclick="updateMobNo()" id="resendotpBtn">ReSend</button> --> </div> </div> </div> </div> </div>
Close