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

27 lines
1023 B
JSON

{
"name": "Axis-Commerce",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "Axis Commerce - open source eCommerce software - Requires: PHP and MySQL",
"website": "http://axiscommerce.com/",
"matches": [
{
"regexp": "(?-mix:<div class=\"head\"><h2>Login<\\/h2><p class=\"powered\">Powered by Axis v. ([\\d\\.]+)<\\/p><\\/div>)",
"offset": 1
},
{
"text": "<div class=\"head\"><h2>Forgot password</h2><p class=\"powered\">Powered by Axis</p></div>"
},
{
"text": "<title>Login to Axis administrator panel</title>"
},
{
"text": "<p class=\"bug-report\">Report any <a href='http://github.com/axis/axiscommerce/issues' onclick='window.open(this.href); return false;' title='Report'>Bugs or Issues</a> you've found</p>"
},
{
"search": "headers[set-cookie]",
"regexp": "(?-mix:axisid=[a-z\\d]{20,32};)"
}
]
}