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

20 lines
852 B
JSON

{
"name": "BloofoxCMS",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "bloofoxCMS is a free open source content management system (CMS). bloofoxCMS is a small and easy to use CMS.",
"website": "http://bloofox.com/",
"matches": [
{
"regexp": "(?-mix:<meta name=\"generator\" content=\"bloofoxCMS ([\\d\\.]+)\" \\/>)",
"offset": 1
},
{
"regexp": "(?-mix:<!--[\\r\\n\\s]+This Website was generated by bloofoxCMS.[\\r\\n\\s]+bloofoxCMS is open source published under the gnu gpl. Visit www.bloofox.com for more details![\\r\\n\\s]+Copyrights \\(c\\) 2006-2007 by Alexander Lang[\\r\\n\\s]+\\/\\/-->)"
},
{
"regexp": "(?i-mx:Powered by <a href=\"http:\\/\\/www.bloofox.com\">bloofoxCMS<\\/a>)"
}
]
}