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.58.230
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 /
js /
[ HOME SHELL ]
Name
Size
Permission
Action
callCand.js
1.92
KB
-rw-r--r--
createUser.js
36.13
KB
-rw-rw-r--
datatables.min.js
473.75
KB
-rw-r--r--
master.js
21.57
KB
-rwxr-xr-x
payments.js
9.53
KB
-rw-rw-r--
register.js
59.69
KB
-rw-r--r--
signin_rr.js
88.26
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : callCand.js
function callCand() { let funivcode = sessionStorage.getItem("univ"); let fcandmod = $("#fmobile").text(); let femail = $("#femail").text(); let fappno_dat = $("#fappno_dat").val(); $("#loader").show(); $("#loading-message").text("Please wait while call is connecting").css({ color: "#fff", }); $.ajax({ method: "POST", url: $host_url + "callCandMob&univcode=" + funivcode, data: JSON.stringify({ destination_number: fcandmod, email: femail, appno: fappno_dat, }), contentType: "application/json", dataType: "json", success: function (res) { if (!res.success) { $("#loader").hide(); try { let messageData = JSON.parse(res.message); // Access the inner message if (messageData.success) { Swal.fire({ title: messageData.message, type: "success", showCancelButton: false, confirmButtonColor: "#5495ff", confirmButtonText: "OK", closeOnConfirm: false, }); } else { Swal.fire({ title: messageData.message, type: "warning", showCancelButton: false, confirmButtonColor: "#5495ff", confirmButtonText: "OK", closeOnConfirm: false, }); } } catch (error) { Swal.fire({ title: error, type: "warning", showCancelButton: false, confirmButtonColor: "#5495ff", confirmButtonText: "OK", closeOnConfirm: false, }); } } else { $("#loader").hide(); Swal.fire({ title: res.message, type: "warning", showCancelButton: false, confirmButtonColor: "#5495ff", confirmButtonText: "OK", closeOnConfirm: false, }); } }, }); }
Close