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,35 @@
|
||||
{
|
||||
"name": "Google-Search-Appliance",
|
||||
"author": "Brendan Coles <bcoles@gmail.com>",
|
||||
"version": "0.1",
|
||||
"description": "The Google Search Appliance (GSA) is a piece of hardware that corporations install on-premise so that employees can search enterprise data.",
|
||||
"website": "http://www.google.com/enterprise/search/gsa.html",
|
||||
"matches": [
|
||||
{
|
||||
"text": "<font face=arial,sans-serif size=-1>If you are an end user looking for a Google search service on your network, please ask your system administrator for the URL of the search service.<p>"
|
||||
},
|
||||
{
|
||||
"certainty": 75,
|
||||
"search": "headers[server]",
|
||||
"regexp": "(?-mix:^GSE$)"
|
||||
},
|
||||
{
|
||||
"certainty": 75,
|
||||
"search": "headers[location]",
|
||||
"regexp": "(?-mix:^\\/EnterpriseController)"
|
||||
},
|
||||
{
|
||||
"text": "<tr id=\"TopBar\"><td id=\"TopBarName\">About Google Search Appliance</td></tr></table></td></tr></table>"
|
||||
},
|
||||
{
|
||||
"text": "<tr id=\"TopBar\"><td id=\"TopBarName\">Welcome to the Google Search Appliance!</td></tr></table></td></tr></table>"
|
||||
},
|
||||
{
|
||||
"text": "<tr id=\"TopBar\"> <td id=\"TopBarName\"> Welcome to the Google Mini! </td> </tr> </table>"
|
||||
},
|
||||
{
|
||||
"regexp": "(?-mix:<\\/font>[\\s]+<br><br>[\\s]+<font face=\"arial,sans-serif\">System Version:[\\s]+([^\\s]+)[\\s]+<\\/font>[\\s]+<br><br>[\\s]+<font face=\"arial,sans-serif\">Appliance ID:)",
|
||||
"offset": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user