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

17 lines
513 B
JSON

{
"name": "XchangeBoard",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.2",
"description": "Old forum",
"website": "http://www.xchangeboard.de",
"matches": [
{
"text": "h1,h2,h3,h4,p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i {"
},
{
"regexp": "(?-mix:\t<div align=\"center\"><small>Powered by <a href=\"http:\\/\\/www.xchangeboard.de\">XchangeBoard<\\/a> ver ([\\d\\.a-z]+) - )",
"offset": 1
}
]
}