Ekultek / WhatWaf

Detect and bypass web application firewalls and protection systems
Other
2.55k stars 434 forks source link

Unknown Firewall (257391286) #1563

Closed WhatWaf-Firewalls closed 1 year ago

WhatWaf-Firewalls commented 1 year ago

WhatWaf version: 2.0.3 Running context: whatwaf.py -u *************************************** Fingerprint:

<!--
GET http://113.59.105.34:8020 HTTP/1.1
Status code: 400
Server: openresty
Date: Mon, 11 Jul 2022 07:22:25 GMT
Content-Type: text/html
Content-Length: 3371
Connection: close
ETag: "5ebf0d5e-d2b"
-->
<!DOCTYPE html>

<html>
<head>
<meta content="IE=Edge" http-equiv="X-UA-Compatible"/>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<meta content="UTF-8" http-equiv="Content-Language"/>
<style type="text/css">
    .dt1{
        font-size: 20px;
        color: #d21e1e;
        margin-bottom: 17px;
    }

    .dt2{
        font-size: 12px;
        color: #d21e1e;
        margin-top: 35px;
        margin-bottom: 35px;
    }
    .dt3 {
        font-size: 150px;
        color: #efefef;
        position: relative;
        right: 15px;
    }

    #main .angel {
    background: url(/eror/angel.png) no-repeat scroll transparent;
    width: 250px;
    height: 250px;
    margin: 63px 0 0 157px;
    }

    #head-nav {
    padding: -5px 0 0px;
    border-bottom: 2px solid #555555;
    left: 0;
    width: 100%;
    top: 0; 
    }
    #head-nav .logo {
    /* background: url(keda_logo.png) no-repeat scroll transparent; */
    width: 250px;
    height: 73px;
    }
    a {
        cursor: pointer;
        text-decoration: none;
    } 
    /* #head-nav .logo {
    background: url(keda_logo.png?) no-repeat scroll transparent;
    width: 235px;
    height: 95px;
    } */
    .left {
    float: left;
    }
    #main {
    width: 100%;
    border-bottom: 2px solid #949799;
    } 

    body {
    font-size: 12px;
    font-family: tahoma,arial,"Microsoft Yahei","Microsoft YaHei",SimSun;
    }
    div#wrap {
        /* font-family: "Microsoft Yahei",'Microsoft YaHei',SimSun,tahoma,arial; */
        width: 1024px;
        margin: 0 auto;
    } 
    </style>
<script type="text/javascript">
        window.onresize=function(){  
            autoHeight();  
       }
        function autoHeight(){
            var height=document.documentElement.clientHeight;
            /* var i=parseInt(height*0.14); */
            //var j=parseInt(height*0.8);
            var i=height-83-62;
            /* document.getElementById('head-nav').style.height= i+"px"; */
            /* document.getElementById('main').style.height=j+"px"; */
            if(height<580){
                 document.getElementById('main').style.height=495+"px";
            }else{
                document.getElementById('main').style.height=i+"px";
            }

        }   
    </script>
<title>404页面</title>
</head>
<body onload="autoHeight()">
<div id="wrap">
<div id="head-nav">
<div class="logo"></div>
</div>
<div class="group" id="main" style="">
<div class="angel left"></div>
<div class="left" style="margin: 123px 0 0 24px;">
<dl>
<dt class="dt1">呃,您查看的页面找不到了,请到其他地方找找吧!</dt>
<dt class="dt2">系统可能正处于维护中,请稍后再尝试访问</dt>
<!-- <dt class="dt2"><span id="font_color"></span>&nbsp;&nbsp;秒之后页面将自动跳转,或直接点击下方的链接直接跳转:</dt>
                <dt><a id="home" href="">返回首页</a></dt> -->
<dt class="dt3">404</dt>
</dl>
</div>
</div>
<div class="corpright" style="text-align: left;margin-top: 25px;height: 27px;width:320px;">
<!-- <span class="about_x"></span><br>
            <span class="about_x">Copyright &copy; 1995-2016 KEDACOM. All rights reserved.</span><br>
            <span class="about_x">Version:5.0.0.2.0&nbsp;&nbsp;&nbsp;&nbsp; </span>
            <a href="http://www.kedacom.com" style="color:#007ac0;text-decoration:underline;font-family:Microsoft YaHei">www.kedacom.com</a> -->
</div>
</div>
</body>
</html>