新增Webanalyzer模块

This commit is contained in:
JrD
2020-07-29 00:02:06 +08:00
parent 07f436929e
commit e9cffc9e7b
5009 changed files with 81504 additions and 3 deletions
+37
View File
@@ -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};)"
}
]
}