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

22 lines
1.1 KiB
JSON

{
"name": "noVNC",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "VNC client using HTML5 (Web Sockets, Canvas) with encryption (wss://) support.",
"website": "https://github.com/kanaka/noVNC",
"matches": [
{
"module": "Auto",
"text": "<div id=\"VNC_status_bar\" class=\"VNC_status_bar\" style=\"margin-top: 0px;\">"
},
{
"module": "Auto",
"regexp": "(?-mix:<html>[\\s]+<!-- [\\s]+noVNC Example: Automatically connect on page load\\.[\\s]+Copyright \\(C\\) (20[\\d]{2}) Joel Martin[\\s]+Licensed under LGPL-3 \\(see LICENSE\\.txt\\)[\\s]+Connect parameters are provided in query string:[\\s]+http:\\/\\/example\\.com\\/\\?host=HOST&port=PORT&encrypt=1&true_color=1[\\s]+-->[\\s]+<head>[\\s]+<title>noVNC<\\/title>)"
},
{
"module": "Simple",
"regexp": "(?-mix:<html>[\\s]+<!-- [\\s]+noVNC example: simple example using default UI[\\s]+Copyright \\(C\\) (20[\\d]{2}) Joel Martin[\\s]+Licensed under LGPL-3 \\(see LICENSE\\.txt\\)[\\s]+-->[\\s]+<head>[\\s]+<title>noVNC<\\/title>)"
}
]
}