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

main
Elbert Alias 8 years ago
commit 8450fd2473

File diff suppressed because it is too large Load Diff

@ -25,7 +25,7 @@
9: 'Hosting Panel',
10: 'Analytics',
11: 'Blog',
12: 'Javascript Framework',
12: 'JavaScript Framework',
13: 'Issue Tracker',
14: 'Video Player',
15: 'Comment System',
@ -38,7 +38,7 @@
22: 'Web Server',
23: 'Cache Tool',
24: 'Rich Text Editor',
25: 'Javascript Graphics',
25: 'JavaScript Graphics',
26: 'Mobile Framework',
27: 'Programming Language',
28: 'Operating System',

@ -16,7 +16,7 @@
"categoryName5": { "message": "Widget" },
"categoryName10": { "message": "Analytics" },
"categoryName11": { "message": "Blog" },
"categoryName12": { "message": "Framework της Javascript" },
"categoryName12": { "message": "Framework της JavaScript" },
"categoryName13": { "message": "Issue Tracker" },
"categoryName14": { "message": "Πρόγραμμα αναπαραγωγής Βίντεο" },
"categoryName15": { "message": "Σύστημα Σχολίων" },
@ -29,7 +29,7 @@
"categoryName22": { "message": "Διακομιστής Διαδικτύου" },
"categoryName23": { "message": "Εργαλείο Μνήμης Cache" },
"categoryName24": { "message": "Επεξεργαστής Εμπλουτισμένου Κειμένου" },
"categoryName25": { "message": "Γραφικά Javascript" },
"categoryName25": { "message": "Γραφικά JavaScript" },
"categoryName26": { "message": "Framework για Κινητά" },
"categoryName27": { "message": "Γλώσσα Προγραμματισμού" },
"categoryName28": { "message": "Λειτουργικό Σύστημα" },

@ -16,7 +16,7 @@
"categoryName5": { "message": "Widget" },
"categoryName10": { "message": "Analytics" },
"categoryName11": { "message": "Blog" },
"categoryName12": { "message": "Javascript Framework" },
"categoryName12": { "message": "JavaScript Framework" },
"categoryName13": { "message": "Issue Tracker" },
"categoryName14": { "message": "Video Player" },
"categoryName15": { "message": "Comment System" },
@ -29,7 +29,7 @@
"categoryName22": { "message": "Web Server" },
"categoryName23": { "message": "Cache Tool" },
"categoryName24": { "message": "Rich Text Editor" },
"categoryName25": { "message": "Javascript Graphics" },
"categoryName25": { "message": "JavaScript Graphics" },
"categoryName26": { "message": "Mobile Framework" },
"categoryName27": { "message": "Programming Language" },
"categoryName28": { "message": "Operating System" },

@ -20,7 +20,7 @@
"categoryName9": { "message": "Panel de Hosting" },
"categoryName10": { "message": "Analítica" },
"categoryName11": { "message": "Blog" },
"categoryName12": { "message": "Framework Javascript" },
"categoryName12": { "message": "Framework JavaScript" },
"categoryName13": { "message": "Gestor de Incidencias" },
"categoryName14": { "message": "Reproductor de Vídeo" },
"categoryName15": { "message": "Sistema de Comentarios" },
@ -33,7 +33,7 @@
"categoryName22": { "message": "Servidor Web" },
"categoryName23": { "message": "Herramienta de Cache" },
"categoryName24": { "message": "Editor de Texto Enriquecido" },
"categoryName25": { "message": "Gráficos Javascript" },
"categoryName25": { "message": "Gráficos JavaScript" },
"categoryName26": { "message": "Framework Móvil" },
"categoryName27": { "message": "Lenguaje de programación" },
"categoryName28": { "message": "Sistema Operativo" },

@ -16,7 +16,7 @@
"categoryName5": { "message": "Widget" },
"categoryName10": { "message": "Analytics" },
"categoryName11": { "message": "Blog" },
"categoryName12": { "message": "Framework της Javascript" },
"categoryName12": { "message": "Framework της JavaScript" },
"categoryName13": { "message": "Issue Tracker" },
"categoryName14": { "message": "Πρόγραμμα αναπαραγωγής Βίντεο" },
"categoryName15": { "message": "Σύστημα Σχολίων" },
@ -29,7 +29,7 @@
"categoryName22": { "message": "Διακομιστής Διαδικτύου" },
"categoryName23": { "message": "Εργαλείο Μνήμης Cache" },
"categoryName24": { "message": "Επεξεργαστής Εμπλουτισμένου Κειμένου" },
"categoryName25": { "message": "Γραφικά Javascript" },
"categoryName25": { "message": "Γραφικά JavaScript" },
"categoryName26": { "message": "Framework για Κινητά" },
"categoryName27": { "message": "Γλώσσα Προγραμματισμού" },
"categoryName28": { "message": "Λειτουργικό Σύστημα" },

