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

20 lines
735 B
JSON

{
"name": "NoticeBoardPro",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "NoticeBoardPro is an online, web-based, notice board system",
"website": "http://www.noticeboardpro.com/",
"matches": [
{
"regexp": "(?-mix:<td align=\"center\" colspan=\"4\" height=\"38\" width=\"572\" bgcolor=\"#f5f5dc\"><p class=\"copy\">Version ([\\d\\.]+) -)",
"offset": 1
},
{
"text": "<A HREF=\"registerOutline.php\" CLASS=\"Xref\" style=\"margin-right:10\">[Register]</A>"
},
{
"text": "<A HREF=\"loginOutline.php\" CLASS=\"Xref\" style=\"margin-left:165; margin-right:10\">[Sign In]</A>"
}
]
}