mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 12:57:50 +08:00
新增Webanalyzer模块
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"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};)"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user