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

17 lines
507 B
JSON

{
"name": "WolfCMS",
"author": "Andrew Horton",
"version": "1.0",
"description": "WolfCMS is an open-source content management system built with PHP.",
"website": "https://www.wolfcms.org/",
"matches": [
{
"regexp": "(?-mix:png\" \\/> Wolf CMS ([^<]+)<\\/div>)",
"offset": 1
},
{
"regexp": "(?-mix:href=\"http:\\/\\/www.wolfcms.org\\/\" title=\"Wolf CMS\" rel=\"noreferrer\">Wolf CMS<\\/a>[\\s]+Inside.)"
}
]
}