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

main
Elbert Alias 8 years ago
commit 3c51d879ec

@ -729,20 +729,6 @@
},
"website": "http://www.methods.co.nz/asciidoc"
},
"Asymptix PHP Framework": {
"cats": [
"18"
],
"headers": {
"X-Powered-By": "Asymptix PHP Framework(?:.*)"
},
"html": [
"Powered by <a href=\"http://www.asymptix.com/\" rel=\"external\">Asymptix PHP Framework</a>"
],
"icon": "Asymptix PHP Framework.png",
"implies": "PHP",
"website": "http://github.com/Asymptix/Framework"
},
"Atlassian Bitbucket": {
"cats": [
"47"
@ -750,6 +736,7 @@
"env": "^bitbucket$",
"icon": "Atlassian Bitbucket.svg",
"implies": "Python",
"html": "<li>Atlassian Bitbucket <span title=\"[a-z0-9]+\" id=\"product-version\" data-commitid=\"[a-z0-9+]\" data-system-build-number=\"[a-z0-9]+\"> v([\\d.]+)<\\;version:\\1</span>",
"meta": {
"application-name": "Bitbucket"
},
@ -2923,6 +2910,21 @@
"implies": "PHP",
"script": "gm_javascript\\.js\\.php",
"website": "http://gambio.de"
},
"Gatsby": {
"cats": [
"12"
],
"html": [
"<div id=\"___gatsby\">",
"<style id=\"gatsby-inlined-css\">"
],
"icon": "Gatsby.svg",
"implies": [
"React",
"Webpack"
],
"website": "https://www.gatsbyjs.org/"
},
"Gauges": {
"cats": [
@ -3817,7 +3819,7 @@
"1"
],
"headers": {
"Set-Cookie": "ICMSession[^;]+=",
"Set-Cookie": "^ICMSSession[^;]*=",
"X-Powered-By": "ImpressCMS"
},
"icon": "ImpressCMS.png",
@ -4947,7 +4949,8 @@
},
"html": [
"<script [^>]+data-requiremodule=\"mage/\\;version:2",
"<script [^>]+data-requiremodule=\"Magento_\\;version:2"
"<script [^>]+data-requiremodule=\"Magento_\\;version:2",
"<script type=\"text/x-magento-init\">"
],
"icon": "Magento.png",
"implies": "PHP",
@ -5814,7 +5817,7 @@
"22"
],
"headers": {
"server": "now"
"server": "^now$"
},
"icon": "zeit.svg",
"website": "https://zeit.co/now"
@ -7359,7 +7362,7 @@
],
"headers": {
"Set-Cookie": "^sails\\.sid$",
"X-Powered-By": "^Sails$"
"X-Powered-By": "^Sails(?:$|[^a-z0-9])"
},
"icon": "Sails.js.svg",
"implies": "Express",
@ -9029,17 +9032,6 @@
"icon": "Vimeo.png",
"website": "http://vimeo.com"
},
"Vinala": {
"cats": [
"18"
],
"headers": {
"Set-Cookie": "vinala_version"
},
"icon": "Vinala.png",
"implies": "PHP",
"website": "https://github.com/vinala/vinala"
},
"Virata EmWeb": {
"cats": [
"22"
@ -10865,16 +10857,6 @@
},
"website": "http://www.xt-commerce.com"
},
"xui": {
"cats": [
"26",
"12"
],
"env": "^xui$",
"icon": "xui.png",
"script": "[^a-z]xui.*\\.js",
"website": "http://xuijs.com"
},
"Raychat": {
"cats": [
"52"
@ -10900,7 +10882,22 @@
"icon": "Anetwork.png",
"script": "static-cdn\\.anetwork\\.ir/",
"website": "https://www.anetwork.ir"
}
},
"Akaunting": {
"cats": [
"55"
],
"html": [
"<link[^>]+akaunting-green\\.css",
"Powered By Akaunting: <a [^>]*href=\"https?://(?:www\\.)?akaunting\\.com[^>]+>"
],
"headers": {
"X-Akaunting": "^Free Accounting Software$"
},
"implies": "Laravel",
"icon": "akaunting.svg",
"website": "https://akaunting.com"
}
},
"categories": {
"1": {
@ -11118,6 +11115,10 @@
"54": {
"name": "SEO",
"priority": "9"
}
},
"55": {
"name": "Accounting",
"priority": "1"
}
}
}

