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

20 lines
796 B
JSON

{
"name": "MiniBB",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "MiniBB is a free standalone open source program for building your own Internet forum.",
"website": "http://www.minibb.com/",
"matches": [
{
"text": "<td class=\"tbTransparent txtR\"><!--miniBB Copyright link. You are not allowed to remove it if you have not purchased the Commercial License. Refer to COPYING file for more-->"
},
{
"regexp": "(?i-mx:Powered by <a[^>]+href=\"http:\\/\\/www.minibb.(com|net)\"[^>]*>miniBB[^<]{0,15}<\\/a>)"
},
{
"offset": 1,
"regexp": "(?i-mx:Powered by <a[^>]+href=\"http:\\/\\/www.miniBB.(com|net)\"[^>]*>miniBB ([^<]{1,7})<\\/a>)"
}
]
}