Files
OneForAll-mirror/data/rules/whatweb/realtor-747.json
T
2020-07-29 00:02:06 +08:00

21 lines
1007 B
JSON

{
"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
}
]
}