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

13 lines
490 B
JSON

{
"name": "AdRiver",
"website": "http://adriver.ru",
"matches": [
{
"regexp": "(?:<embed[^>]+(?:src=\"https?://mh\\d?\\.adriver\\.ru/|flashvars=\"[^\"]*(?:http:%3A//(?:ad|mh\\d?)\\.adriver\\.ru/|adriver_banner))|<(?:(?:iframe|img)[^>]+src|a[^>]+href)=\"https?://ad\\.adriver\\.ru/)"
},
{
"search": "script",
"regexp": "(?:adriver\\.core\\.\\d\\.js|https?://(?:content|ad|masterh\\d)\\.adriver\\.ru/)"
}
]
}