mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
新增Webanalyzer模块
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"name": "OSCommerce",
|
||||
"author": "Andrew Horton",
|
||||
"version": "0.4",
|
||||
"description": "Open Source Ecommerce System in PHP. It was first released in March 2000 as 'The Exchange Project'. Branched projects include : Ian's Loaded, ZenCart, CRE Loaded, http://www.oscommerce.com. This plugin recognises security warnings for file permissions and the installation directory. Aggressive plugin attempts to get version from /admin/login.php page.",
|
||||
"website": null,
|
||||
"matches": [
|
||||
{
|
||||
"regexp": "(?-mix:<[^>]+(src|href)\\s*=\\s*[^>]\\bosCsid=([a-z0-9]{26}|[a-z0-9]{32}))"
|
||||
},
|
||||
{
|
||||
"certainty": 25,
|
||||
"text": "The Exchange Project - Community Made Shopping!"
|
||||
},
|
||||
{
|
||||
"string": "warning",
|
||||
"text": "<td class=\"messageStackWarning\"><img src=\"images/icons/warning.gif\""
|
||||
},
|
||||
{
|
||||
"url": "/admin/login.php",
|
||||
"name": "admin page version",
|
||||
"regexp": "(?-mix:<img src=\"images\\/oscommerce.png\" border=\"0\" alt=\"osCommerce ([^\"]+)\")",
|
||||
"offset": 1
|
||||
},
|
||||
{
|
||||
"text": "Powered by <a href=\"http://www.oscommerce.com\" target=\"_blank\">osCommerce</a>"
|
||||
},
|
||||
{
|
||||
"search": "headers[set-cookie]",
|
||||
"text": "cookie_test=please_accept_for_session;"
|
||||
},
|
||||
{
|
||||
"search": "headers[set-cookie]",
|
||||
"regexp": "(?-mix:osCsid=[a-z0-9]{32};)"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user