新增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
+20
View File
@@ -0,0 +1,20 @@
{
"name": "Realtor-747",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.2",
"description": "IT747.COM is proudly presenting a property listings management system REALTOR 747 for real estate agents which adopted template based design so that web site designers can fully express their own imagination.",
"website": "http://www.it747.com/realtor747/",
"matches": [
{
"text": "<body onload=\"start_realtor747_admin();\" onunload=\"stop_realtor747_admin();\">"
},
{
"regexp": "(?-mix: <a href=\"http:\\/\\/www.it747.com\\/realtor747\" target=\"_blank\"><span style=\"color: green;\">Powered by REALTOR 747 - The Property Listings Management System - Version ([\\d\\.]+)<\\/span><\\/a><br>)",
"offset": 1
},
{
"regexp": "(?-mix:<title>REALTOR 747 - The Property Listings Management System - Administration - Version ([\\d\\.]+)<\\/title>)",
"offset": 1
}
]
}