Files
OneForAll-mirror/data/rules/whatweb/meetingplaza.json
T
2020-07-29 00:02:06 +08:00

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]"
}
]
}