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,25 @@
|
||||
{
|
||||
"name": "Joomla",
|
||||
"author": "Andrew Horton, Brendan Coles <bcoles@gmail.com>, @anozoozian",
|
||||
"version": "0.9",
|
||||
"description": "Opensource CMS written in PHP. Aggressive version detection compares just 5 files, checks for version 1.0.0 up to 3.6.4",
|
||||
"website": "http://joomla.org",
|
||||
"matches": [
|
||||
{
|
||||
"version": "1.0",
|
||||
"regexp": "(?-mix:<meta name=\"Generator\" content=\"Joomla! - Copyright \\(C\\) 200[0-9] - 200[0-9] Open Source Matters. All rights reserved.\" \\/>)"
|
||||
},
|
||||
{
|
||||
"regexp": "(?-mix:<meta name=\"generator\" content=\"Joomla! (\\d\\.\\d) - Open Source Content Management\" \\/>)",
|
||||
"offset": 1
|
||||
},
|
||||
{
|
||||
"text": "Powered by <a href=\"http://www.joomla.org\">Joomla!</a>."
|
||||
},
|
||||
{
|
||||
"url": "/administrator/",
|
||||
"regexp": "(?-mix:<div id=\"joomla\"><img src=\"[^\"]*\\/images\\/header_text.png\" alt=\"Joomla! Logo\")",
|
||||
"name": "admin page"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user