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

21 lines
975 B
JSON

{
"name": "ReOS",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "REOS is hi-end software solution designed to help real estate agents, brokers and offices to easily present their properties on the internet.",
"website": "http://www.reosonline.com/",
"matches": [
{
"text": "Powered by <a href=\"http://reos.elazos.com\">ReOS</a>"
},
{
"regexp": "(?-mix:Powered by <a href=\"http:\\/\\/reos.elazos.com\">ReOS ([\\d\\.]+)<\\/a> and released under the <a href=\"http:\\/\\/www.fsf.org\\/licensing\\/licenses\\/agpl\\-3\\.0\\.html\">GNU\\/AGPLv3 License.<\\/a>)",
"offset": 1
},
{
"regexp": "(?-mix:Powered by <a href=\"http:\\/\\/reos.elazos.com\">ReOS ([\\d\\.]+)<\\/a> and released under the <a href=\"http:\\/\\/creativecommons.org\\/licenses\\/GPL\\/2.0\\/\">GNU\\/GPL License.<\\/a>)",
"offset": 1
}
]
}