新增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
@@ -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
}
]
}