新增Webanalyzer模块

This commit is contained in:
JrD
2020-07-29 00:02:06 +08:00
parent 07f436929e
commit e9cffc9e7b
5009 changed files with 81504 additions and 3 deletions
+31
View File
@@ -0,0 +1,31 @@
{
"name": "CloudFlare",
"author": "Aung Khant <http://yehg.net/> & David P Robinson <david@intruder.io>, Andrew Horton, David P Robinson <david@intruder.io>",
"version": "0.3",
"description": "CloudFlare is a content delivery network. Its features include DDoS protection and Web Application Firewall functionality",
"website": "https://www.cloudflare.com/",
"matches": [
{
"name": "access restricted iframe",
"text": "<iframe frameborder=\"0\" width=\"100%\" height=\"100%\" src=\"http://anti-virus.cloudflare.com/cdn-cgi/anti-virus-challenge?h="
},
{
"name": "footer",
"text": "&nbsp;&nbsp;Performance &amp; Security by <a id=\"FooterCloudFlare\" href=\"https://www.cloudflare.com\" target=\"_blank\">CloudFlare</a>"
},
{
"search": "headers[server]",
"regexp": "(?-mix:cloudflare\\-nginx)",
"name": "server header"
},
{
"search": "headers[set-cookie]",
"regexp": "(?-mix:__cfduid)",
"name": "__cfduid cookie"
},
{
"name": "email address protection",
"regexp": "(?-mix:\\/cdn-cgi\\/l\\/email-protection#[a-f0-9]{36})"
}
]
}