Merge branch 'master' of github.com:ElbertF/Wappalyzer

main
Elbert Alias 11 years ago
commit d30209f599

@ -12,6 +12,7 @@
container = d.getElementById('wappalyzer-container'), container = d.getElementById('wappalyzer-container'),
domain = window.top.location.host, domain = window.top.location.host,
url = window.top.location.href, url = window.top.location.href,
hasOwn = Object.prototype.hasOwnProperty,
categoryNames = { categoryNames = {
1: 'CMS', 1: 'CMS',
2: 'Message Board', 2: 'Message Board',
@ -41,7 +42,7 @@
26: 'Mobile Framework', 26: 'Mobile Framework',
27: 'Programming Language', 27: 'Programming Language',
28: 'Operating System', 28: 'Operating System',
29: 'Search Engine' 29: 'Search Engine',
30: 'Web Mail', 30: 'Web Mail',
31: 'CDN', 31: 'CDN',
32: 'Marketing Automation', 32: 'Marketing Automation',
@ -139,6 +140,9 @@
if ( w.detected[url] != null && Object.keys(w.detected[url]).length ) { if ( w.detected[url] != null && Object.keys(w.detected[url]).length ) {
for ( app in w.detected[url] ) { for ( app in w.detected[url] ) {
if(!hasOwn.call(w.detected[url], app)) {
continue;
}
html += html +=
'<div class="wappalyzer-app' + ( first ? ' wappalyzer-first' : '' ) + '">' + '<div class="wappalyzer-app' + ( first ? ' wappalyzer-first' : '' ) + '">' +
'<a target="_blank" class="wappalyzer-application" href="' + w.config.websiteURL + 'applications/' + app.toLowerCase().replace(/ /g, '-').replace(/[^a-z0-9-]/g, '') + '">' + '<a target="_blank" class="wappalyzer-application" href="' + w.config.websiteURL + 'applications/' + app.toLowerCase().replace(/ /g, '-').replace(/[^a-z0-9-]/g, '') + '">' +
@ -149,6 +153,9 @@
; ;
for ( i in w.apps[app].cats ) { for ( i in w.apps[app].cats ) {
if(!hasOwn.call(w.apps[app].cats, i)) {
continue;
}
category = w.apps[app].cats[i]; category = w.apps[app].cats[i];
html += '<a target="_blank" class="wappalyzer-category" href="' + w.config.websiteURL + 'categories/' + w.categories[category] + '">' + categoryNames[category] + '</a>'; html += '<a target="_blank" class="wappalyzer-category" href="' + w.config.websiteURL + 'categories/' + w.categories[category] + '">' + categoryNames[category] + '</a>';

@ -0,0 +1,51 @@
{
"github": { "message": "Fork-uiește Wappalyzer pe GitHub!" },
"twitter": { "message": "Urmărește Wappalyzer pe Twitter" },
"website": { "message": "Mergi la wappalyzer.com" },
"options": { "message": "Opțiuni Wappalyzer" },
"optionsSave": { "message": "Salvează opțiuni" },
"optionsSaved": { "message": "Salvat" },
"optionUpgradeMessage": { "message": "Anunță-mă dacă sunt actualizări" },
"optionTracking": { "message": "Trimite rapoarte anonime despre aplicațiile detectate către wappalyzer.com pentru cercetare" },
"nothingToDo": { "message": "Nimic de făcut pe pagina curentă." },
"noAppsDetected": { "message": "Nici o aplicație detectată." },
"categoryName1": { "message": "CMS" },
"categoryName2": { "message": "Forum de discuții" },
"categoryName3": { "message": "Manager baze de date" },
"categoryName4": { "message": "Unealtă pentru documentare" },
"categoryName5": { "message": "Widget" },
"categoryName10": { "message": "Analiză trafic web" },
"categoryName11": { "message": "Blog" },
"categoryName12": { "message": "Framework JavaScript" },
"categoryName13": { "message": "Tracker probleme" },
"categoryName14": { "message": "Player Video" },
"categoryName15": { "message": "Sistem de comentarii" },
"categoryName16": { "message": "Verificare Captcha" },
"categoryName17": { "message": "Script pentru fonturi" },
"categoryName18": { "message": "Framework Web" },
"categoryName19": { "message": "Divers" },
"categoryName20": { "message": "Editor" },
"categoryName21": { "message": "LMS" },
"categoryName22": { "message": "Server Web" },
"categoryName23": { "message": "Unealtă Cache" },
"categoryName24": { "message": "Editor Texte Rich" },
"categoryName25": { "message": "Grafică JavaScript" },
"categoryName26": { "message": "Framework Mobile" },
"categoryName27": { "message": "Limbaj de programare" },
"categoryName28": { "message": "Sistem de operare" },
"categoryName29": { "message": "Motor de căutare" },
"categoryName30": { "message": "Poștă electronică" },
"categoryName31": { "message": "CDN" },
"categoryName32": { "message": "Automatizare marketing" },
"categoryName33": { "message": "Extensie server web" },
"categoryName34": { "message": "Bază de date" },
"categoryName35": { "message": "Hartă" },
"categoryName36": { "message": "Rețea de advertising" },
"categoryName37": { "message": "Serviciu rețea" },
"categoryName38": { "message": "Server Media" },
"categoryName39": { "message": "Webcam" },
"categoryName40": { "message": "Imprimantă" },
"categoryName41": { "message": "Sistem de plată" },
"categoryName42": { "message": "Manager cuvinte cheie" },
"categoryName43": { "message": "Paywall" }
}

@ -0,0 +1,56 @@
name = Wappalyzer
noAppsDetected = Nici o aplicație detectată
clickForDetails = Click pentru detalii
preferences = Opțiuni
categories = Categorii
tracking_title = Analiză
tracking_description = Trimite rapoarte anonime despre aplicațiile detectate către wappalyzer.com pentru cercetare
urlbar_title = Afișează iconițe în bara URL
urlbar_description = Debifează pentru a arăta butonul în toolbar.
feedback = Părere
github = Github
twitter = Twitter
website = Mergi la wappalyzer.com
cat1 = CMS
cat2 = Forum de discuții
cat3 = Manager baze de date
cat4 = Unealtă pentru documentare
cat5 = Widget
cat10 = Analiză trafic web
cat11 = Blog
cat12 = Framework JavaScript
cat13 = Tracker probleme
cat14 = Player Video
cat15 = Sistem de comentarii
cat16 = Verificare Captcha
cat17 = Script pentru fonturi
cat18 = Framework Web
cat19 = Divers
cat20 = Editor
cat21 = LMS
cat22 = Server Web
cat23 = Unealtă Cache
cat24 = Editor Texte Rich
cat25 = Grafică JavaScript
cat26 = Framework Mobile
cat27 = Limbaj de programare
cat28 = Sistem de operare
cat29 = Motor de căutare
cat30 = Poștă electronică
cat31 = CDN
cat32 = Automatizare marketing
cat33 = Extensie server web
cat34 = Bază de date
cat35 = Hartă
cat36 = Rețea de advertising
cat37 = Serviciu rețea
cat38 = Server Media
cat39 = Webcam
cat40 = Imprimantă
cat41 = Sistem de plată
cat42 = Manager cuvinte cheie
cat43 = Paywall

@ -87,6 +87,13 @@
"meta": { "generator": "Accessible Portal" }, "meta": { "generator": "Accessible Portal" },
"implies": "PHP" "implies": "PHP"
}, },
"Adcash": {
"website": "adcash.com",
"cats": [ 36 ],
"env": "^(?:ac_bgclick_URL|ct_(?:siteunder|tag|n(?:SuUrl(?:Opp)?)|Su(?:Loaded|Url)))$",
"script": "^[^\\/]*//(?:[^\\/]+\\.)?adcash\\.com/(?:script|ad)/",
"url": "^https?://(?:[^\\/]+\\.)?adcash\\.com/script/pop_"
},
"AddThis": { "AddThis": {
"website": "www.addthis.com", "website": "www.addthis.com",
"cats": [ 5 ], "cats": [ 5 ],
@ -133,12 +140,25 @@
"html": "(?:<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/)", "html": "(?:<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/)",
"script": "(?:adriver\\.core\\.\\d\\.js|https?://(?:content|ad|masterh\\d)\\.adriver\\.ru/)" "script": "(?:adriver\\.core\\.\\d\\.js|https?://(?:content|ad|masterh\\d)\\.adriver\\.ru/)"
}, },
"AdRoll": {
"website": "adroll.com",
"cats": [ 36 ],
"env": "^adroll_",
"script": "(?:a|s)\\.adroll\\.com"
},
"Advanced Web Stats": { "Advanced Web Stats": {
"website": "www.advancedwebstats.com", "website": "www.advancedwebstats.com",
"cats": [ 10 ], "cats": [ 10 ],
"html": "aws\\.src = [^<]+caphyon-analytics", "html": "aws\\.src = [^<]+caphyon-analytics",
"implies": "Java" "implies": "Java"
}, },
"Adzerk": {
"website": "adzerk.com",
"cats": [ 36 ],
"env": "^ados(?:Results)?$",
"script": "adzerk\\.net/ados\\.js",
"html": "<iframe [^>]*src=\"[^\"]+adzerk\\.net",
},
"Akamai": { "Akamai": {
"website": "akamai.com", "website": "akamai.com",
"cats": [ 31 ], "cats": [ 31 ],
@ -283,6 +303,13 @@
"html": "Powered by\\s+<a href=[^>]+atlassian\\.com/(?:software/jira|jira-bug-tracking/)[^>]+>Atlassian\\s+JIRA(?:[^v]*v(?:ersion: )?(\\d+\\.\\d+(\\.\\d+)?))?\\;version:\\1", "html": "Powered by\\s+<a href=[^>]+atlassian\\.com/(?:software/jira|jira-bug-tracking/)[^>]+>Atlassian\\s+JIRA(?:[^v]*v(?:ersion: )?(\\d+\\.\\d+(\\.\\d+)?))?\\;version:\\1",
"implies": "Java" "implies": "Java"
}, },
"Avangate": {
"website": "avangate.com",
"cats": [ 6 ],
"env": "^(?:__)?avng8_",
"html": "<link[^>]* href=\"^https?://edge\\.avangate\\.net/",
"script": "^https?://edge\\.avangate\\.net/"
},
"AWStats": { "AWStats": {
"website": "awstats.sourceforge.net", "website": "awstats.sourceforge.net",
"cats": [ 10 ], "cats": [ 10 ],
@ -334,7 +361,7 @@
"website": "www.ozerov.de/bigdump.php", "website": "www.ozerov.de/bigdump.php",
"cats": [ 3 ], "cats": [ 3 ],
"html": "<!-- <h1>BigDump: Staggered MySQL Dump Importer ver\\. ([\\d.b]+)\\;version:\\1", "html": "<!-- <h1>BigDump: Staggered MySQL Dump Importer ver\\. ([\\d.b]+)\\;version:\\1",
"implies": "PHP" "implies": [ "MySQL", "PHP" ]
}, },
"Bigware": { "Bigware": {
"website": "bigware.de", "website": "bigware.de",
@ -373,6 +400,12 @@
"html": "Powered by <a[^>]+href=\"https?://(?:www\\.)?cibonfire\\.com[^>]*>Bonfire v([^<]+)\\;version:\\1", "html": "Powered by <a[^>]+href=\"https?://(?:www\\.)?cibonfire\\.com[^>]*>Bonfire v([^<]+)\\;version:\\1",
"implies": "CodeIgniter" "implies": "CodeIgniter"
}, },
"Bolt": {
"website": "bolt.cm",
"cats": [ 1 ],
"meta": { "generator": "Bolt" },
"implies": "PHP"
},
"Brother": { "Brother": {
"website": "www.brother.com", "website": "www.brother.com",
"cats": [ 40 ] "cats": [ 40 ]
@ -389,6 +422,12 @@
"script": "bugsense\\.js", "script": "bugsense\\.js",
"env": "^BugSense$" "env": "^BugSense$"
}, },
"BugSnag": {
"website": "bugsnag.com",
"cats": [ 10 ],
"script": "bugsnag.*\\.js",
"env": "^BugSnag$"
},
"Bugzilla": { "Bugzilla": {
"website": "www.bugzilla.org", "website": "www.bugzilla.org",
"cats": [ 13 ], "cats": [ 13 ],
@ -407,6 +446,13 @@
"script": "CatalystScripts", "script": "CatalystScripts",
"html": "<!-- BC_OBNW -->" "html": "<!-- BC_OBNW -->"
}, },
"BuySellAds": {
"website": "buysellads.com",
"cats": [ 36 ],
"script": "^https?://s\\d\\.buysellads\\.com/",
"html": "<script[^>]*>(?:(?!<\\/script>)(?:.|\\s))+?bsa\\.src\\s*=\\s*[\"'][^'\"]+s\\d\\.buysellads\\.com",
"env": "^_bsa"
},
"Canon": { "Canon": {
"website": "www.canon.com", "website": "www.canon.com",
"cats": [ 40 ] "cats": [ 40 ]
@ -418,6 +464,13 @@
"meta": { "application-name": "CakePHP" }, "meta": { "application-name": "CakePHP" },
"implies": "PHP" "implies": "PHP"
}, },
"Carbon Ads": {
"website": "carbonads.net",
"cats": [ 36 ],
"script": "[^\\/]*\\/\\/(?:engine|srv)\\.carbonads\\.com\\/",
"html": "<[a-z]+ [^>]*id=\"carbonads-container\"",
"env": "^_carbonads"
},
"Cargo": { "Cargo": {
"website": "cargocollective.com", "website": "cargocollective.com",
"cats": [ 1 ], "cats": [ 1 ],
@ -521,7 +574,8 @@
"CMS Made Simple": { "CMS Made Simple": {
"website": "cmsmadesimple.org", "website": "cmsmadesimple.org",
"cats": [ 1 ], "cats": [ 1 ],
"meta": { "generator": "CMS Made Simple" }, "headers": { "Set-Cookie": "^CMSSESSID" },
"meta": { "generator": "CMS Made Simple" },
"implies": "PHP" "implies": "PHP"
}, },
"CMSimple": { "CMSimple": {
@ -644,12 +698,24 @@
"meta": { "generator": "CPG Dragonfly" }, "meta": { "generator": "CPG Dragonfly" },
"implies": "PHP" "implies": "PHP"
}, },
"Craft CMS": {
"website": "buildwithcraft.com",
"cats": [ 1 ],
"headers": { "Set-Cookie": "CraftSessionId=" },
"implies": "PHP"
},
"Crazy Egg": { "Crazy Egg": {
"website": "crazyegg.com", "website": "crazyegg.com",
"cats": [ 10 ], "cats": [ 10 ],
"env": "^CE2$", "env": "^CE2$",
"script": "cetrk\\.com/pages/scripts/\\d+/\\d+\\.js" "script": "cetrk\\.com/pages/scripts/\\d+/\\d+\\.js"
}, },
"Criteo": {
"website": "criteo.com",
"cats": [ 36 ],
"script": "[^/]*//(?:cas\\.criteo\\.com|(?:[^/]\\.)?criteo\\.net)/",
"env": "^criteo"
},
"Cross Pixel": { "Cross Pixel": {
"website": "datadesk.crsspxl.com", "website": "datadesk.crsspxl.com",
"cats": [ 10 ], "cats": [ 10 ],
@ -1101,6 +1167,12 @@
"meta": { "generator": "FWP Shop" }, "meta": { "generator": "FWP Shop" },
"html": "<!--\\s+FwP Systems" "html": "<!--\\s+FwP Systems"
}, },
"Fusion Ads": {
"website": "fusionads.net",
"cats": [ 36 ],
"script": "^[^\/]*//[ac]dn\\.fusionads\\.net/(?:api/([\\d.]+)/)?\\;version:\\1",
"env": "^_fusion"
},
"Gallery": { "Gallery": {
"website": "gallery.menalto.com", "website": "gallery.menalto.com",
"cats": [ 7 ], "cats": [ 7 ],
@ -1165,7 +1237,7 @@
"website": "google.com/adsense", "website": "google.com/adsense",
"cats": [ 36 ], "cats": [ 36 ],
"env": [ "^google_ad_", "^__google_ad_", "^Goog_AdSense_" ], "env": [ "^google_ad_", "^__google_ad_", "^Goog_AdSense_" ],
"script": [ "googlesyndication\\.com/pagead/show_ads\\.js", "ad\\.ca\\.doubleclick\\.net", "2mdn\\.net" ] "script": [ "googlesyndication\\.com/", "ad\\.ca\\.doubleclick\\.net", "2mdn\\.net" ]
}, },
"Google App Engine": { "Google App Engine": {
"website": "code.google.com/appengine", "website": "code.google.com/appengine",
@ -1509,7 +1581,7 @@
"Jekyll": { "Jekyll": {
"website": "jekyllrb.com", "website": "jekyllrb.com",
"cats": [ 1, 11 ], "cats": [ 1, 11 ],
"meta": { "generator": "Jekyll(?:v[\\d.]+)?\\;version:\\1" } "meta": { "generator": "Jekyll (v[\\d.]+)?\\;version:\\1" }
}, },
"Jetty": { "Jetty": {
"website": "www.eclipse.org/jetty", "website": "www.eclipse.org/jetty",
@ -1731,10 +1803,12 @@
"html": "<link [^>]*href=\"[^\"]+lightbox(?:\\.min)?\\.css" "html": "<link [^>]*href=\"[^\"]+lightbox(?:\\.min)?\\.css"
}, },
"LightMon Engine": { "LightMon Engine": {
"website": "en.lightmon.ru", "website": "lightmon.ru",
"cats": [ 1 ], "cats": [ 1 ],
"html": "<!-- Lightmon Engine Copyright Lightmon", "html": "<!-- Lightmon Engine Copyright Lightmon",
"implies": "PHP" "meta": { "generator": "LightMon Engine" },
"headers": { "Set-Cookie": "lm_online" },
"implies": [ "PHP" ]
}, },
"lighttpd": { "lighttpd": {
"website": "www.lighttpd.net", "website": "www.lighttpd.net",
@ -2367,6 +2441,11 @@
"url": "/web/viewer\\.html?file=[^&]\\.pdf", "url": "/web/viewer\\.html?file=[^&]\\.pdf",
"env": "^PDFJS$" "env": "^PDFJS$"
}, },
"PencilBlue": {
"website": "pencilblue.org",
"cats": [ 1, 11 ],
"headers": { "X-Powered-By": "PencilBlue" }
},
"Percussion": { "Percussion": {
"website": "percussion.com", "website": "percussion.com",
"cats": [ 1 ], "cats": [ 1 ],
@ -2430,7 +2509,7 @@
"phpMyAdmin": { "phpMyAdmin": {
"website": "www.phpmyadmin.net", "website": "www.phpmyadmin.net",
"cats": [ 3 ], "cats": [ 3 ],
"html": "(?: \\| phpMyAdmin ([\\d.]+)<\\/title>|PMA_sendHeaderLocation\\()\\;version:\\1", "html": "(?: \\| phpMyAdmin ([\\d.]+)<\\/title>|PMA_sendHeaderLocation\\(|<link [^>]*href=\"[^\"]*phpmyadmin\\.css\\.php)\\;version:\\1",
"env": "^pma_absolute_uri$", "env": "^pma_absolute_uri$",
"implies": [ "PHP", "MySQL" ] "implies": [ "PHP", "MySQL" ]
}, },
@ -2779,10 +2858,11 @@
"env": "^SHARETHIS$" "env": "^SHARETHIS$"
}, },
"ShinyStat": { "ShinyStat": {
"website": "shinystat.com",
"cats": [ 10 ], "cats": [ 10 ],
"env": "^SSsdk$", "env": "^SSsdk$",
"html": "<img[^>]*\\s+src=['\"]?https?://www\\.shinystat\\.com/cgi-bin/shinystat\\.cgi\\?[^'\"\\s>]*['\"\\s/>]", "html": "<img[^>]*\\s+src=['\"]?https?://www\\.shinystat\\.com/cgi-bin/shinystat\\.cgi\\?[^'\"\\s>]*['\"\\s/>]",
"script": "^https?://codice(business|ssl|pro|isp)?\\.shinystat\\.com/cgi-bin/getcod\\.cgi" "script": "^https?://codice(?:business|ssl|pro|isp)?\\.shinystat\\.com/cgi-bin/getcod\\.cgi"
}, },
"Shopalize": { "Shopalize": {
"website": "shopalize.com", "website": "shopalize.com",
@ -2855,6 +2935,17 @@
"cats": [ 1 ], "cats": [ 1 ],
"meta": { "generator": "SiteEdit" } "meta": { "generator": "SiteEdit" }
}, },
"Sivuviidakko": {
"website": "sivuviidakko.fi",
"cats": [ 1 ],
"meta": { "generator": "Sivuviidakko" }
},
"Sizmek": {
"website": "sizmek.com",
"cats": [ 36 ],
"html": "(?:<a [^>]*href=\"[^/]*//[^/]*serving-sys\\.com/|<img [^>]*src=\"[^/]*//[^/]*serving-sys\\.com/)",
"script": "[^/]*//[^/]*serving-sys\\.com/"
},
"Slimbox": { "Slimbox": {
"website": "www.digitalia.be/software/slimbox", "website": "www.digitalia.be/software/slimbox",
"cats": [ 7, 12 ], "cats": [ 7, 12 ],
@ -3129,6 +3220,12 @@
"html": "<a id=\"tracpowered", "html": "<a id=\"tracpowered",
"implies": "Python" "implies": "Python"
}, },
"TrackJs": {
"website": "trackjs.com",
"cats": [ 10 ],
"script": "\\tracker.js",
"env": "^TrackJs$"
},
"Tumblr": { "Tumblr": {
"website": "www.tumblr.com", "website": "www.tumblr.com",
"cats": [ 11 ], "cats": [ 11 ],
@ -3219,6 +3316,14 @@
"cats": [ 18 ], "cats": [ 18 ],
"script": "uikit.*\\.js" "script": "uikit.*\\.js"
}, },
"UltraCart": {
"website": "ultracart.com",
"cats": [ 6 ],
"env": "^ucCatalog",
"html": "<form [^>]*action=\"[^\"]*\\/cgi-bin\\/UCEditor\\?(?:[^\"]*&)?merchantId=[^\"]",
"script": "cgi-bin\\/UCJavaScript\\?(?:[^\"]*&)?merchantid=.",
"url": "/cgi-bin/UCEditor\\?(?:.*&)?merchantid=."
},
"Umbraco": { "Umbraco": {
"website": "umbraco.com", "website": "umbraco.com",
"cats": [ 1 ], "cats": [ 1 ],
@ -3276,6 +3381,13 @@
"env": "^(?:vBulletin|vB_[^g])", "env": "^(?:vBulletin|vB_[^g])",
"implies": "PHP" "implies": "PHP"
}, },
"Veoxa": {
"website": "veoxa.com",
"cats": [ 36 ],
"html": "<img [^>]*src=\"[^\"]+tracking\\.veoxa\\.com",
"env": "^(?:Veoxa_|VuVeoxaContent)",
"script": "tracking\\.veoxa\\.com"
},
"VideoJS": { "VideoJS": {
"website": "videojs.com", "website": "videojs.com",
"cats": [ 14 ], "cats": [ 14 ],
@ -3288,6 +3400,12 @@
"cats": [ 1 ], "cats": [ 1 ],
"html": "powered by <a href=\"[^>]+viennacms" "html": "powered by <a href=\"[^>]+viennacms"
}, },
"VigLink": {
"website": "viglink.com",
"cats": [ 36 ],
"env": "^(?:vglnk(?:$|_)|vl_(?:cB|disable)$)",
"script": "(?:^[^/]*//[^/]*viglink\\.com/api/|vglnk\\.js)"
},
"Vignette": { "Vignette": {
"website": "www.vignette.com", "website": "www.vignette.com",
"cats": [ 1 ], "cats": [ 1 ],
@ -3655,6 +3773,13 @@
"meta": { "Author": "ZABBIX SIA\\;confidence:70" }, "meta": { "Author": "ZABBIX SIA\\;confidence:70" },
"url": "\\/zabbix\\/\\;confidence:30" "url": "\\/zabbix\\/\\;confidence:30"
}, },
"Zanox": {
"website": "zanox.com",
"cats": [ 36 ],
"html": "<img [^>]*src=\"[^\"]+ad\\.zanox\\.com",
"env": "^zanox$",
"script": "zanox\\.com/scripts/zanox\\.js$"
},
"Zen Cart": { "Zen Cart": {
"website": "www.zen-cart.com", "website": "www.zen-cart.com",
"cats": [ 6 ], "cats": [ 6 ],

Binary file not shown.

After

Width:  |  Height:  |  Size: 633 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 621 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 858 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 370 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 595 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 343 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 240 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 503 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 642 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 789 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB