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,27 @@
|
||||
{
|
||||
"name": "Textpattern",
|
||||
"author": "Tonmoy Saikia, Andrew Horton",
|
||||
"version": "0.3",
|
||||
"description": "A flexible, elegant and easy-to-use CMS.",
|
||||
"website": "http://textpattern.com/",
|
||||
"matches": [
|
||||
{
|
||||
"name": "generator",
|
||||
"certainty": 50,
|
||||
"regexp": "(?i-mx:<meta name=\\\"generator\\\"[^>]+content=\\\"textpattern\" \\/>)"
|
||||
},
|
||||
{
|
||||
"name": "jquery.js",
|
||||
"regexp": "(?-mix:<script[^>]+src=\"[^\"]+textpattern\\/jquery.js[^\"]*\">)"
|
||||
},
|
||||
{
|
||||
"name": "css.php",
|
||||
"regexp": "(?-mix:<link[^>]+href=\\\"[^\"]+textpattern\\/css.php[^\"]*\" \\/>)"
|
||||
},
|
||||
{
|
||||
"name": "/textpattern",
|
||||
"text": "<td id=\"view-site\" class=\"tabdown\">",
|
||||
"url": "/textpattern"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user