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

17 lines
564 B
JSON

{
"name": "siteGENIUS",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "siteGENIUS, a custom website builder that lets you create your own website.",
"website": "http://www.sitegenius.com/",
"matches": [
{
"certainty": 75,
"ghdb": "inurl:\"sitegenius/topic.php\""
},
{
"regexp": "(?-mix:var PortalBrowser = window.open\\('popup.php\\?page_type='\\+page_type\\+'&lang=[A-Z]{2}&page_id='\\+pgid(\\+addToURL)?, '', myFeatures\\); )"
}
]
}