@ -20,7 +20,7 @@
"categoryName9": { "message": "Pannello Hosting" },
"categoryName10": { "message": "Analytics" },
"categoryName11": { "message": "Blog" },
"categoryName12": { "message": "Framework Javascript" },
"categoryName12": { "message": "Framework JavaScript" },
"categoryName13": { "message": "Issue Tracker" },
"categoryName14": { "message": "Player Video" },
"categoryName15": { "message": "Sistema di commenti" },
@ -33,7 +33,7 @@
"categoryName22": { "message": "Web Server" },
"categoryName23": { "message": "Cache Tool" },
"categoryName24": { "message": "Editor di Testo Ricco" },
"categoryName25": { "message": "Javascript Graphics" },
"categoryName25": { "message": "JavaScript Graphics" },
"categoryName26": { "message": "Framework Mobile" },
"categoryName27": { "message": "Linguaggio di programmazione" },
"categoryName28": { "message": "Sistema Operativo" },

@ -217,7 +217,7 @@
* Anonymously track detected applications for research purposes
*/
ping: function() {
if ( Object.keys(w.ping.hostnames).length && localStorage['tracking'] ) {
if ( Object.keys(w.ping.hostnames).length && parseInt(localStorage['tracking'], 10) ) {
w.driver.post('http://ping.wappalyzer.com/ping/v2/', w.ping);
w.log('w.driver.ping: ' + JSON.stringify(w.ping));
@ -267,9 +267,9 @@
4, // Documentation Tool
9, // Hosting Panel
29, // Search Engine
12, // Javascript Framework
12, // JavaScript Framework
26, // Mobile Framework
25, // Javascript Graphics
25, // JavaScript Graphics
22, // Web Server
27, // Programming Language
28, // Operating System

@ -489,9 +489,9 @@
4, // Documentation Tool
9, // Hosting Panel
29, // Search Engine
12, // Javascript Framework
12, // JavaScript Framework
26, // Mobile Framework
25, // Javascript Graphics
25, // JavaScript Graphics
22, // Web Server
27, // Programming Language
28, // Operating System

@ -38,7 +38,7 @@ cat21 = LMS
cat22 = Web-Server
cat23 = Cache Tool
cat24 = Rich Text Editor
cat25 = Javascript Graphics
cat25 = JavaScript Graphics
cat26 = Mobile Framework
cat27 = Programmiersprache
cat28 = Betriebssystem

@ -38,7 +38,7 @@ cat21 = LMS
cat22 = Διακομιστής Διαδικτύου
cat23 = Εργαλείο Μνήμης Cache
cat24 = Επεξεργαστής Εμπλουτισμένου Κειμένου
cat25 = Γραφικά Javascript
cat25 = Γραφικά JavaScript
cat26 = Framework για Κινητά
cat27 = Γλώσσα Προγραμματισμού
cat28 = Λειτουργικό Σύστημα

@ -38,7 +38,7 @@ cat21 = LMS
cat22 = Web Server
cat23 = Cache Tool
cat24 = Rich Text Editor
cat25 = Javascript Graphics
cat25 = JavaScript Graphics
cat26 = Mobile Framework
cat27 = Programming Language
cat28 = Operating System

@ -38,7 +38,7 @@ cat21 = LMS
cat22 = Web Server
cat23 = Cache Tool
cat24 = Rich Text Editor
cat25 = Javascript Graphics
cat25 = JavaScript Graphics
cat26 = Mobile Framework
cat27 = Programming Language
cat28 = Operating System

@ -38,7 +38,7 @@ cat21 = LMS
cat22 = Servidor Web
cat23 = Herramienta de Cache
cat24 = Editor de Texto Enriquecido
cat25 = Gráficos Javascript
cat25 = Gráficos JavaScript
cat26 = Framework Móvil
cat27 = Lenguaje de programación
cat28 = Sistema Operativo

@ -38,7 +38,7 @@ cat21 = LMS
cat22 = Web Server
cat23 = Cache Tool
cat24 = Editor di Testo Ricco
cat25 = Javascript Graphics
cat25 = JavaScript Graphics
cat26 = Framework Mobile
cat27 = Linguaggio di Programmazione
cat28 = Sistema Operativo

@ -0,0 +1,23 @@
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100">
<title>NetworkingContentDelivery</title>
<g>
<polygon points="39.74 56.97 24.12 77.94 15.94 57.01 30.86 56.1 39.74 56.97" fill="#fbbf93"/>
<polygon points="60.1 56.97 75.88 78.06 83.9 57.03 69.14 56.1 60.1 56.97" fill="#fbbf93"/>
<polygon points="39.74 42.97 24.12 21.94 15.94 42.99 30.99 43.89 39.74 42.97" fill="#6b3a19"/>
<polygon points="60.1 42.97 75.88 21.94 84.06 42.99 69.14 43.9 60.1 42.97" fill="#6b3a19"/>
<polygon points="60.1 42.97 75.88 41.8 75.88 21.94 60.1 26.02 60.1 42.97" fill="#9d5025"/>
<polygon points="84.06 42.99 75.88 41.8 75.88 21.94 84.06 26.03 84.06 42.99" fill="#f58536"/>
<polygon points="60.1 56.97 75.88 58.2 75.88 78.06 60.1 73.92 60.1 56.97" fill="#9d5025"/>
<polygon points="83.9 57.03 75.88 58.2 75.88 78.06 83.9 74.05 83.9 57.03" fill="#f58536"/>
<polygon points="39.74 42.97 24.12 41.8 24.12 21.94 39.74 26.02 39.74 42.97" fill="#f58536"/>
<polygon points="15.94 42.99 24.12 41.8 24.12 21.94 15.94 26.03 15.94 42.99" fill="#9d5025"/>
<polygon points="39.74 56.97 24.12 58.2 24.12 78.06 39.74 73.92 39.74 56.97" fill="#f58536"/>
<polygon points="15.94 57.01 24.12 58.2 24.12 78.06 15.94 73.97 15.94 57.01" fill="#9d5025"/>
<polygon points="66.26 59.59 50 57.98 33.58 59.57 50 91 66.26 59.59" fill="#fbbf93"/>
<polygon points="66.26 40.41 50 42.02 33.58 40.43 50 9 66.26 40.41" fill="#6b3a19"/>
<polygon points="66.26 40.41 50 38.05 50 9 66.26 17.13 66.26 40.41" fill="#f58536"/>
<polygon points="33.58 40.43 50 38.05 50 9 33.58 17.21 33.58 40.43" fill="#9d5025"/>
<polygon points="66.26 59.59 50 61.95 50 91 66.26 82.87 66.26 59.59" fill="#f58536"/>
<polygon points="33.58 59.57 50 61.95 50 91 33.58 82.79 33.58 59.57" fill="#9d5025"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

@ -0,0 +1,64 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="256px" height="249px" viewBox="0 0 256 249" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" preserveAspectRatio="xMidYMid">
<defs>
<linearGradient x1="-388.147851%" y1="-113.677693%" x2="237.683809%" y2="370.654866%" id="linearGradient-1">
<stop stop-color="#C06FBB" offset="0%"></stop>
<stop stop-color="#6E4D9B" offset="100%"></stop>
</linearGradient>
<linearGradient x1="72.9454854%" y1="79.5146865%" x2="-97.0517904%" y2="-119.502084%" id="linearGradient-2">
<stop stop-color="#6E4D9B" offset="0%"></stop>
<stop stop-color="#77327A" offset="14%"></stop>
<stop stop-color="#B31777" offset="29%"></stop>
<stop stop-color="#CD0F7E" offset="84%"></stop>
<stop stop-color="#ED2C89" offset="100%"></stop>
</linearGradient>
<linearGradient x1="-232.211989%" y1="-693.599872%" x2="250.775991%" y2="101.70976%" id="linearGradient-3">
<stop stop-color="#C06FBB" offset="0%"></stop>
<stop stop-color="#6E4D9B" offset="100%"></stop>
</linearGradient>
<linearGradient x1="-821.186214%" y1="-466.930382%" x2="101.985142%" y2="287.264085%" id="linearGradient-4">
<stop stop-color="#C06FBB" offset="0%"></stop>
<stop stop-color="#6E4D9B" offset="100%"></stop>
</linearGradient>
<linearGradient x1="-140.094614%" y1="-230.925718%" x2="418.49908%" y2="261.976742%" id="linearGradient-5">
<stop stop-color="#C06FBB" offset="0%"></stop>
<stop stop-color="#6E4D9B" offset="100%"></stop>
</linearGradient>
<linearGradient x1="191.083716%" y1="225.066658%" x2="20.3577022%" y2="24.5947708%" id="linearGradient-6">
<stop stop-color="#6E4D9B" offset="0%"></stop>
<stop stop-color="#77327A" offset="14%"></stop>
<stop stop-color="#B31777" offset="29%"></stop>
<stop stop-color="#CD0F7E" offset="84%"></stop>
<stop stop-color="#ED2C89" offset="100%"></stop>
</linearGradient>
<linearGradient x1="-388.094004%" y1="-138.727507%" x2="237.674802%" y2="445.404664%" id="linearGradient-7">
<stop stop-color="#C06FBB" offset="0%"></stop>
<stop stop-color="#6E4D9B" offset="100%"></stop>
</linearGradient>
<linearGradient x1="11.503492%" y1="89.6525993%" x2="89.8192643%" y2="11.5773982%" id="linearGradient-8">
<stop stop-color="#6E4D9B" offset="0%"></stop>
<stop stop-color="#77327A" offset="14%"></stop>
<stop stop-color="#B31777" offset="53%"></stop>
<stop stop-color="#CD0F7E" offset="79%"></stop>
<stop stop-color="#ED2C89" offset="100%"></stop>
</linearGradient>
</defs>
<g>
<path d="M167.876207,46.3687469 L144.195715,62.173447 L119.80056,25.6145151 L143.481051,9.80981504 L167.876207,46.3687469 L167.876207,46.3687469 L167.876207,46.3687469 Z" fill="url(#linearGradient-1)"></path>
<path d="M187.128711,156.199437 L227.589323,216.829994 L179.391024,248.994707 L138.930412,188.363184 L131.871655,177.787122 L180.07092,145.622408 L187.128711,156.199437 L187.128711,156.199437 L187.128711,156.199437 Z" fill="url(#linearGradient-2)"></path>
<path d="M126.421861,196.710267 L135.330053,210.059034 L98.6436403,234.541108 L82.6766922,210.615313 L90.6915535,205.266921 L119.36407,186.133238 L126.421861,196.710267 L126.421861,196.710267 L126.421861,196.710267 Z" fill="url(#linearGradient-3)"></path>
<path d="M207.172143,127.536576 L217.46234,120.670006 L233.428323,144.595801 L209.744934,160.400501 L200.836742,147.051735 L214.229934,138.113604 L207.172143,127.536576 L207.172143,127.536576 L207.172143,127.536576 L207.172143,127.536576 Z M200.836742,147.051735 L193.778952,136.474706 L207.172143,127.536576 L214.229934,138.113604 L200.836742,147.051735 L200.836742,147.051735 L200.836742,147.051735 L200.836742,147.051735 Z" fill="url(#linearGradient-4)"></path>
<path d="M41.1093181,130.966968 L33.0954225,136.315359 L8.69833531,99.7564274 L45.3847478,75.2743531 L62.4855008,100.900856 L33.8139497,120.034538 L62.4855008,100.900856 L69.781835,111.834251 L41.1093181,130.966968 L41.1093181,130.966968 L41.1093181,130.966968 Z" fill="url(#linearGradient-5)"></path>
<path d="M130.488688,71.3224496 L82.2894234,103.487163 L74.994055,92.5537678 L34.9120223,32.4910791 L83.1112871,0.3263657 L123.19332,60.3890547 L130.488688,71.3224496 Z" fill="url(#linearGradient-6)"></path>
<path d="M157.589904,53.2375841 L144.196713,62.1747484 L136.900379,51.2423191 L119.799626,25.6158165 L143.483014,9.81111647 L167.880102,46.3700483 L157.589904,53.2375841 L157.589904,53.2375841 L157.589904,53.2375841 Z" fill="url(#linearGradient-7)"></path>
<path d="M97.7503053,215.84395 L90.6915487,205.266921 L119.364066,186.133238 L126.421857,196.710267 L97.7503053,215.84395 L97.7503053,215.84395 L97.7503053,215.84395 Z" fill="#714896"></path>
<path d="M200.836744,147.051736 L193.778953,136.474708 L207.172145,127.536577 L214.229936,138.113606 L200.836744,147.051736 L200.836744,147.051736 L200.836744,147.051736 Z" fill="#6F4795"></path>
<path d="M41.1093172,130.966965 L33.8139488,120.034536 L62.4854999,100.900853 L69.7818341,111.834248 L41.1093172,130.966965 L41.1093172,130.966965 L41.1093172,130.966965 Z" fill="#88519F"></path>
<path d="M144.196718,62.1747499 L136.900384,51.2423206 L150.294542,42.3041905 L157.58991,53.2375855 L144.196718,62.1747499 L144.196718,62.1747499 L144.196718,62.1747499 Z" fill="#85509E"></path>
<path d="M187.128711,156.199434 L138.930412,188.363182 L131.871655,177.787119 L180.07092,145.622405 L187.128711,156.199434 L187.128711,156.199434 L187.128711,156.199434 Z" fill="#8D166A"></path>
<path d="M123.19332,60.3890532 L130.488688,71.3224482 L82.2894233,103.487162 L74.9940548,92.5537666 L123.19332,60.3890532 L123.19332,60.3890532 L123.19332,60.3890532 Z" fill="#A70D6F"></path>
<path d="M27.4386316,51.6530056 L36.5361217,65.2857977 L22.9033297,74.3832878 L13.8058395,60.7504958 L27.4386316,51.6530056 L27.4386316,51.6530056 Z" fill="#9E61AD"></path>
<path d="M76.5679915,215.084186 L85.6654817,228.716978 L72.0326896,237.814468 L62.9351995,224.181676 L76.5679915,215.084186 L76.5679915,215.084186 Z" fill="#8053A3"></path>
<path d="M40.7042434,228.813811 L0.791684264,168.517994 L214.08857,25.8555586 L255.941111,85.1892808 L40.7042434,228.813811 L40.7042434,228.813811 L40.7042434,228.813811 L40.7042434,228.813811 Z" fill="url(#linearGradient-8)"></path>
</g>
</svg>

After

Width:  |  Height:  |  Size: 6.5 KiB

@ -0,0 +1,9 @@
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<svg version="1.0" xmlns="http://www.w3.org/2000/svg" width="72px" height="72px" viewBox="0 0 720 720" preserveAspectRatio="xMidYMid meet">
<g id="layer1" fill="#0f457b" stroke="none">
<path d="M420 450 l83 -91 -34 -37 c-18 -20 -56 -61 -84 -90 l-50 -53 69 3 69 3 80 88 80 87 -80 88 -80 87 -68 3 -68 3 83 -91z"/>
<path d="M200 503 c0 -4 30 -38 67 -75 l67 -68 -45 -47 c-24 -27 -55 -60 -68 -75 l-24 -28 54 0 54 0 69 76 69 76 -74 74 c-71 71 -75 74 -121 74 -27 0 -48 -3 -48 -7z"/>
<path d="M116 438 c74 -82 73 -71 20 -133 l-48 -55 40 0 c36 0 45 6 86 52 25 29 46 56 46 59 0 4 -21 30 -46 58 -41 46 -50 51 -87 51 l-41 0 30 -32z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 751 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 522 B

Before

Width:  |  Height:  |  Size: 377 B

After

Width:  |  Height:  |  Size: 377 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 422 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 713 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 970 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 368 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="256px" height="310px" viewBox="0 0 256 310" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" preserveAspectRatio="xMidYMid">
<g>
<path d="M42.754,244.495 L12.836,251.321 L12.836,57.565 L42.754,64.404 L42.754,244.495" fill="#F68536"></path>
<path d="M80.082,255.931 L42.754,266.539 L42.754,42.612 L80.082,53.207 L80.082,255.931" fill="#F68536"></path>
<path d="M127.966,267.681 L80.082,285.205 L80.082,23.946 L127.966,41.462 L127.966,267.681" fill="#F68536"></path>
<path d="M256,245.079 L127.966,309.096 L127.966,0 L256,64.017 L256,245.079" fill="#F68536"></path>
<path d="M102.444,12.763 L127.966,0 L127.966,309.096 L102.444,296.337 L102.444,12.763" fill="#9D5025"></path>
<path d="M60.325,33.82 L80.082,23.942 L80.082,285.154 L60.325,275.276 L60.325,33.82" fill="#9D5025"></path>
<path d="M27.016,50.477 L42.754,42.608 L42.754,266.488 L27.016,258.614 L27.016,50.477" fill="#9D5025"></path>
<path d="M12.836,57.565 L0,63.983 L0,245.117 L12.836,251.531 L12.836,57.565" fill="#9D5025"></path>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="256px" height="310px" viewBox="0 0 256 310" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" preserveAspectRatio="xMidYMid">
<g>
<path d="M20.624,53.686 L0,64 L0,245.02 L20.624,255.274 L20.748,255.125 L20.748,53.828 L20.624,53.686" fill="#8C3123"></path>
<path d="M131,229 L20.624,255.274 L20.624,53.686 L131,79.387 L131,229" fill="#E05243"></path>
<path d="M81.178,187.866 L127.996,193.826 L128.29,193.148 L128.553,116.378 L127.996,115.778 L81.178,121.652 L81.178,187.866" fill="#8C3123"></path>
<path d="M127.996,229.295 L235.367,255.33 L235.536,255.061 L235.533,53.866 L235.363,53.686 L127.996,79.682 L127.996,229.295" fill="#8C3123"></path>
<path d="M174.827,187.866 L127.996,193.826 L127.996,115.778 L174.827,121.652 L174.827,187.866" fill="#E05243"></path>
<path d="M174.827,89.631 L127.996,98.166 L81.178,89.631 L127.937,77.375 L174.827,89.631" fill="#5E1F18"></path>
<path d="M174.827,219.801 L127.996,211.21 L81.178,219.801 L127.939,232.854 L174.827,219.801" fill="#F2B0A9"></path>
<path d="M81.178,89.631 L127.996,78.045 L128.375,77.928 L128.375,0.313 L127.996,0 L81.178,23.413 L81.178,89.631" fill="#8C3123"></path>
<path d="M174.827,89.631 L127.996,78.045 L127.996,0 L174.827,23.413 L174.827,89.631" fill="#E05243"></path>
<path d="M127.996,309.428 L81.173,286.023 L81.173,219.806 L127.996,231.388 L128.685,232.171 L128.498,308.077 L127.996,309.428" fill="#8C3123"></path>
<path d="M127.996,309.428 L174.823,286.023 L174.823,219.806 L127.996,231.388 L127.996,309.428" fill="#E05243"></path>
<path d="M235.367,53.686 L256,64 L256,245.02 L235.367,255.33 L235.367,53.686" fill="#E05243"></path>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

@ -0,0 +1,8 @@
<svg width="52" height="52" xmlns="http://www.w3.org/2000/svg">
<rect ry="4" rx="4" height="40" width="40" y="0" x="0" fill="#ffaaaa"/>
<rect ry="4" rx="4" height="40" width="40" y="12" x="12" fill="#aaffaa"/>
<path d="m18,22l12,0l0,4l-12,0l0,-4z" fill="#ff0000"/>
<path d="m34,22l12,0l0,4l-12,0l0,-4z" fill="#ff0000"/>
<path d="m18,36l4,0l0,-4l4,0l0,4l4,0l0,4l-4,0l0,4l-4,0l0,-4l-4,0l0,-4z" fill="#008000"/>
<path d="m34,36l4,0l0,-4l4,0l0,4l4,0l0,4l-4,0l0,4l-4,0l0,-4l-4,0l0,-4z" fill="#008000"/>
</svg>

After

Width:  |  Height:  |  Size: 505 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 400 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 619 B

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

@ -329,7 +329,7 @@ var wappalyzer = (function() {
for ( meta in w.apps[app][type] ) {
profiler.checkPoint(app, type, regexMeta);
if ( new RegExp('name=["\']' + meta + '["\']', 'i').test(match) ) {
if ( new RegExp('(name|property)=["\']' + meta + '["\']', 'i').test(match) ) {
content = match.toString().match(/content=("|')([^"']+)("|')/i);
parse(w.apps[app].meta[meta]).forEach(function(pattern) {

Loading…
Cancel
Save