Merge remote-tracking branch 'upstream/master'

Conflicts:
	drivers/bookmarklet/json
	drivers/chrome/apps.json
	drivers/firefox-jetpack/data/apps.json
	drivers/firefox/content/apps.json
	drivers/html/apps.json
	drivers/php/apps.json
	share/apps.json
main
q-- 12 years ago
commit 84e398b398

@ -114,6 +114,23 @@ $detectedApps = $wappalyzer->analyze();
Work in progress, experimental. See https://wiki.mozilla.org/Jetpack. Work in progress, experimental. See https://wiki.mozilla.org/Jetpack.
Unofficial drivers and ports
----------------------------
**Python**
A Python driver by [@ebradbury](https://github.com/ebradbury).
https://github.com/ebradbury/Wappalyzer/tree/master/drivers/python
**Ruby**
A Ruby port by [@skroutz](https://github.com/skroutz).
https://github.com/skroutz/wappalyzer-ruby
Screenshot Screenshot
---------- ----------

Binary file not shown.

After

Width:  |  Height:  |  Size: 324 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 845 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 612 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 756 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 717 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 372 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 884 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 374 B

After

Width:  |  Height:  |  Size: 664 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 580 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 760 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 801 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 629 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 599 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 649 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 701 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 770 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 428 B

After

Width:  |  Height:  |  Size: 497 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 701 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 547 B

File diff suppressed because one or more lines are too long

@ -92,6 +92,8 @@ var wappalyzer = (function() {
analyze: function(hostname, url, data) { analyze: function(hostname, url, data) {
w.log('w.analyze'); w.log('w.analyze');
url = url.split('#')[0];
data.url = url; data.url = url;
if ( w.apps == null || w.categories == null ) { if ( w.apps == null || w.categories == null ) {
@ -156,7 +158,7 @@ var wappalyzer = (function() {
} }
regex = new RegExp(w.apps[app][type].replace('/', '\\\/'), 'i'); regex = new RegExp(w.apps[app][type].replace('/', '\\\/'), 'i');
regexScript = new RegExp('<script[^>]+src=("|\')([^"\']+)\1', 'ig'); regexScript = new RegExp('<script[^>]+src=("|\')([^"\']+)', 'ig');
profiler.regexCount ++; profiler.regexCount ++;
@ -266,7 +268,7 @@ var wappalyzer = (function() {
} }
} }
w.log(apps.length + ' apps detected: ' + apps.join(', ')); w.log(apps.length + ' apps detected: ' + apps.join(', ') + ' on ' + url);
// Keep history of detected apps // Keep history of detected apps
var i, app, match; var i, app, match;

File diff suppressed because it is too large Load Diff

@ -42,5 +42,6 @@
"categoryName28": { "message": "Operating System" }, "categoryName28": { "message": "Operating System" },
"categoryName29": { "message": "Search Engine" }, "categoryName29": { "message": "Search Engine" },
"categoryName30": { "message": "Web Mail" }, "categoryName30": { "message": "Web Mail" },
"categoryName31": { "message": "CDN" } "categoryName31": { "message": "CDN" },
"categoryName32": { "message": "Marketing Automation" }
} }

@ -0,0 +1,137 @@
{
"analyzeHeaders": {
"message": "Analyser les en-têtes"
},
"analyzeHeadersDone": {
"message": "Fait"
},
"categoryName1": {
"message": "CMS"
},
"categoryName2": {
"message": "Forum"
},
"categoryName3": {
"message": "Gestionnaire de base de données"
},
"categoryName4": {
"message": "Outil de documentation"
},
"categoryName5": {
"message": "Widget"
},
"categoryName6": {
"message": "Boutique en ligne"
},
"categoryName7": {
"message": "Galerie photo"
},
"categoryName8": {
"message": "Wiki"
},
"categoryName9": {
"message": "Gestionnaires de serveur"
},
"categoryName10": {
"message": "Outil de statistiques"
},
"categoryName11": {
"message": "Blog"
},
"categoryName12": {
"message": "Framework JavaScript"
},
"categoryName13": {
"message": "Outils de suivi de problèmes"
},
"categoryName14": {
"message": "Lecteur de vidéos"
},
"categoryName15": {
"message": "Système de commentaires"
},
"categoryName16": {
"message": "Captcha"
},
"categoryName17": {
"message": "Script de police"
},
"categoryName18": {
"message": "Framework web"
},
"categoryName19": {
"message": "Divers"
},
"categoryName20": {
"message": "Editeur"
},
"categoryName21": {
"message": "LMS"
},
"categoryName22": {
"message": "Serveur web"
},
"categoryName23": {
"message": "Outil de cache"
},
"categoryName24": {
"message": "Editeur WYSIWYG"
},
"categoryName25": {
"message": "Graphismes JavaScript"
},
"categoryName26": {
"message": "Framework pour mobiles"
},
"categoryName27": {
"message": "Language de programmation"
},
"categoryName28": {
"message": "Système d'exploitation"
},
"categoryName29": {
"message": "Moteur de recherche"
},
"categoryName30": {
"message": "Web Mail"
},
"categoryName31": {
"message": "CDN"
},
"categoryName32": {
"message": "Logiciel de marketing"
},
"github": {
"message": "Forker Wappalyzer sur GitHub!"
},
"noAppsDetected": {
"message": "Pas d'applications détectées."
},
"nothingToDo": {
"message": "Rien à faire ici."
},
"optionAutoAnalyzeHeaders": {
"message": "Analyser les en-têtes automatiquement"
},
"optionTracking": {
"message": "Envoyer anonymement des rapports sur les applications détectées à wappalyzer.com pour la recherche"
},
"optionUpgradeMessage": {
"message": "M'afficher les mises à jour"
},
"options": {
"message": "Options de Wappalyzer"
},
"optionsSave": {
"message": "Sauver les options"
},
"optionsSaved": {
"message": "Sauvé"
},
"twitter": {
"message": "Suivre Wappalyzer sur Twitter"
},
"website": {
"message": "Aller à wappalyzer.com"
}
}

File diff suppressed because it is too large Load Diff

@ -43,6 +43,7 @@ a:active {
#options-saved { #options-saved {
display: none; display: none;
-webkit-animation: fadeout 2s;
} }
#about { #about {
@ -57,3 +58,8 @@ a:active {
#about button { #about button {
line-height: 30px; line-height: 30px;
} }
@-webkit-keyframes fadeout {
from { opacity: 1; }
to { opacity: 0; }
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 324 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 845 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 612 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 756 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 717 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 372 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 884 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 374 B

After

Width:  |  Height:  |  Size: 664 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 580 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 760 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 801 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 629 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 599 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 649 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 701 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 770 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 428 B

After

Width:  |  Height:  |  Size: 497 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 701 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 547 B

@ -206,6 +206,7 @@
15, // Comment System 15, // Comment System
20, // Editor 20, // Editor
10, // Analytics 10, // Analytics
32, // Marketing Automation
31, // CDN 31, // CDN
23, // Cache Tool 23, // Cache Tool
17, // Font Script 17, // Font Script

File diff suppressed because one or more lines are too long

@ -40,8 +40,9 @@ $(function() {
for ( option in options.opts ) { for ( option in options.opts ) {
localStorage[option] = options.opts[option]; localStorage[option] = options.opts[option];
} }
document.getElementById('options-saved').style.display = 'inline';
setTimeout(function(){document.getElementById('options-saved').style.display = 'none';},2000);
$('#options-saved').stop().show().fadeOut(2000);
} }
}; };

@ -92,6 +92,8 @@ var wappalyzer = (function() {
analyze: function(hostname, url, data) { analyze: function(hostname, url, data) {
w.log('w.analyze'); w.log('w.analyze');
url = url.split('#')[0];
data.url = url; data.url = url;
if ( w.apps == null || w.categories == null ) { if ( w.apps == null || w.categories == null ) {
@ -156,7 +158,7 @@ var wappalyzer = (function() {
} }
regex = new RegExp(w.apps[app][type].replace('/', '\\\/'), 'i'); regex = new RegExp(w.apps[app][type].replace('/', '\\\/'), 'i');
regexScript = new RegExp('<script[^>]+src=("|\')([^"\']+)\1', 'ig'); regexScript = new RegExp('<script[^>]+src=("|\')([^"\']+)', 'ig');
profiler.regexCount ++; profiler.regexCount ++;
@ -266,7 +268,7 @@ var wappalyzer = (function() {
} }
} }
w.log(apps.length + ' apps detected: ' + apps.join(', ')); w.log(apps.length + ' apps detected: ' + apps.join(', ') + ' on ' + url);
// Keep history of detected apps // Keep history of detected apps
var i, app, match; var i, app, match;

@ -1,7 +1,7 @@
{ "name": "Wappalyzer", { "name": "Wappalyzer",
"homepage_url": "http://wappalyzer.com?utm_source=chrome&utm_medium=extension&utm_campaign=extensions", "homepage_url": "http://wappalyzer.com?utm_source=chrome&utm_medium=extension&utm_campaign=extensions",
"description": "Identifies software on the web", "description": "Identifies software on the web",
"version": "2.14", "version": "2.15",
"default_locale": "en", "default_locale": "en",
"manifest_version": 2, "manifest_version": 2,
"icons": { "icons": {

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 324 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 845 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 612 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 756 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 717 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 372 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 884 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 374 B

After

Width:  |  Height:  |  Size: 664 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 580 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 760 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 629 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 599 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 649 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 701 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 770 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 428 B

After

Width:  |  Height:  |  Size: 497 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 701 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 547 B

@ -92,6 +92,8 @@ var wappalyzer = (function() {
analyze: function(hostname, url, data) { analyze: function(hostname, url, data) {
w.log('w.analyze'); w.log('w.analyze');
url = url.split('#')[0];
data.url = url; data.url = url;
if ( w.apps == null || w.categories == null ) { if ( w.apps == null || w.categories == null ) {
@ -156,7 +158,7 @@ var wappalyzer = (function() {
} }
regex = new RegExp(w.apps[app][type].replace('/', '\\\/'), 'i'); regex = new RegExp(w.apps[app][type].replace('/', '\\\/'), 'i');
regexScript = new RegExp('<script[^>]+src=("|\')([^"\']+)\1', 'ig'); regexScript = new RegExp('<script[^>]+src=("|\')([^"\']+)', 'ig');
profiler.regexCount ++; profiler.regexCount ++;
@ -266,7 +268,7 @@ var wappalyzer = (function() {
} }
} }
w.log(apps.length + ' apps detected: ' + apps.join(', ')); w.log(apps.length + ' apps detected: ' + apps.join(', ') + ' on ' + url);
// Keep history of detected apps // Keep history of detected apps
var i, app, match; var i, app, match;

File diff suppressed because it is too large Load Diff

@ -7,7 +7,7 @@
if ( wappalyzer == null ) return; if ( wappalyzer == null ) return;
var w = wappalyzer, prefs, strings; var w = wappalyzer, prefs, strings, $;
const const
Cc = Components.classes, Cc = Components.classes,
@ -57,6 +57,10 @@
// Load jQuery // Load jQuery
Cc['@mozilla.org/moz/jssubscript-loader;1'].getService(Ci.mozIJSSubScriptLoader).loadSubScript('chrome://wappalyzer/content/js/lib/jquery.min.js'); Cc['@mozilla.org/moz/jssubscript-loader;1'].getService(Ci.mozIJSSubScriptLoader).loadSubScript('chrome://wappalyzer/content/js/lib/jquery.min.js');
$ = jQuery;
jQuery.noConflict(true);
// Preferences // Preferences
prefs = Cc['@mozilla.org/preferences-service;1'].getService(Ci.nsIPrefService).getBranch('extensions.wappalyzer.'); prefs = Cc['@mozilla.org/preferences-service;1'].getService(Ci.nsIPrefService).getBranch('extensions.wappalyzer.');
@ -137,7 +141,7 @@
* Display apps * Display apps
*/ */
displayApps: function() { displayApps: function() {
var image, url = gBrowser.currentURI.spec.split('#')[0]; var menuItem, menuSeparator, image, url = gBrowser.currentURI.spec.split('#')[0];
if ( w.detected[url] != null && w.detected[url].length ) { if ( w.detected[url] != null && w.detected[url].length ) {
// No change // No change
@ -146,7 +150,7 @@
if ( w.driver.lastDisplayed === 'empty' ) { return; } if ( w.driver.lastDisplayed === 'empty' ) { return; }
} }
$('#wappalyzer-container > image, #wappalyzer-menu > menuitem, #wappalyzer-menu > menuseparator').addClass('wappalyzer-remove'); $('#wappalyzer-container > image, #wappalyzer-menu > menuitem, #wappalyzer-menu > menuseparator').attr('class', 'wappalyzer-remove');
if ( w.detected[url] != null && w.detected[url].length ) { if ( w.detected[url] != null && w.detected[url].length ) {
if ( !prefs.getBoolPref('showIcons') ) { if ( !prefs.getBoolPref('showIcons') ) {
@ -156,7 +160,7 @@
} }
w.detected[url].map(function(app, i) { w.detected[url].map(function(app, i) {
var j, cat, showCat, menuSeparator, menuItem; var j, cat, showCat;
for ( i in w.apps[app].cats ) { for ( i in w.apps[app].cats ) {
showCat = false; showCat = false;

File diff suppressed because one or more lines are too long

@ -92,6 +92,8 @@ var wappalyzer = (function() {
analyze: function(hostname, url, data) { analyze: function(hostname, url, data) {
w.log('w.analyze'); w.log('w.analyze');
url = url.split('#')[0];
data.url = url; data.url = url;
if ( w.apps == null || w.categories == null ) { if ( w.apps == null || w.categories == null ) {
@ -156,7 +158,7 @@ var wappalyzer = (function() {
} }
regex = new RegExp(w.apps[app][type].replace('/', '\\\/'), 'i'); regex = new RegExp(w.apps[app][type].replace('/', '\\\/'), 'i');
regexScript = new RegExp('<script[^>]+src=("|\')([^"\']+)\1', 'ig'); regexScript = new RegExp('<script[^>]+src=("|\')([^"\']+)', 'ig');
profiler.regexCount ++; profiler.regexCount ++;
@ -266,7 +268,7 @@ var wappalyzer = (function() {
} }
} }
w.log(apps.length + ' apps detected: ' + apps.join(', ')); w.log(apps.length + ' apps detected: ' + apps.join(', ') + ' on ' + url);
// Keep history of detected apps // Keep history of detected apps
var i, app, match; var i, app, match;

@ -46,6 +46,7 @@
<preference id="wappalyzer-cat29" name="extensions.wappalyzer.cat29" type="bool"/> <preference id="wappalyzer-cat29" name="extensions.wappalyzer.cat29" type="bool"/>
<preference id="wappalyzer-cat30" name="extensions.wappalyzer.cat30" type="bool"/> <preference id="wappalyzer-cat30" name="extensions.wappalyzer.cat30" type="bool"/>
<preference id="wappalyzer-cat31" name="extensions.wappalyzer.cat31" type="bool"/> <preference id="wappalyzer-cat31" name="extensions.wappalyzer.cat31" type="bool"/>
<preference id="wappalyzer-cat31" name="extensions.wappalyzer.cat32" type="bool"/>
<preference id="wappalyzer-tracking" name="extensions.wappalyzer.tracking" type="bool"/> <preference id="wappalyzer-tracking" name="extensions.wappalyzer.tracking" type="bool"/>
</preferences> </preferences>
@ -132,10 +133,11 @@
<checkbox preference="wappalyzer-cat27" label="&wappalyzer.cat27;"/> <checkbox preference="wappalyzer-cat27" label="&wappalyzer.cat27;"/>
<checkbox preference="wappalyzer-cat28" label="&wappalyzer.cat28;"/> <checkbox preference="wappalyzer-cat28" label="&wappalyzer.cat28;"/>
<checkbox preference="wappalyzer-cat29" label="&wappalyzer.cat29;"/> <checkbox preference="wappalyzer-cat29" label="&wappalyzer.cat29;"/>
<checkbox preference="wappalyzer-cat29" label="&wappalyzer.cat30;"/> <checkbox preference="wappalyzer-cat30" label="&wappalyzer.cat30;"/>
</row> </row>
<row> <row>
<checkbox preference="wappalyzer-cat29" label="&wappalyzer.cat31;"/> <checkbox preference="wappalyzer-cat31" label="&wappalyzer.cat31;"/>
<checkbox preference="wappalyzer-cat32" label="&wappalyzer.cat31;"/>
</row> </row>
</rows> </rows>
</grid> </grid>

@ -38,3 +38,4 @@ pref('extensions.wappalyzer.cat28', true);
pref('extensions.wappalyzer.cat29', true); pref('extensions.wappalyzer.cat29', true);
pref('extensions.wappalyzer.cat30', true); pref('extensions.wappalyzer.cat30', true);
pref('extensions.wappalyzer.cat31', true); pref('extensions.wappalyzer.cat31', true);
pref('extensions.wappalyzer.cat32', true);

@ -3,7 +3,7 @@
<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:em="http://www.mozilla.org/2004/em-rdf#"> <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:em="http://www.mozilla.org/2004/em-rdf#">
<Description about="urn:mozilla:install-manifest"> <Description about="urn:mozilla:install-manifest">
<em:id>wappalyzer@crunchlabz.com</em:id> <em:id>wappalyzer@crunchlabz.com</em:id>
<em:version>2.5.0</em:version> <em:version>2.5.2</em:version>
<em:type>2</em:type> <em:type>2</em:type>
<em:unpack>true</em:unpack> <em:unpack>true</em:unpack>

@ -49,3 +49,4 @@
<!ENTITY wappalyzer.cat29 "Suchmaschinen"> <!ENTITY wappalyzer.cat29 "Suchmaschinen">
<!ENTITY wappalyzer.cat30 "Web mail"> <!ENTITY wappalyzer.cat30 "Web mail">
<!ENTITY wappalyzer.cat31 "CDN"> <!ENTITY wappalyzer.cat31 "CDN">
<!ENTITY wappalyzer.cat32 "Marketing Automation">

@ -33,3 +33,4 @@ wappalyzer.cat28 = Operating System
wappalyzer.cat29 = Search Engine wappalyzer.cat29 = Search Engine
wappalyzer.cat30 = Web mail wappalyzer.cat30 = Web mail
wappalyzer.cat31 = CDN wappalyzer.cat31 = CDN
wappalyzer.cat32 = Marketing Automation

@ -50,3 +50,4 @@
<!ENTITY wappalyzer.cat29 "Search Engines"> <!ENTITY wappalyzer.cat29 "Search Engines">
<!ENTITY wappalyzer.cat30 "Web Mail"> <!ENTITY wappalyzer.cat30 "Web Mail">
<!ENTITY wappalyzer.cat31 "CDN"> <!ENTITY wappalyzer.cat31 "CDN">
<!ENTITY wappalyzer.cat32 "Marketing Automation">

@ -33,3 +33,4 @@ wappalyzer.cat28 = Operating System
wappalyzer.cat29 = Search Engine wappalyzer.cat29 = Search Engine
wappalyzer.cat30 = Web Mail wappalyzer.cat30 = Web Mail
wappalyzer.cat31 = CDN wappalyzer.cat31 = CDN
wappalyzer.cat32 = Marketing Automation

@ -9,9 +9,9 @@
<!ENTITY wappalyzer.interface "Interface"> <!ENTITY wappalyzer.interface "Interface">
<!ENTITY wappalyzer.tracking "Traçage"> <!ENTITY wappalyzer.tracking "Traçage">
<!ENTITY wappalyzer.research "Envoyer anonymement des rapports sur les applications détectées à wappalyzer.com pour la recherche"> <!ENTITY wappalyzer.research "Envoyer anonymement des rapports sur les applications détectées à wappalyzer.com pour la recherche">
<!ENTITY wappalyzer.analyzeHeaders "Analyze response headers"> <!ENTITY wappalyzer.analyzeHeaders "Analyser les headers">
<!ENTITY wappalyzer.analyzeJavaScript "Analyze JavaScript"> <!ENTITY wappalyzer.analyzeJavaScript "Analyser le JavaScript">
<!ENTITY wappalyzer.analyzeOnload "Analyze onLoad events"> <!ENTITY wappalyzer.analyzeOnload "Analyser les évènements au chargement">
<!ENTITY wappalyzer.feedback "Donner votre avis"> <!ENTITY wappalyzer.feedback "Donner votre avis">
<!ENTITY wappalyzer.github "Github"> <!ENTITY wappalyzer.github "Github">
@ -49,3 +49,4 @@
<!ENTITY wappalyzer.cat29 "Moteurs de recherche"> <!ENTITY wappalyzer.cat29 "Moteurs de recherche">
<!ENTITY wappalyzer.cat30 "Web Mail"> <!ENTITY wappalyzer.cat30 "Web Mail">
<!ENTITY wappalyzer.cat31 "CDN"> <!ENTITY wappalyzer.cat31 "CDN">
<!ENTITY wappalyzer.cat32 "Logiciel de marketing">

@ -33,3 +33,4 @@ wappalyzer.cat28 = Système d'exploitation
wappalyzer.cat29 = Moteur de recherche wappalyzer.cat29 = Moteur de recherche
wappalyzer.cat30 = Web Mail wappalyzer.cat30 = Web Mail
wappalyzer.cat31 = CDN wappalyzer.cat31 = CDN
wappalyzer.cat32 = Logiciel de marketing

@ -48,3 +48,4 @@
<!ENTITY wappalyzer.cat28 "Operating Systems"> <!ENTITY wappalyzer.cat28 "Operating Systems">
<!ENTITY wappalyzer.cat30 "Web Mail"> <!ENTITY wappalyzer.cat30 "Web Mail">
<!ENTITY wappalyzer.cat31 "CDN"> <!ENTITY wappalyzer.cat31 "CDN">
<!ENTITY wappalyzer.cat32 "Marketing Automatisering">

@ -33,3 +33,4 @@ wappalyzer.cat28 = Operating System
wappalyzer.cat29 = Zoek Machine wappalyzer.cat29 = Zoek Machine
wappalyzer.cat30 = Web Mail wappalyzer.cat30 = Web Mail
wappalyzer.cat31 = CDN wappalyzer.cat31 = CDN
wappalyzer.cat32 = Marketing Automatisering

Binary file not shown.

After

Width:  |  Height:  |  Size: 324 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 845 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 612 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 756 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 717 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 372 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 884 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 374 B

After

Width:  |  Height:  |  Size: 664 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 580 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 760 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 801 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 629 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 599 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 649 B

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save