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,38 @@
|
||||
{
|
||||
"name": "BrowserCMS",
|
||||
"author": "Brendan Coles <bcoles@gmail.com>",
|
||||
"version": "0.1",
|
||||
"description": "The newly redesigned BrowserCMS 2.0 is an easy, affordable way to control, edit, and organize website content.",
|
||||
"website": "http://www.browsercms.com/",
|
||||
"matches": [
|
||||
{
|
||||
"text": "<!--User is member of the following groups: -->"
|
||||
},
|
||||
{
|
||||
"text": "<li class=\"bmcms\"><a href=\"http://www.browsercms.com/index.ww\" title=\"BrowserCMS 2.0\" target=\"_blank\"><span>Powered by BrowserCMS 2.0</span></a></li>",
|
||||
"version": "2.x"
|
||||
},
|
||||
{
|
||||
"regexp": "(?i-mx:Powered by <a href=\"http:\\/\\/www.browsercms.com[\\/]*\"[^>]+>BrowserCMS<\\/a>)"
|
||||
},
|
||||
{
|
||||
"regexp": "(?-mix:<a href=\"http:\\/\\/www.browsercms.com[\\/]*\"[^>]+title=\"Powered by BrowserCMS\"[^>]+)"
|
||||
},
|
||||
{
|
||||
"regexp": "(?i-mx:<a href=\"http:\\/\\/www.browsercms.com[^>]+><img[^>]*src=\"\\/site\\/images[^>]+ onmouseover=\"this.src='\\/site\\/images[^>]+onmouseout=\"this.src='\\/site\\/images[^>]+alt=\"Powered by BrowserCMS\"[^>]*><\\/a>)"
|
||||
},
|
||||
{
|
||||
"text": "<form method=\"POST\" action=\"/portlets/login/do-login.jsp\" name=\"security\">"
|
||||
},
|
||||
{
|
||||
"regexp": "(?-mix:<input type=\"hidden\" name=\"success_uri\" value=\"[^>]*\\/page.ww\\?name=[^>]*\\§ion=[^>]*\"\\/>)"
|
||||
},
|
||||
{
|
||||
"regexp": "(?-mix:<input type=\"hidden\" name=\"failure_uri\" value=\"[^>]*\\/page.ww\\?name=[^>]*\\§ion=[^>]*\"\\/>)"
|
||||
},
|
||||
{
|
||||
"regexp": "(?-mix:<meta name=\"generator\" content=\"BrowserCMS ([^\\\"]+)\")",
|
||||
"offset": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user