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

25 lines
1.1 KiB
JSON

{
"name": "Team-Board",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.2",
"description": "Team Board forum [Chinese]",
"website": "http://www.team5.cn/",
"matches": [
{
"regexp": "(?-mix:<meta name=\"copyright\" content=\"Copyright [0-9]{4}-[0-9]{4} - TEAM5.cn By DayMoon\" \\/>)"
},
{
"regexp": "(?-mix:[\\s]+Powered by <a target=_blank \thref=http:\\/\\/www.team5.cn><b>TEAM ([\\d\\.]+) Release<\\/b><\\/a> - <a href=Licence.asp><b style='color:#FF9900'>ACC<\\/b><\\/a> &copy; [0-9]{4} Team5 Studio All rights reserved)",
"offset": 1
},
{
"regexp": "(?-mix:Powered by <a target=_blank[\\s]+href=http:\\/\\/www.team5.cn><b>TEAM ([\\d\\.]+)<\\/b><\\/a>)",
"offset": 1
},
{
"regexp": "(?-mix:[\\s]+Powered by <a target=\"_blank\" href=\"http:\\/\\/www.team5.cn\"><b>TEAM ([\\d\\.]+) Release<\\/b><\\/a> - <a href=\"Licence.asp\"><b style='color:#FF9900'>SQL<\\/b><\\/a> &copy; [0-9]{4} Team5 Studio All rights reserved)",
"offset": 1
}
]
}