@ -93,12 +93,16 @@
continue;
}
var version = detected[app].version,
confidence = detected[app].confidence;
html +=
'<div class="wappalyzer-app' + ( first ? ' wappalyzer-first' : '' ) + '">' +
'<a target="_blank" class="wappalyzer-application" href="' + wappalyzer.config.websiteURL + 'applications/' + app.toLowerCase().replace(/ /g, '-').replace(/[^a-z0-9-]/g, '') + '">' +
'<strong>' +
'<img src="' + wappalyzer.config.websiteURL + 'images/icons/' + (wappalyzer.apps[app].icon || 'default.svg') + '" width="16" height="16"/> ' + app +
'</strong>' +
( version ? ' ' + version : '' ) + ( confidence < 100 ? ' (' + confidence + '% sure)' : '' ) +
'</a>';
for ( let i in wappalyzer.apps[app].cats ) {

@ -63,5 +63,6 @@
"categoryName51": { "message": "Landing Page Builder" },
"categoryName52": { "message": "Live Chat" },
"categoryName53": { "message": "CRM" },
"categoryName54": { "message": "SEO" }
"categoryName54": { "message": "SEO" },
"categoryName55": { "message": "Accounting" }
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 6.3 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
fill="#744c9e" width="1200px" height="1200px" viewBox="0 0 1200 1200" enable-background="new 0 0 1200 1200" xml:space="preserve">
<g>
<g>
<path d="M600,28.644C284.449,28.644,28.644,284.448,28.644,600c0,315.553,255.806,571.356,571.356,571.356
c315.553,0,571.356-255.804,571.356-571.356C1171.356,284.448,915.553,28.644,600,28.644z M151.414,605.956l442.629,442.63
C350.989,1045.418,154.581,849.01,151.414,605.956z M700.417,1037.37L162.63,499.583C208.232,300.142,386.734,151.339,600,151.339
c149.077,0,281.147,72.727,362.734,184.616l-62.12,54.812C834.433,295.859,724.478,233.746,600,233.746
c-158.485,0-293.447,100.668-344.46,241.545l469.17,469.17c113.938-41.26,201.566-137.44,230.914-256.56H761.152v-87.9h205.102
v-0.002h82.407V600C1048.661,813.266,899.859,991.768,700.417,1037.37z"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="1200px" height="1200px" viewBox="0 0 1200 1200" enable-background="new 0 0 1200 1200" xml:space="preserve">
<g>
<path fill="#6DA252" d="M392.296,826.698c-58.699-53.798-96.443-130.089-99.567-215.22H100
c3.233,143.609,67.006,272.265,166.8,361.471L392.296,826.698z"/>
<path fill="#6DA252" d="M599.931,99.932c-271.909,0-493.127,217.018-499.91,487.29h192.76
c6.698-163.856,141.65-294.635,307.15-294.635c169.781,0,307.416,137.633,307.416,307.413
c0,114.208-62.285,213.877-154.735,266.879l90.696,170.066C996.438,951.471,1100,787.826,1100,600
C1100,323.821,876.108,99.932,599.931,99.932"/>
<path fill="#6DA252" d="M731.105,878.093c-39.785,18.799-84.254,29.321-131.175,29.321c-71.32,0-136.971-24.285-189.125-65.041
L285.267,988.674c85.932,69.656,195.424,111.395,314.664,111.395c79.704,0,155.051-18.656,221.918-51.822L731.105,878.093z"/>
<rect x="907.347" y="600" fill="#6DA252" width="192.653" height="500.068"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

@ -1,29 +1,29 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 17.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="32px" height="32px" viewBox="0 0 32 32" enable-background="new 0 0 32 32" xml:space="preserve">
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="20.9386" y1="1.0265" x2="11.7312" y2="31.1426">
<stop offset="0" style="stop-color:#D61395"/>
<stop offset="0.2656" style="stop-color:#BB1089"/>
<stop offset="0.8337" style="stop-color:#760769"/>
<stop offset="0.9987" style="stop-color:#61045F"/>
</linearGradient>
<circle display="none" fill="url(#SVGID_1_)" cx="16.335" cy="16.085" r="15.742"/>
<rect fill="#FFFFFF" width="32" height="32"/>
<g>
<linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="21.3895" y1="2.3882" x2="8.5565" y2="28.6998">
<stop offset="0" style="stop-color:#D61395"/>
<stop offset="0.2656" style="stop-color:#BB1089"/>
<stop offset="0.8337" style="stop-color:#760769"/>
<stop offset="0.9987" style="stop-color:#61045F"/>
</linearGradient>
<path fill="url(#SVGID_2_)" d="M15.21,16.909c-0.414-0.414-0.414-1.085,0-1.499c0.414-0.414,1.085-0.414,1.499,0
c3.125,3.125,8.026,3.415,11.481,0.871c0.174-0.833,0.268-1.695,0.268-2.579c0-1.103-0.143-2.173-0.41-3.192
c-0.316,0.713-1.029,1.212-1.859,1.212c-1.123,0-2.033-0.91-2.033-2.033s0.91-2.033,2.033-2.033c0.289,0,0.563,0.061,0.812,0.169
c-2.111-3.988-6.3-6.706-11.126-6.706c-6.95,0-12.583,5.634-12.583,12.583c0,6.311,4.646,11.536,10.704,12.443l-1.168,2.624
c-0.647,2.232,0.714,3.06,2.542,1.546l8.895-7.176L24.2,23.133c1.217-1.075,2.221-2.383,2.95-3.852
C23.179,20.921,18.432,20.131,15.21,16.909z M18.318,7.654c1.123,0,2.033,0.91,2.033,2.033s-0.91,2.033-2.033,2.033
c-1.123,0-2.033-0.91-2.033-2.033S17.195,7.654,18.318,7.654z"/>
</g>
</svg>
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 17.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="32px" height="32px" viewBox="0 0 32 32" enable-background="new 0 0 32 32" xml:space="preserve">
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="20.9386" y1="1.0265" x2="11.7312" y2="31.1426">
<stop offset="0" style="stop-color:#D61395"/>
<stop offset="0.2656" style="stop-color:#BB1089"/>
<stop offset="0.8337" style="stop-color:#760769"/>
<stop offset="0.9987" style="stop-color:#61045F"/>
</linearGradient>
<circle display="none" fill="url(#SVGID_1_)" cx="16.335" cy="16.085" r="15.742"/>
<rect fill="#FFFFFF" width="32" height="32"/>
<g>
<linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="21.3895" y1="2.3882" x2="8.5565" y2="28.6998">
<stop offset="0" style="stop-color:#D61395"/>
<stop offset="0.2656" style="stop-color:#BB1089"/>
<stop offset="0.8337" style="stop-color:#760769"/>
<stop offset="0.9987" style="stop-color:#61045F"/>
</linearGradient>
<path fill="url(#SVGID_2_)" d="M15.21,16.909c-0.414-0.414-0.414-1.085,0-1.499c0.414-0.414,1.085-0.414,1.499,0
c3.125,3.125,8.026,3.415,11.481,0.871c0.174-0.833,0.268-1.695,0.268-2.579c0-1.103-0.143-2.173-0.41-3.192
c-0.316,0.713-1.029,1.212-1.859,1.212c-1.123,0-2.033-0.91-2.033-2.033s0.91-2.033,2.033-2.033c0.289,0,0.563,0.061,0.812,0.169
c-2.111-3.988-6.3-6.706-11.126-6.706c-6.95,0-12.583,5.634-12.583,12.583c0,6.311,4.646,11.536,10.704,12.443l-1.168,2.624
c-0.647,2.232,0.714,3.06,2.542,1.546l8.895-7.176L24.2,23.133c1.217-1.075,2.221-2.383,2.95-3.852
C23.179,20.921,18.432,20.131,15.21,16.909z M18.318,7.654c1.123,0,2.033,0.91,2.033,2.033s-0.91,2.033-2.033,2.033
c-1.123,0-2.033-0.91-2.033-2.033S17.195,7.654,18.318,7.654z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 600 B