mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
27 lines
1023 B
JSON
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};)"
|
|
}
|
|
]
|
|
}
|