Skip to content

Commit

Permalink
Merge branch 'master' of github.com:AliasIO/Wappalyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
AliasIO committed Oct 18, 2015
2 parents 3be5b3b + 1f0d511 commit f5f5a1a
Show file tree
Hide file tree
Showing 9 changed files with 74 additions and 4 deletions.
62 changes: 58 additions & 4 deletions src/apps.json
Original file line number Diff line number Diff line change
Expand Up @@ -1697,6 +1697,13 @@
},
"website": "www.dynamicweb.dk"
},
"Dynatrace": {
"cats": [
10
],
"script": "dtagent.*\\.js",
"website": "dynatrace.com"
},
"E-Merchant": {
"cats": [
6
Expand Down Expand Up @@ -2724,6 +2731,14 @@
"script": "jscripts/ips_",
"website": "www.invisionpower.com"
},
"Immutable.js": {
"cats": [
12
],
"env": "^Immutable$",
"script": "^immutable\\.(min\\.)?js$",
"website": "facebook.github.io/immutable-js/"
},
"ImpressCMS": {
"cats": [
1
Expand Down Expand Up @@ -3397,8 +3412,7 @@
],
"env": [
"^fyre$",
"^FyreLoader$",
"^LF$"
"^FyreLoader$"
],
"html": "<[^>]+(?:id|class)=\"livefyre",
"script": "livefyre_init\\.js",
Expand Down Expand Up @@ -3979,7 +3993,7 @@
"PHP",
"MySQL"
],
"website": "www.mybboard.net"
"website": "www.mybb.com"
},
"MyBlogLog": {
"cats": [
Expand Down Expand Up @@ -5060,6 +5074,13 @@
"script": "/assets/application-[a-z\\d]{32}/\\.js\\;confidence:50",
"website": "rubyonrails.org"
},
"Ruxit": {
"cats": [
10
],
"script": "ruxitagentjs",
"website": "ruxit.com"
},
"RxJS": {
"cats": [
12
Expand Down Expand Up @@ -6343,6 +6364,15 @@
"url": "\\.vox\\.com",
"website": "www.vox.com"
},
"VTEX Integrated Store": {
"cats": [
6
],
"headers": {
"X-Powered-By": "vtex-integrated-store"
},
"website": "lojaintegrada.com.br"
},
"Vue.js": {
"cats": [
12
Expand Down Expand Up @@ -6630,7 +6660,7 @@
],
"html": "<!--[^>]+WP-Super-Cache",
"implies": "WordPress",
"website": "ocaoimh.ie/wp-super-cache/"
"website": "z9.io/wp-super-cache/"
},
"Wowza Media Server": {
"cats": [
Expand Down Expand Up @@ -7633,6 +7663,21 @@
},
"website": "ucore.io"
},
"uKnowva": {
"cats": [
1,2,18,50
],
"headers": {
"X-Content-Encoded-By": "uKnowva ([\\d.]+)\\;version:\\1"
},
"script": "/media/conv/js/jquery.js",
"html": "<a[^>]+>Powered by uKnowva</a>",
"implies": "PHP",
"meta": {
"generator": "uKnowva (?: ([\\d.]+))?\\;version:\\1"
},
"website": "uknowva.com"
},
"vBulletin": {
"cats": [
2
Expand Down Expand Up @@ -7687,6 +7732,15 @@
"script": "xcharts\\.js",
"website": "tenxer.github.io/xcharts/"
},
"XpressEngine": {
"cats": [
1
],
"meta": {
"generator": "XpressEngine"
},
"website": "www.xpressengine.com/"
},
"xtCommerce": {
"cats": [
6
Expand Down
Binary file added src/icons/Dynatrace.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/icons/Immutable.js.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/icons/MyBB.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/icons/Ruxit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/icons/Twitter typeahead.js.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/icons/VTEX Integrated Store.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/icons/XpressEngine.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions src/icons/uKnowva.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f5f5a1a

Please sign in to comment.