mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
新增Webanalyzer模块
This commit is contained in:
@@ -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": " Performance & 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})"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user