Ekultek / WhatWaf

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

Unknown Firewall (0e52e8f1d) #1531

Closed WhatWaf-Firewalls closed 1 year ago

WhatWaf-Firewalls commented 2 years ago

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

<!--
GET http://www.cqyu.edu.cn HTTP/1.1
Status code: 404
Server: nginx
Date: Thu, 14 Apr 2022 04:07:51 GMT
Content-Type: text/html
Content-Length: 479
Connection: close
ETag: "5f583d71-1df"
-->
<!DOCTYPE html>

<html>
<head>
<meta charset="utf-8"/>
<meta content="IE=edge" http-equiv="X-UA-Compatible"/>
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport"/>
<title>404</title>
<style>
    body{
        background-color:#444;
        font-size:14px;
    }
    h3{
        font-size:60px;
        color:#eee;
        text-align:center;
        padding-top:30px;
        font-weight:normal;
    }
</style>
</head>
<body>
<h3>404,您请求的文件不存在!</h3>
</body>
</html>