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

17 lines
712 B
JSON

{
"name": "bSpeak",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.2",
"description": "bSpeak is 26th Avenue's threaded message board application. It is full-featured and fast, allowing you to create a community, provide online support, or provide announcements for your website.",
"website": "http://www.bspeak.com/",
"matches": [
{
"text": " - powered by bSpeak</TITLE>"
},
{
"regexp": "(?-mix:<br><div align=\"center\"><span class=\"tinytext\">Powered by <\\/span><a href=\"http:\\/\\/www.bspeak.com\" class=\"tinylink\" target=\"bspeak_window\">bSpeak ([\\d\\.]+)<\\/a><\\/div>)",
"offset": 1
}
]
}