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": "MeetingPlaza",
|
||||
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
|
||||
"version": "0.2",
|
||||
"description": "MeetingPlaza Distance Conference Service for internet conferencing, meeting, presentations, seminars, collaboration, events, and training.",
|
||||
"website": "http://www.meetingplaza.com/e/",
|
||||
"matches": [
|
||||
{
|
||||
"certainty": 25,
|
||||
"text": "<html> <body> Hello. I'm MeetingPlaza HTTP Tunneling Server.<br>Date: "
|
||||
},
|
||||
{
|
||||
"search": "headers[server]",
|
||||
"regexp": "(?-mix:^InterSpace HTTP Tunneling\\/([^\\s]+)$)",
|
||||
"offset": 1
|
||||
},
|
||||
{
|
||||
"regexp": "(?-mix:^InterSpace HTTP Tunneling)",
|
||||
"search": "headers[server]"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user