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

23 lines
906 B
JSON

{
"name": "OpenX",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "OpenX (aka phpAdsNew) is an open-source ad server, with an integrated banner management interface and tracking system for gathering statistics. With OpenX you can easily rotate paid banners and your own in-house advertisements.",
"website": "http://www.openx.org/",
"matches": [
{
"text": "<body class=\"hasInterface hasGradient hasSidebar \" onload=\"initPage();\">"
},
{
"text": "<div id=\"oaHeaderBranding\" class=\"brandingAdServer\">OpenX</div>"
},
{
"text": "<span class=\"tab-s\">Welcome to OpenX</span><br />"
},
{
"regexp": "(?-mix:<meta name=\"generator\" content=\"OpenX v([^\\s]+) - http:\\/\\/www\\.openx\\.org\"( \\/)?>)",
"offset": 1
}
]
}