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

18 lines
875 B
JSON

{
"name": "Wowza-Media-Server",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "Wowza Media Server is used for streaming of live and on-demand video, audio, and RIAs (rich Internet applications) over public and private IP networks to desktop, laptop, and tablet computers, mobile devices, IPTV set-top boxes, internet-connected TV sets, and other network-connected devices",
"website": "www.wowza.com/",
"matches": [
{
"regexp": "(?-mix:<html><head><title>Wowza Media Server [\\d]+ Monthly Edition ([\\d\\.]+ build[\\d]+)<\\/title><\\/head><body>Wowza Media Server [\\d]+ Monthly Edition ([\\d\\.]+ build[\\d]+)<\\/body><\\/html>)",
"offset": 1
},
{
"search": "headers[www-authenticate]",
"text": "realm=\"Wowza Media Systems\""
}
]
}