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

17 lines
578 B
JSON

{
"name": "Sweetrice",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "SweeRice is a simple website management system ,it is not just free and open source, it provides popular functions such as SEO.",
"website": "http://www.basic-cms.org/",
"matches": [
{
"regexp": "(?-mix:<meta name=\"generator\" content=\"SweetRice ([\\d\\.]{1,5})\" \\/>)",
"offset": 1
},
{
"text": "Powered By <a href=\"http://www.basic-cms.org\">Basic CMS SweetRice</a>"
}
]
}