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.109.231
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 /
kusdde /
adm2018 /
js /
[ HOME SHELL ]
Name
Size
Permission
Action
i18n
[ DIR ]
drwxr-xr-x
out
[ DIR ]
drwxr-xr-x
pages
[ DIR ]
drwxr-xr-x
MainPage.js
41.28
KB
-rwxr-xr-x
MainPage_11102018.js
40.67
KB
-rwxr-xr-x
MainPage_21022018.js
38.81
KB
-rwxr-xr-x
MainPage_25012019.js
40.7
KB
-rwxr-xr-x
MainPage_27042018.js
39.3
KB
-rwxr-xr-x
MainPage_mohan.js
38.83
KB
-rwxr-xr-x
Registrationpage.js
2.01
KB
-rwxr-xr-x
Registrationpage_25012019.js
2.02
KB
-rwxr-xr-x
admin.js
15.25
KB
-rwxr-xr-x
appForm.js
13.62
KB
-rwxr-xr-x
appStatus.js
4.09
KB
-rwxr-xr-x
changeCntr.js
5.81
KB
-rwxr-xr-x
control.js
18.43
KB
-rwxr-xr-x
demo.js
3.32
KB
-rwxr-xr-x
form_submit.js
1.3
KB
-rwxr-xr-x
helpers.js
576
B
-rwxr-xr-x
login.js
1.11
KB
-rwxr-xr-x
masonry.min.js
23.6
KB
-rwxr-xr-x
masonry.pkgd.min.js
23.6
KB
-rwxr-xr-x
printCor.html
29
B
-rwxr-xr-x
printCor.js
0
B
-rwxr-xr-x
script.js
3
B
-rwxr-xr-x
validate.js
9.29
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Registrationpage_25012019.js
var studregno; 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.fpaymenttype == 'SBM' || responce.data.html.fpaymentstatus == 'success' || responce.data.html.fpaymenttype == 'a' || responce.data.html.fpaymenttype == '') { window.location.href=$host_url+"PrintApplicationFormSBM&app_no="+rappno; } else { alert('Payment Not Made.'); return; } } else { alert('Invalid Details.'); return; } } }); } function makepayment() { var rappno = $('#rappno').val(); window.location.href="Paytm/pgRedirect.php?productinfo="+rappno; }
Close