mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
23 lines
774 B
JSON
23 lines
774 B
JSON
{
|
|
"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]"
|
|
}
|
|
]
|
|
}
|