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.226.96.236
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 : session_start.js
function session_start() { $.ajax({ type: "POST", url: "../php/session_start.php", success: function (res) { var status = JSON.parse(res); if (status == 0) { Swal.fire({ title: "Please Login", confirmButtonText: `OK`, confirmButtonColor: "#00FF00.", }).then((res) => { if (res.isConfirmed) { window.location.href = "../register.html"; } }); } }, }); } function logoutsession() { $.ajax({ type: "POST", url: "../php/session_logout.php", success: function (res) { var status = JSON.parse(res); if (status == 1) { Swal.fire({ title: "Are You sure?", type: "warning", confirmButtonText: `<a style="text-decoration: none;" href="../register.html">OK</a>`, showCancelButton: true, confirmButtonColor: "#5495ff", }); } }, }); } function session_startadmin() { $.ajax({ type: "POST", url: "../php/session_admin.php", success: function (res) { var status = JSON.parse(res); if (status == 0) { Swal.fire({ title: "Please Login", confirmButtonText: `OK`, confirmButtonColor: "#00FF00.", }).then((res) => { if (res.isConfirmed) { window.location.href = "register.html"; } }); } }, }); } function logoutsessionAdmin() { $.ajax({ type: "POST", url: "../php/session_logout.php", success: function (res) { var status = JSON.parse(res); if (status == 1) { Swal.fire({ title: "Are You sure?", type: "warning", confirmButtonText: `<a style="text-decoration: none;" href="register.html">OK</a>`, showCancelButton: true, confirmButtonColor: "#5495ff", }); } }, }); }
Close