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,22 @@
|
||||
{
|
||||
"name": "Hitbox-Gateway",
|
||||
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
|
||||
"version": "0.3",
|
||||
"description": "Adobe Omniture Hitbox Gateway collects HTTP headers for web site usage statistics",
|
||||
"website": "http://login.hitbox.com/",
|
||||
"matches": [
|
||||
{
|
||||
"regexp": "(?-mix:^Hitbox Gateway)",
|
||||
"search": "headers[server]"
|
||||
},
|
||||
{
|
||||
"search": "headers[server]",
|
||||
"regexp": "(?-mix:^Hitbox Gateway ([^\\s]{1,10})$)",
|
||||
"offset": 1
|
||||
},
|
||||
{
|
||||
"url": "/favicon.ico",
|
||||
"md5": "0c7fdff990b60f5c7ec6ecf995c6f59f"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user