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

21 lines
804 B
JSON

{
"name": "ASPThai_Net-Webboard",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.2",
"description": "ASPThai.Net Webboard",
"website": "http://www.aspthai.net/",
"matches": [
{
"text": "<meta name=\"copyright\" content=\"Copyright (C) 2002-2005 Supap Wanawan\" />"
},
{
"regexp": "(?-mix: <br \\/><br \\/><span class=\"text\" style=\"font-size:10px\">Powered by <a href=\"http:\\/\\/www.aspthai.net\\/\" target=\"_blank\" style=\"font-size:10px\">ASPThai.Net Webboard<\\/a> version ([\\d\\.]+)<\\/span><br \\/>)",
"offset": 1
},
{
"regexp": "(?-mix:<!-- ASPThai.Net Webboard ver. ([\\d\\.]+) is written and produced by Supap Wanawan)",
"offset": 1
}
]
}