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

19 lines
626 B
JSON

{
"name": "CBS-Interactive",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "CBS Interactive - online content network",
"website": "http://www.cbsinteractive.com/",
"matches": [
{
"regexp": "(?-mix:<script[^>]+ src=\"http:\\/\\/dw\\.com\\.com\\/js\\/dw\\.js\"><\\/script>)"
},
{
"regexp": "(?-mix:<script>DW.pageParams = \\{siteId:'([^']+)'\\};DW.clear\\(\\);<\\/script>)"
},
{
"regexp": "(?-mix:<img src=\"http:\\/\\/dw\\.com\\.com\\/clear\\/c\\.gif\\?sid=([^\"^\\s^>^&]+))"
}
]
}