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.145.108.87
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 /
rrit /
js /
[ HOME SHELL ]
Name
Size
Permission
Action
admdashboard.js
50
B
-rw-r--r--
constDet.js
1.79
KB
-rw-r--r--
forgotpwd.js
2.89
KB
-rw-r--r--
main.js
6.84
KB
-rw-r--r--
mainAdm.js
8.8
KB
-rw-r--r--
register.js
19.27
KB
-rw-r--r--
session_start.js
1.86
KB
-rw-r--r--
signin.js
761
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : forgotpwd.js
function sendOtpForgot(){ var fmob = $("#fmob").val(); $.ajax({ type:"POST", url:"php/sendotpfrgt.php", data:"fmob="+fmob, success: function (res) { var status = JSON.parse(res); if(status.msg == "success"){ Swal.fire({ title: "OTP Sent to your mobile.", type: "success", confirmButtonColor: "#00FF00", confirmButtonText: "OK", closeOnConfirm: false }); }else if(status.msg == "error"){ Swal.fire({ title: "Something Went Wrong", type: "Error", showCancelButton: false, confirmButtonColor: "#FFFF00", confirmButtonText: "OK", closeOnConfirm: false }); }else { Swal.fire({ title: "Invalid", type: "Invalid", showCancelButton: false, confirmButtonColor: "#FF0000", confirmButtonText: "OK", closeOnConfirm: false }); } } }) } function resetPassword(){ var fmob = $("#fmob").val(); var fpwd = $("#fpwd").val(); var rfpwd = $("#re_pass").val(); var fotp = $("#fotp").val(); if(fpwd == rfpwd){ $.ajax({ type: "POST", url: "php/frgtpwd.php", data: "fmob="+fmob+"&fpwd="+fpwd+"&fotp="+fotp, success: function (res){ var status = JSON.parse(res); if(status.status == "success"){ Swal.fire({ title: "Password Reset Success", type: "success", confirmButtonColor: "#00FF00", confirmButtonText: "OK", closeOnConfirm: false }); }else if(status.status == "error"){ Swal.fire({ title: "Something Went Wrong", type: "Error", showCancelButton: false, confirmButtonColor: "#FFFF00", confirmButtonText: "OK", closeOnConfirm: false }); }else{ Swal.fire({ title: "Invalid", type: "Invalid", showCancelButton: false, confirmButtonColor: "#FF0000", confirmButtonText: "OK", closeOnConfirm: false }); } } }) }else{ Swal.fire({ title: "Invalid", type: "Invalid", showCancelButton: false, confirmButtonColor: "#FF0000", confirmButtonText: "OK", closeOnConfirm: false }); } }
Close