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

20 lines
579 B
JSON

{
"name": "FCMS",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "Family Connections CMS (FCMS)",
"website": "https://www.familycms.com/index.php",
"matches": [
{
"text": "<meta name=\"author\" content=\"Ryan Haudenschilt\"/>"
},
{
"regexp": "(?-mix:- [pP]owered by Family Connections<\\/title>)"
},
{
"regexp": "(?-mix:- [pP]owered by Family Connections ([^\\s^<]+)[\\s]*<\\/title>[\\s]*(<meta|<link))",
"offset": 1
}
]
}