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

20 lines
754 B
JSON

{
"name": "CubeCart",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.2",
"description": "CubeCart is an out of the box ecommerce shopping cart software solution which has been written to run on servers that have PHP & MySQL support.",
"website": "http://www.cubecart.com/",
"matches": [
{
"text": "<div class='txtCopyright'>Powered by <a href='http://www.cubecart.com' class='txtCopyright' target='_blank'>CubeCart</a>"
},
{
"regexp": "(?-mix:<title>[^<]{1,256} \\(Powered by CubeCart\\)<\\/title>)"
},
{
"regexp": "(?-mix:<p class=\"defaultText\">Powered by CubeCart version ([\\d\\.]+)<br \\/>)",
"offset": 1
}
]
}