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

32 lines
1.3 KiB
JSON

{
"name": "TwonkyServer",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "Twonky is a line of computer and mobile applications that finds all of your digital media collections and shares them with PCs, TVs, stereos and other devices connected to your network.",
"website": "http://www.twonky.com/",
"matches": [
{
"search": "headers[server]",
"regexp": "(?-mix:TwonkyMedia UPnP)"
},
{
"text": "<meta name=\"description\" content=\"TwonkyMedia Digital Home\">"
},
{
"text": "<td><strong><font color=\"#294A94\" size=\"2\">TwonkyMedia Settings</font></strong></td>"
},
{
"text": "<html><head><title>TwonkyServer Media Browser</title>"
},
{
"text": "<html><head><title>TwonkyMedia server media browser</title>"
},
{
"regexp": "(?-mix:<div id=\"copyright\" class=\"copyright\">Copyright . 2004-(20[\\d]{2}) PacketVideo Corporation\\. All rights reserved\\.<\\/div><\\/div><hr>)"
},
{
"regexp": "(?-mix:<div id=\"copyright\" class=\"copyright\">Copyright&nbsp;&copy;&nbsp;2004-20(20[\\d]{2}) PacketVideo&nbsp;Corporation\\. All&nbsp;rights&nbsp;reserved<\\/div><\\/div><hr>)"
}
]
}