Elbert Alias
f82649c7a3
Merge branch 'master' into add-grandnode
5 years ago
Elbert Alias
e527359c61
Merge pull request #2978 from samverdyck/add-CCV-Shop
...
add CCV Shop
5 years ago
Elbert Alias
dbe1026292
Merge pull request #2976 from mhdifirouzi/patch-2
...
Update messages.json
5 years ago
Elbert Alias
464802f6bd
Merge pull request #2975 from mhdifirouzi/patch-3
...
Update messages.json
5 years ago
Elbert Alias
1cb57e2aad
Merge pull request #2974 from Shoopalapa/Tamago-Support
...
Added Tamago detection
5 years ago
Elbert Alias
bc515ddde9
Merge pull request #2973 from Shoopalapa/EKM-Support
...
Added Ekm detection
5 years ago
Elbert Alias
f498d0259d
Merge pull request #2972 from elaineparie/master
...
added Irroba
5 years ago
Elbert Alias
1c3184f212
Merge pull request #2968 from jonathangarelick/master
...
Fix typo in bookmarklet
5 years ago
Elbert Alias
05f2bfc359
Merge pull request #2967 from q--/Add_amCharts_version_detection
...
Add amCharts version detection
5 years ago
Elbert Alias
050c5b7184
Merge pull request #2966 from agaengel/feature/cms
...
correct phpCMS
5 years ago
Elbert Alias
523a605033
Merge pull request #2965 from burkybang/master
...
Corrected casing of "NetSuite"
5 years ago
Elbert Alias
0abed130ee
Merge pull request #2963 from pdk2580/master
...
Added Fastspring ECP
5 years ago
Elbert Alias
0a44854144
Merge branch 'master' into master
5 years ago
Elbert Alias
5df7958c6b
Merge pull request #2960 from duda-co/master
...
Add a stable HTML identifier for Duda
5 years ago
Elbert Alias
47c2156734
Merge pull request #2955 from cberry216/master
...
Added support for ECP Loja Integrada (https://lojaintegrada.com.br/ )
5 years ago
Elbert Alias
ef779cb34a
Merge pull request #2953 from acavestro/livestory
...
Livestory
5 years ago
Elbert Alias
cf782ceee7
Merge pull request #2951 from dmartinjs/patch-1
...
Remove Implies Angular for Ionic
5 years ago
Elbert Alias
bba9122c97
Merge pull request #2948 from dougaitken/fix-woocommerce
...
Correct the WooCommerce entry
5 years ago
Anthony PELLETIER
2f3e58887d
Fix Hotjar script regex
...
Remove the ^ token because somes site use full scheme
5 years ago
Alexander Gängel
b07fdb9a13
Ecwid application is added
5 years ago
Denis Wernert
33e75d90df
update Proximis product names
5 years ago
Denis Wernert
22fb2c0d18
update generator meta for Proximis
5 years ago
Denis Rechkunov
8e7ff332e2
Fix homepage link for `Catberry.js`
5 years ago
CJ Patoilo
15a925262c
Update the regex of the Airform.io
5 years ago
Lay
d3644cdb56
Fix tabspace
5 years ago
Lay
6580f5271f
Update zh_TW translation
5 years ago
Mahdi Abasi
72790f8f3d
Update apps.json
5 years ago
Sai Harika Punyamurthula
fb2d7a3c9a
corrected typo in headers for miva
5 years ago
Sai Harika Punyamurthula
b87126f8e2
few more checks added to apps.json
5 years ago
Mahdi Abasi
210e2515bf
nivsoft logo
5 years ago
Sai Harika Punyamurthula
faee9d8e52
added miva icon
5 years ago
Sai Harika Punyamurthula
06f5bf8b41
added miva detection. 1. Miva icon. 2. miva in apps.json
5 years ago
Arash Khajelou
687f210887
Update Hinza Advanced CMS logo.
...
According to the updates done on the website
[hinzaco.com](https://hinzaco.com ), the logo has been changed.
5 years ago
Luca
79bbba9c01
Add also category 27 ("Programming languages") to the existing 12 ("JavaScript frameworks")
5 years ago
unknown
deca435dce
commit on branch
5 years ago
Luca
c1e831abb7
The compiler generate a variable "Elm" in the global space.
...
This variable usually has the methods "Elm.Main.init" (for Elm version 0.19) or "Elm.Main.embed" (for Elm verison 0.18 or erlier).
It can also be initialized with other methods, such as "Elm.SpecificMethod.init" but usually "Main" is the default.
"Elm" only as detection method can create false positive, being very short. So I gave it a confidence of 50%.
This detection misses all cases where Elm is wrapped in a "Self-Executing Anonymous Function". This is probably a common case, as it happens, for example, using Webpack, Parcel or other binders.
In this case I don't know any way to detect Elm, unless analysing the code itself.
I also added the detection of an Elm library, elm-ui, that is very popular and leave a signature in the rendered html. I used the regular expression
"<style>[\\s\\S]*\\.explain > \\.s[\\s\\S]*\\.explain > \\.ctr > \\.s"
I had to run the regex on multiple lines because the text is not on the same line of the opening <style> element. I think the metching string is quite unique and should not create false positives.
* Elm has 5.9k starts in Github https://github.com/elm/compiler
These are few examples of sites build in Elm
https://support.xapo.com/
https://unli.xyz/flights/
https://elmjapan.org/
https://odyssey.neophilus.net/
https://www.verwonderpaspoort.nl/verwonderwereld
https://cie.nl/?lang=en
http://weightybirds.com/
http://ivanschuetz.com/
https://justinmimbs.github.io/asteroids/
https://elm-lang.org/
https://login.account.rakuten.com/sso/authorize?client_id=rakuten_tw01&redirect_uri=https%3A%2F%2Fwww.rakuten.com.tw%2Fmember%2Fdelegate&response_type=code&scope=openid+profile+email#/sign_in
http://builtwithelm.co/
https://68kheart.work/efa/projects/
https://game.faithloewe.com/
https://fakeorbabe.com/
http://fap.work/
https://app.featureaudit.com/
https://www.reju.jp/
http://concourse.particle.io/
https://github.com/AliasIO/wappalyzer/pull/1782
https://github.com/AliasIO/wappalyzer/pull/1442
https://github.com/AliasIO/wappalyzer/pull/778
"Elm": {
"cats": [
12
],
"icon": "elm.svg",
"js": {
"Elm.Main.init": "\\;version:0.19",
"Elm.Main.embed": "\\;version:0.18",
"Elm": "\\;confidence:50",
},
"website": "https://elm-lang.org/ "
},
"elm-ui": {
"cats": [
66
],
"icon": "elm.svg",
"implies": "Elm",
"html": "<style>[\\s\\S]*\\.explain > \\.s[\\s\\S]*\\.explain > \\.ctr > \\.s"
"website": "https://github.com/mdgriffith/elm-ui "
},
5 years ago
Guillaume Douceron
0255630832
Update zone.js website
...
The zone.js repo has been moved to angular mono repo.
5 years ago
Elbert Alias
a805ebce80
Fix error handling in NPM/Puppeteer
5 years ago
Patryk Porabik
e19299b91b
Add GrandNode logo
5 years ago
Patryk Porabik
f806b8a829
Add GrandNode
5 years ago
Sam Verdyck
4a4c58943d
add CCV Shop
5 years ago
mhdifirouzi
a5e968d457
Update messages.json
5 years ago
mhdifirouzi
f1a906281a
Update messages.json
5 years ago
Shoopalapa
2f50cd7b28
Add Tamago icon
5 years ago
Shoopalapa
4bd4ee18d6
Add Tamago fingerprinting
5 years ago
Shoopalapa
b3a06296ea
Added EKM icon
5 years ago
Shoopalapa
37e5a9a7d0
Added EKM fingerprinting
5 years ago
Elbert Alias
6ac9025bbc
Rename Hybris to SAP Commerce Cloud, remove content type check in NPM driver
5 years ago
Elaine Anderson
269b15c301
added Irroba
5 years ago
Elbert Alias
0d7f38ce51
Prevent in-page navigation in NPM/Puppeteer driver
5 years ago
jonathangarelick
b43b2f02ff
Fix typo in bookmarklet
5 years ago
q--
2cba43dd37
Add amCharts version detection
5 years ago
Alexander Gängel
794528b68e
correct phpCMS
5 years ago
Dae Kyung Park
c51499af3a
remove cafe24
5 years ago
Elbert Alias
93acdd7d6f
Remove response code validation
5 years ago
Dae Kyung Park
4b53d50cb2
added Fastspring
5 years ago
Adam Smith
bf3ff34414
Corrected casing of "NetSuite"
5 years ago
Dae Kyung Park
5974219ca2
added cafe24
5 years ago
ykoh
c4a55fd1f1
Added "Cafe24" e-commerce application.
5 years ago
Liad Yosef
e9c7591a1d
Add html indicator for Duda
5 years ago
Elbert Alias
6f8678c4a6
Fix NPM/Puppeteer error handling
5 years ago
Elbert Alias
945641654b
Fix NPM/Puppeteer error handling
5 years ago
Elbert Alias
3c6dcf6afb
Fix NPM/Puppeteer error handling
5 years ago
Elbert Alias
f522a2b549
Fix NPM/Puppeteer error handling
5 years ago
Elbert Alias
de0968287a
Fix NPM/Puppeteer error handling
5 years ago
Elbert Alias
3d33d1c99b
Build 5.9.20
5 years ago
Elbert Alias
b178495a90
Build 5.9.7
5 years ago
Christopher Berry
a41d1ce030
Removed redundant tech (VTEX Integrated Store).
5 years ago
Christopher Berry
4c315f9f57
Added Loja Integrada 32x32 icon.
5 years ago
Christopher Berry
d04888315b
Added support for Loja Integrada.
5 years ago
Antonio Cavestro
673a9f9094
Add Live Story technology
5 years ago
Antonio Cavestro
73e4a0b9a1
Add Live Story icon
5 years ago
Elbert Alias
ce8f2a6a48
Added rtl support in WebExtension driver
5 years ago
David MARTIN
b1d2302de1
Remove Implies Angular for Ionic
...
Ionic moved from Angular component to Web Component.
5 years ago
Doug Aitken
b7f032b568
Upload WooCommerce W icon
5 years ago
Doug Aitken
c880c9a709
deleting old woothemes era icon
5 years ago
Doug Aitken
a5b3c6d4f0
Correct the WooCommerce entry
...
Update the website URL for WooCommerce, the WordPress plugin
5 years ago
Elbert Alias
746a2f93d0
Remove false positives
5 years ago
Elbert Alias
49bcf4dfde
Update categories
5 years ago
Elbert Alias
8a60e3bba2
Remove deprecated technologies
5 years ago
Elbert Alias
a15716d27f
Remove false positives
5 years ago
Elbert Alias
2d487897e8
Build v5.9.4
5 years ago
Elbert Alias
c86cd7e7a8
Add a try/catch in NPM/Zombie.js driver
5 years ago
Elbert Alias
62f881127c
Fix sourceMap error, fix apps.json issues
5 years ago
Elbert Alias
42f6e5048a
Fix merge
5 years ago
Elbert Alias
762eb1261d
Merge branch 'master' of github.com:AliasIO/Wappalyzer into Vardot-master
5 years ago
Elbert Alias
8025896d68
WIP
5 years ago
Elbert Alias
db6bdfde6e
Merge pull request #2827 from q--/Improve_Lodash_detection
...
Add a new way to detect Lodash
5 years ago
Elbert Alias
6258007f33
Merge pull request #2856 from q--/Add_Javadoc
...
Added Javadoc
5 years ago
Elbert Alias
8ed47ea2ae
Merge pull request #2925 from emmamartins/master
...
pytonik
5 years ago
Elbert Alias
c13d15dd7d
Merge pull request #2926 from supernuca/master
...
Changed Shopware icon
5 years ago
Elbert Alias
fb4b9db61e
Merge pull request #2930 from rviscomi/patch-1
...
Add Automattic detection to PaaS category
5 years ago
Elbert Alias
c97bcb61d6
Merge pull request #2933 from faheel/cpe
...
Add more CPEs
5 years ago
Elbert Alias
06a6704a3c
Merge pull request #2937 from Johannes-Andersen/master
...
added Riskified
5 years ago
Elbert Alias
460def6c85
Merge pull request #2939 from Nooshu/add-govuk-frontend
...
Add the detection for the GOV.UK Design System
5 years ago
Elbert Alias
65232a07b9
Merge pull request #2941 from agaengel/feature/correctCookies
...
correct cookie names
5 years ago
Elbert Alias
bb41c8fbba
Merge pull request #2942 from vikaon/master
...
Added Turkish e-commerce platform
5 years ago
Elbert Alias
3ba3c56558
Merge pull request #2943 from Narno/patch-1
...
Next.js has an official website
5 years ago
Elbert Alias
ae4e957bfd
Merge pull request #2944 from thelabs-dev/master
...
GeneXus application is added
5 years ago
fcrizul
00f1e011d5
GeneXus application is added
5 years ago
Arnaud Ligny
d9ba172260
Next.js has an official website
...
-> https://nextjs.org
5 years ago
vikaon
b15ccc9b78
Added Turkish e-commerce platform
5 years ago
Alexander Gängel
4136c03374
correct cookie_name of Backpack
5 years ago
Alexander Gängel
b5244e00bc
correct cookie_name of October CMS
5 years ago
Matt Hobbs
6b43651d7a
Add the detection for the GOV.UK Design System UI library
5 years ago
Mohammed J. Razem
13add3cf35
Update apps.json
5 years ago
Mohammed J. Razem
77fcf0be4d
Update apps.json
5 years ago
Mohammed J. Razem
b6fbc96b41
Adding Varbase logo
5 years ago
Mohammed J. Razem
c113c15ee3
Adding Varbase
5 years ago
Johannes Andersen
ddc244b750
added Riskified
5 years ago
Syed Faheel Ahmad
a359d1b2f5
Add more CPEs
...
* Ruby
* Ruby on Rails
* Wordpress
* jQuery
* jQuery UI
5 years ago
Rick Viscomi
5f225195f7
automattic icon
5 years ago
Rick Viscomi
e506dae012
detect Automattic
5 years ago
Sebastian Vogt
0739695717
Update apps.json
5 years ago
Sebastian Vogt
4e39e81efa
Delete Shopware.png
5 years ago
Sebastian Vogt
425bf74f9b
Add files via upload
5 years ago
Emmanuel Martins
61f444e7ce
Update apps.json
5 years ago
Emmanuel Martins
e5e3b76d89
Update apps.json
5 years ago
Emmanuel Martins
3883428d7f
Update apps.json
5 years ago
Emmanuel Martins
81dc65635a
Update apps.json
5 years ago
Emmanuel Martins
4184e723d6
pytonik
5 years ago
Emmanuel Martins
5da0e2f652
pytonik
5 years ago
Markus Hunsalz
1794b6f1e8
added differentiation between EPages 6 and EPages Now
5 years ago
Markus Hunsalz
5980ac636c
added Duda & MyWebsite CMS
5 years ago
Elbert Alias
66c7744d3b
Merge pull request #2899 from Aghaie/patch-7
...
Fix shopfa svg icon
5 years ago
Elbert Alias
75792be69d
Merge pull request #2900 from sarahdayan/patch-1
...
fix: update Algolia information
5 years ago
Elbert Alias
bd01ceece9
Merge pull request #2901 from bobywoodwarrior/strikingly
...
Fix Strikingly
5 years ago
Elbert Alias
143542143e
Merge pull request #2902 from cybersnail/patch-1
...
Fix Russian language
5 years ago
Elbert Alias
1c12e2d972
Merge pull request #2906 from Runiko/master
...
Updated Polish translation and fixed UI Frameworks category
5 years ago
Elbert Alias
94caf53606
Merge pull request #2907 from yoosefap/master
...
Add pinoox
5 years ago
Elbert Alias
9f33a8cd20
Merge pull request #2910 from adnanyousef/master
...
Added X-Powered-By: WP Engine header
5 years ago
Elbert Alias
8751412782
Merge pull request #2911 from Silberschleier/nextcloud
...
Add Nextcloud
5 years ago
Elbert Alias
7a1d17b0ed
Merge pull request #2912 from Silberschleier/phpmyadmin
...
Add version detection to phpMyAdmin
5 years ago
Elbert Alias
a4146e77f7
Merge pull request #2914 from kefranabg/master
...
feat: Add VuePress
5 years ago
Elbert Alias
a76c6e4861
Merge pull request #2917 from VitorBlog/patch-1
...
Adding Tebex e-commerce
5 years ago
Elbert Alias
63679687c5
Merge pull request #2919 from kyletaylored/feature/remove-old-detections
...
Removing old / unused applications
5 years ago
Elbert Alias
f2a4297859
Add short options and help output to NPM driver
5 years ago
Kyle Taylor
78152e35e1
Remove associated icons
5 years ago
Kyle Taylor
ad76ff4c9b
Removing old / unused applications
...
- Mypage (clone of Botble, causing issues with detection)
- MediaTomb - no longer in service
- CoinLab - no longer in service
- CloudCoins - no longer in service
- HP ProCurve - irrelevant
- Homeland - no longer in service
- HBase - not really detectable
- GoSquared - vague detection, at zero
5 years ago
Elbert Alias
a419465c87
Fix error handling in NPM/Puppeteer
5 years ago
Elbert Alias
88092f9a34
Fix uncaught page crash issue in NPM+Puppeteer
5 years ago
Elbert Alias
37a2a590c9
Fix error handling in NPM/Puppeteer
5 years ago
Elbert Alias
0ae0d8889f
Fix error handling in NPM/Puppeteer
5 years ago
Elbert Alias
dc7ffd175e
Add AWS Lambda compatibility
5 years ago
Vitor
27698aef14
Adding Tebex logo
5 years ago
Vitor
63294d919b
Adding Tebex.io
5 years ago
Franck
c971ed4994
feat: Add VuePress
5 years ago
Elbert Alias
8809ab6641
Fix NPM+puppeteer disconnect error handling
5 years ago
Elbert Alias
43faa23551
Fix NPM+puppeteer disconnect error handling
5 years ago
Christopher Schmidt
e1d2a17093
Optimize regex
5 years ago
Christopher Schmidt
ea0540a220
Replaced .*
5 years ago
Christopher Schmidt
bad10422e6
Match phpMyAdmin versions
5 years ago
Christopher Schmidt
0b31ded149
Javascript matching
5 years ago
Christopher Schmidt
8ae9de406a
Also match against apple-meta-tag
5 years ago
Christopher Schmidt
e9d3e51ef0
Added Nextcloud
5 years ago
Eddy Yousef
edc06d9d48
Added X-Powered-By: WP Engine header
5 years ago
Elbert Alias
d18b928dc4
Improved memory management in NPM/puppeteer driver
5 years ago
Elbert Alias
edbc553b45
Improved error handling in NPM driver with puppeteer
5 years ago
Elbert Alias
839fed7bac
Fix recursion in NPM driver
5 years ago
Elbert Alias
4a4e3c1ced
Improved error handling in NPM driver with puppeteer
5 years ago
Elbert Alias
5a855a7cfe
Configure Chrome path with CHROME_BIN in NPM driver
5 years ago
yoosef alipour
a731adeb52
Add pinoox
5 years ago
Daniel Zdziebko
0357da70af
Add category 66 - UI Frameworks to all languages
5 years ago
Daniel Zdziebko
d294c48ddc
Merge sync.13 and translate PL messages
5 years ago
Elbert Alias
190cb3d347
Remove uncaughtException listener
5 years ago
Elbert Alias
9684b4b760
Build 5.9.1 and update README
5 years ago
Sarah Dayan
15b51e550d
fix: update logo file name
5 years ago
cybersnail
048dc1b3f9
Fix Russian language
5 years ago
Valentin Duboscq
cd250f3e0e
FIX auto indent
5 years ago
Elbert Alias
d8f4c24f6a
Remove Puppeteer dependency
5 years ago
Elbert Alias
2f902645c2
Remove Puppeteer dependency
5 years ago
Sarah Dayan
98d37382c4
fix: update Algolia name
5 years ago
Sarah Dayan
0ed902a7d0
fix: use current Algolia logo
5 years ago
Ali Aghaie
b78e4c520f
Fix shopfa svg icon
5 years ago
Elbert Alias
5ea5df62fd
Fix Japanese translation
5 years ago
Elbert Alias
99f6566b31
Update ArvanCloud logo
5 years ago
Elbert Alias
e067ba33e2
Add dark mode compatibility toggle
5 years ago
Elbert Alias
10220444fe
Merge pull request #2822 from tefotazo/SimbelEcommerce
...
Added "Simbel" e-commerce application.
5 years ago
Elbert Alias
45a15bae34
Merge pull request #2849 from amirhossein693/add_sazito_phoenix
...
Add sazito phoenix
5 years ago
Elbert Alias
4d9c197890
Merge pull request #2853 from fazlurr/master
...
Add OrderOnline App
5 years ago
Elbert Alias
d85833f5b3
Merge pull request #2860 from matjack1/datocms
...
Add DatoCMS
5 years ago
Elbert Alias
aac22b421c
Merge pull request #2862 from soebbing/shopware-6-detection
...
Add detection patterns for Shopware 6
5 years ago
Elbert Alias
ec06b211b0
Merge pull request #2864 from q--/Red_Hat_SVG_logo
...
SVG logo for Red Hat
5 years ago
Elbert Alias
776d03e60d
Merge pull request #2875 from paul-phan/master
...
Add PageFly - Landing Page Builder
5 years ago
Elbert Alias
2e81fd05d9
Merge pull request #2877 from Narno/patch-1
...
Catch Cecil version
5 years ago
Elbert Alias
55b25fea38
Merge pull request #2878 from Aghaie/patch-6
...
update Shopfa icon
5 years ago
Elbert Alias
c481fe7fce
Merge pull request #2879 from q--/Add_decimal.js
...
Add decimal.js
5 years ago
Elbert Alias
d8b6974383
Merge pull request #2881 from q--/Update_Ez_detection
...
Detect Ez Platform, update (legacy) Ez Publish URL
5 years ago
Elbert Alias
fef84b6594
Merge pull request #2882 from q--/Fix_Symfony_version_detection
...
Fix Symfony version detection
5 years ago
Elbert Alias
c21a93c6fb
Merge pull request #2885 from AbhinavS96/expertrec_site_search
...
Add ExpertRec Site Search
5 years ago
Elbert Alias
9bd177d006
Merge pull request #2886 from Websale/master
...
Changes for Websale-Recognition
5 years ago
Elbert Alias
67f54bd891
Merge pull request #2887 from wangxinhe2006/patch-1
...
Update zh_CN/messages.json
5 years ago
Elbert Alias
f8d0cacdc7
Merge pull request #2890 from mikan-megane/patch-1
...
Add Japanese Language
5 years ago
Elbert Alias
6c21fbac6c
Merge pull request #2894 from Gildas-GH/master
...
Update Materialize implications
5 years ago
Elbert Alias
a4b6cee3fd
Fix Puppeteer JavaScript processing, add --pretty option to NPM driver
5 years ago
Elbert Alias
635f6871d4
Refactor Puppeteer browser for NPM driver
5 years ago
Zsombor Paróczi
d0203c6c17
Simple browser implementation for puppeteer
5 years ago
Gildas GH
29edc8a509
Update on the implications of Materialize
...
As of version 1.0, jQuery is no longer a dependency of Materialize.
5 years ago
Valentin Duboscq
f69d3e2ad6
Add Strikingly
5 years ago
みかんのめがね
d1c1f8f738
Add Japanese Language
...
I've added the Japanese language files.
5 years ago
Elbert Alias
98814a0cdd
Merge branch 'master' of github.com:AliasIO/Wappalyzer
5 years ago
Elbert Alias
141750821b
Fix recursion in NPM driver
5 years ago
汪心禾
592b10fba1
Update messages.json
5 years ago
Websale
fa31ec4d0d
Changes for Websale-Recognition
5 years ago
Abhinav
c79ea6e1ca
Add ExpertRec Site Search
5 years ago
q--
a02a30ea2e
Fix Symfony version detection
...
Changed `(?:<other patttern>|<pattern with version detection>)`
To `(?:<pattern with version detection>|<other pattern>)`
5 years ago
q--
9bd1a3abd8
Detect Ez Platform, update (legacy) Ez Publish URL
5 years ago
q--
f6f79466a4
Add decimal.js
5 years ago
q--
ef7e1a9478
Update Red Hat URL to HTTPS
5 years ago
Ali Aghaie
07fa56fe56
update Shopfa icon
5 years ago
Hendrik Söbbing
a89fa15548
Add detection patterns for Shopware 6
...
Signed-off-by: Hendrik Söbbing <h.soebbing@shopware.com>
5 years ago
Arnaud Ligny
efffd4a90b
Catch Cecil version
...
1. _PHPoole_ is no more supported
2. The next release of _Cecil_ will embed version number in the `generator` meta
5 years ago
Kyle Taylor
1cde5e27df
Merge pull request #2846 from CDRO/feature/better-typo3-detection
...
[TASK] Add some additional checks for TYPO3
5 years ago
Tizian Schmidlin
d9fb5d78f3
[TASK] Add some additional checks for TYPO3
5 years ago
Paul Phan
633077a288
Add PageFly - Landing Page Builder
5 years ago
q--
f39b16a959
SVG logo for Red Hat
5 years ago
Kyle Taylor
60144f84ce
Merge pull request #2861 from Breitmann/intershop-icon-update
...
Updated Intershop icon
5 years ago
Nils Breitmann
e215306ffa
Updated Intershop icon, see https://www.intershop.com/favicon.ico
5 years ago
Matteo Giaccone
6bf63bdbe0
Add DatoCMS
5 years ago
Kyle Taylor
b153eeb722
Merge pull request #2852 from Nittarab/patch-1
...
FIX spreecommerce domain
5 years ago
Kyle Taylor
0fa1a5566b
Merge pull request #2826 from q--/Add_Babel_detection
...
Add Babel
5 years ago
q--
66228933d8
Shopware implies Symfony
...
https://github.com/shopware/platform/search?q=symfony&type=Commits
5 years ago
q--
d7d584be52
Added Javadoc
5 years ago
q--
3d1006b15a
Add Babel
5 years ago
Fazlur Rahman
889c04b091
Add OrderOnline App
5 years ago
Patrick
27c97c9f0d
FIX spreecommerce domain
5 years ago
Amirhossein
e90f024ebe
Update apps.json
5 years ago
Kyle Taylor
7240395614
Fix Github Pages Category
...
- Also fixed Netlify’s category, these are technically PaaS services.
- fixes #1909
5 years ago
Elbert Alias
f8970d0aa4
Merge pull request #2842 from klonos/patch-1
...
Fix Backdrop CMS detected as both Drupal and Backdrop
5 years ago
Elbert Alias
75a1d2d408
Merge pull request #2825 from q--/patch-6
...
Fix HTML pattern for Vue.js
5 years ago
Elbert Alias
ac92d2dd58
Merge pull request #2835 from kyletaylored/feature/1557-create-ui-category
...
Add UI Framework category
5 years ago
Gregory Netsas
1c38929547
Fix Backdrop CMS detected as both Drupal and Backdrop
...
Fixes https://github.com/AliasIO/Wappalyzer/issues/2841
(more may need to be done?)
5 years ago
Kyle Taylor
6e8e850ca9
Merge pull request #2832 from cjpatoilo/feature/add-airform
...
Add Airform
5 years ago
CJ Patoilo
4db3459b30
Fix image extension of the Airform
5 years ago
Kyle Taylor
6fa260d918
Add Swiper Slider
...
- Surprisingly very popular on Github
- fixes #2263
5 years ago
Kyle Taylor
87a214a9c4
Merge pull request #2838 from kyletaylored/feature/2362-fix-revo
...
Remove WordPress from RevSlider
5 years ago
Kyle Taylor
40a8876946
Remove WordPress from RevSlider
...
- Revolution Slider offers a non-WordPress library, so this assumption isn’t the best usage.
- There are plenty of other WP detections, so removing this should be fine.
5 years ago
Kyle Taylor
5b00bae79d
Merge pull request #2837 from kyletaylored/feature/2253-bokeh-detection
...
Add Bokeh JS detection
5 years ago
Kyle Taylor
804d8cd81f
Add Bokeh JS detection
...
- fixes #2253
5 years ago
Kyle Taylor
ff2a73ee55
Merge pull request #2836 from kyletaylored/feature/add-siteground
...
Add Siteground as PaaS
5 years ago
Kyle Taylor
638b22020d
Add Siteground as PaaS
...
- reference #2703
5 years ago
Kyle Taylor
1ec72002b9
Add UI Framework category
...
- Changed “Web Framework” to “Web Application Framework”
- Added UI Framework
- Reviewed all “Web Framework” apps, adjusted categories as necessary, moved some over to UI Framework
- Removed a handful of outdated / unused / low quality / deprecated / abandoned apps that I found during the review
5 years ago
Kyle Taylor
00da4eeebc
Update Cowboy category
...
- Cowboy is only a web server that is used by Erlang
- fixes #2829
5 years ago
CJ Patoilo
5e1f1fcc57
Add Airform
5 years ago
CJ Patoilo
1ae10dc750
Update Milligram's website
5 years ago
Kyle Taylor
33b1306f1f
Merge pull request #2823 from q--/Add_MobX
...
Add MobX
5 years ago
Kyle Taylor
91c41ea386
Merge pull request #2824 from q--/Symfony_SVG_logo
...
Use SVG logo for Symfony
5 years ago
Kyle Taylor
57e6cde726
Merge pull request #2817 from q--/Add_Redaxscript
...
Add Redaxscript CMS
5 years ago
Kyle Taylor
a30b541cd1
Merge pull request #2828 from q--/patch-8
...
Improve Google Web Toolkit detection
5 years ago
Kyle Taylor
931b6eeaa8
Merge pull request #2815 from brandonkelly/new-craft-icon
...
New Craft CMS icon
5 years ago
Kyle Taylor
d5ffa0bbdd
Merge pull request #2813 from kyletaylored/feature/add-godaddy-sitebuilder
...
Added GoDaddy Site Builder
5 years ago
q--
b0e848461d
Improve Google Web Toolkit detection
...
I don't think `__gwt_` actually exists as a variable (leaving it around just to be sure). Adding some JavaScript variables that *do* exist.
5 years ago
q--
d46b66d300
Add a new way to detect Lodash
5 years ago
q--
2784485e7b
Fix HTML pattern for Vue.js
...
A non-capturing group was accidentally not marked as optional
5 years ago
q--
886ac0a87c
Use SVG logo for Symfony
5 years ago
q--
e467a333be
Add MobX
...
Note: __mobxGlobals.version appears to be the version of a specific MobX
component, as it was 4 at MobX version 2.x and went to 5 at MobX 3.x
(and has stayed 5 in all subsequent versions).
Because of this I haven't used the variable for version detection
5 years ago
Estefano Salazar
5e4caed097
Fixed icon name on apps.json (minuscule name).
5 years ago
Estefano Salazar
78a702f03f
Added "Simbel" e-commerce application.
5 years ago
Elbert Alias
8b6050b06a
Merge branch 'master' of github.com:AliasIO/Wappalyzer into dev
5 years ago
Elbert Alias
0baf452436
Updated popup styles, expand to full height
5 years ago
Kyle Taylor
5abe66de7c
Adding Section.io for CDN
5 years ago
q--
c5547aac7d
Add Redaxscript CMS
5 years ago
Brandon Kelly
0e47261a31
New Craft CMS icon
5 years ago
Kyle Taylor
fd36eee5b5
Added GoDaddy Site Builder
5 years ago
Elbert Alias
31b71ba454
Build v5.8.5
5 years ago
Elbert Alias
6c7f162c2c
Fix merge
5 years ago
Elbert Alias
a7c9591db7
Merge pull request #2812 from petskratt/master
...
fix example in npm readme.md
5 years ago
Elbert Alias
6bd86e0f4f
Merge pull request #2811 from q--/Fix_VideoJS_detection
...
Fix and improve VideoJS detection
5 years ago
Elbert Alias
45dcedddd5
Merge pull request #2810 from q--/Fix_Webtrekk_detection
...
Improve webtrekk detection
5 years ago
Elbert Alias
b9a582be3c
Merge pull request #2809 from q--/Improve_RDoc_detection
...
Detect modern RDoc versions
5 years ago
Elbert Alias
50afdb1907
Merge pull request #2808 from q--/Detect_PDF.js_version
...
Add new ways to detect PDF.js and its version
5 years ago
Elbert Alias
8d3bf0661c
Merge pull request #2806 from q--/patch-9
...
Improve Carbon Ads script pattern
5 years ago
Elbert Alias
88ea04580e
Merge pull request #2805 from Breitmann/Intershop
...
Added support for the new Intershop progressive web app
5 years ago
Elbert Alias
4a39e258f2
Merge pull request #2804 from grallc/clickfunnels
...
Better Click Funnels Detection
5 years ago
Elbert Alias
6a3f473e98
Merge pull request #2803 from kyletaylored/feature/add-wpengine
...
Update WP Engine detection
5 years ago
Elbert Alias
9ed05cdd35
Merge pull request #2802 from sudohyak/master
...
Add Zimbra
5 years ago
Elbert Alias
22ad3e05ae
Merge pull request #2801 from mbrksntrk/patch-2
...
translation improved
5 years ago
Elbert Alias
9586930a3a
Merge pull request #2800 from kyletaylored/feature/2703-wordpress-hosts
...
Add WordPress hosting
5 years ago
Elbert Alias
94549d31a5
Merge pull request #2795 from nhalstead/master
...
Added ZenDesk
5 years ago
Elbert Alias
1549dfda60
Merge branch 'master' into add-saber
5 years ago
Elbert Alias
b4da441fd9
Merge pull request #2793 from cheapsteak/master
...
Add Apollo as Javascript lib
5 years ago
Elbert Alias
afa676b6f8
Merge branch 'master' into master
5 years ago
Elbert Alias
0f3ab9baae
Merge pull request #2790 from q--/patch-7
...
Improve Symfony detection
5 years ago
Elbert Alias
2b02eec812
Merge pull request #2789 from Yen/master
...
Added Microsoft Blazor web framework detection
5 years ago
Elbert Alias
540376c99f
Merge pull request #2788 from ThewBear/patch-1
...
Add Simple Analytics
5 years ago
Elbert Alias
b693a22ec7
Merge pull request #2786 from ali11007/boomrequest
...
Add BOOM Site Builder
5 years ago
Elbert Alias
3078cb57bd
Merge pull request #2784 from DeanmvSG/master
...
Add Siteglide
5 years ago
Elbert Alias
d4ca4073ce
Merge pull request #2783 from kyletaylored/feature/2776-dark-mode-support
...
Add theme support for dark mode
5 years ago
Elbert Alias
f165f3b50a
Merge pull request #2781 from faheel/master
...
Add Common Platform Enumeration (CPE) info
5 years ago
Elbert Alias
72ca015b6b
Merge pull request #2780 from jeffjose/master
...
Update AMP icon
5 years ago
Elbert Alias
8ab957254a
Merge pull request #2778 from amirhossein693/add_sazito_phoenix
...
Add Sazito Phoenix app
5 years ago
Elbert Alias
906b28e803
Merge pull request #2777 from tiennovaon/onshop-wappalyzer
...
Onshop Wappalyzer
5 years ago
Elbert Alias
25628721da
Merge pull request #2771 from UmaMaheswariChandrabose/master
...
Apps.json file modified due to wrong detection of technologies.
5 years ago
Elbert Alias
c0b0a5f1b0
Merge pull request #2769 from lowshadow/master
...
CrossBox fix
5 years ago
Elbert Alias
3894a651cf
Merge pull request #2767 from fernandosavio/patch-3
...
Updated pt_BR translation
5 years ago
Elbert Alias
5700596c96
Merge pull request #2766 from fate0/master
...
confidence should be integer
5 years ago
Elbert Alias
2c70b55506
Merge pull request #2765 from MarcCeleiro/master
...
Added catalan language
5 years ago
Peeter Marvet
dd09bed213
fix example in npm readme.md
...
capitalization fix -
while class Wappalyzer defines “this.browser = ZombieBrowser;” its constructor returns instance of Driver, that defines “this.Browser = Browser;”
5 years ago
q--
0d7b6ac2c5
Fix and improve VideoJS detection
...
Current VideoJS versions always set a lowercase `videojs` variable.
Maybe they always have, variable names weren't case sensitive before the
transition to using `"js"` in apps.json. Still, preserving the
mixed-case name as well just in case
Also added a new `script` pattern for detection, and a fresh SVG logo
5 years ago
q--
483a1c92d9
Improve webtrekk detection
...
The variable `webtrekk` is only present on a few websites, it seems.
Adding a bunch of other Webtrekk variables to improve detection
5 years ago
q--
154f957335
Detect modern RDoc versions
...
Also updated RDoc website URL
5 years ago
q--
584a303507
Add new ways to detect PDF.js and its version
5 years ago
q--
7c40d6c8c0
Use new Laravel logo (SVG version)
...
Same as #2798 , but uses an SVG image.
Image taken from URL below and cropped, then made square again
https://github.com/laravel/art/blob/master/logo-mark/5%20svg/3%20rgb/1%20Full%20Color/laravel-mark-rgb-red.svg
5 years ago
q--
8907d94214
Improve Carbon Ads script pattern
...
Carbon Ads now uses *cdn.carbonads.com*, which isn't matched yet. This pattern will match all scripts loaded from carbonads.com and any subdomains. HTTP, HTTPS and protocol-relative URLs will match.
Not overly broad because the informational website is at carbonads**.net**
5 years ago
Nils Breitmann
4800888116
Added support for the new Intershop progressive web app
5 years ago
Corentin Grall
4fd5ad39ed
fixed Clickfunnels detection
5 years ago
Corentin Grall
eaba449d73
fixed chrome warning
5 years ago
Kyle Taylor
60b989d3a6
Update WP Engine detection
...
- Added new headers that can be detected
5 years ago
Sudoka
9dc54190e5
Add Zimbra
5 years ago
M Burak Şentürk
af84ac2e08
translation improved
...
Unchanged words and sentences, including privacy notice, are translated to Turkish. Common used abbreviations are added.
5 years ago
Kyle Taylor
b9501af6ad
Added Liquid Web
...
- #2703
5 years ago
Kyle Taylor
6a3baa8ac3
Add WordPress hosting
...
- Added Flywheel, Kinsta, Seravo, and WordPress VIP
- refer to #2703
5 years ago
Ivailo Hristov
b28ab4296d
Detect NitroPack as cache tool
5 years ago
Noah Halstead
3cf856bf95
Added ZenDesk Detect
5 years ago
tyankatsu0105
f8ce2a3c50
chore(saber): Add Saber
5 years ago
Chang Wang
c182654778
add apollo
5 years ago
Felipe Tomaz
d0f020a804
New apps icons
5 years ago
Felipe Tomaz
63e48945c4
Add new apps detection
5 years ago
q--
e2a34a63ae
Improve Symfony detection
...
Various ways to detect Symfony when it's running in debug mode
5 years ago
George Bott
8e9de1b660
Added Microsoft Blazor web framework detection
5 years ago
Thew Dhanat
eb8a9b9402
Fix typo
5 years ago
Thew Dhanat
7cc5bdb4ff
Add Simple Analytics icon
5 years ago
Thew Dhanat
96e5872ad7
Add Simple Analytics app
5 years ago
root
271e5eed0b
boom request. list of sites: https://gist.github.com/ali11007/3ba75763678a23d75c03d9ada2dd4391
5 years ago
Dean Vizer
e1265e8c2d
Add Siteglide
5 years ago
Kyle Taylor
7c1293c8e3
Change hover grey to a purple
5 years ago
Kyle Taylor
55498a22e4
Update category name hover color
5 years ago
Kyle Taylor
81d962f070
Remove added filter
5 years ago
Kyle Taylor
0264972c10
Add theme support for dark mode
...
- fixes #2776
5 years ago
Syed Faheel Ahmad
d744ec3858
Merge branch 'master' into master
5 years ago
Syed Faheel Ahmad
5dc6578b7f
Add Common Platform Enumeration (CPE) info
5 years ago
Jeffrey Jose
010442456e
Update AMP icon
5 years ago
Amirhossein
c3e8ccb61b
Add Sazito Phoenix app
5 years ago
TienHM
b10e3bc01b
Onshop Wappalyzer
5 years ago
Elbert Alias
0d714bc347
Add ClickFunnels detections, update Liferay logo
5 years ago
UmaMaheswariChandrabose
53c7019e46
non-capturing regex issue.
5 years ago
UmaMaheswariChandrabose
7644033cc3
capture groups removed.
5 years ago
UmaMaheswariChandrabose
94a18b6815
expression modified.
5 years ago
UmaMaheswariChandrabose
6f2d1efd4b
App.json file modified due to wrong detection of technologies.
5 years ago
StarsOnly
d45639d95a
CrossBox fix
5 years ago
StarsOnly
9530eedaf5
CrossBox fix
5 years ago
Fernando Sávio
23ac166424
Updated pt_BR webextension translation
...
- Fixed missing translations
- Capitalized all strings (some were capitalize and others lower case)
5 years ago
fate0
c488ce7ce3
confidence should be integer
5 years ago
Marc Celeiro
2ee9e5d65c
Added catalan language
5 years ago
Elbert Alias
4f1d8f41e7
Fix regex
5 years ago
Elbert Alias
5088374314
Merge pull request #2763 from noorhammad/whooshkaa
...
Add Whooshkaa podcast player to Widgets category
5 years ago
Elbert Alias
36d30acd6d
Merge branch 'master' into sapper
5 years ago
Elbert Alias
d588fbe54e
Merge pull request #2758 from UmaMaheswariChandrabose/master
...
Revised HTML pattern for detecting Syncfusion
5 years ago
Elbert Alias
d245626da1
Merge pull request #2754 from tgiordmaina/master
...
Add Avasize, sizing tools for e-commerce
5 years ago
Elbert Alias
ec8bea58af
Merge pull request #2753 from kyletaylored/feature/2745-add-orocommerce
...
Add OroCommerce
5 years ago
Elbert Alias
8978fdf826
Merge pull request #2752 from roadiz/master
...
Add Scenari website generator built on Roadiz CMS (updated regex).
5 years ago
Elbert Alias
2a58f0fd71
Merge pull request #2751 from alexandregz/master
...
Added galician language
5 years ago
Elbert Alias
be603110cf
Merge pull request #2750 from praisedpk/master
...
Added CDN: PageCDN
5 years ago
Elbert Alias
5beb75e51f
Merge pull request #2749 from illes/gemius
...
Adding EMEA analytics provider Gemius
5 years ago
Elbert Alias
f5cf36076e
Merge pull request #2748 from illes/adverticum
...
Adding top Hungarian ad-network "Adverticum"
5 years ago
Elbert Alias
1448fa6091
Merge pull request #2747 from siuu/master
...
add Tencent Waterproof Wall
5 years ago
Elbert Alias
bb6d4482f4
Merge pull request #2744 from fabe/master
...
Add Webflow.
5 years ago
Elbert Alias
b5733b8917
Merge pull request #2740 from mheuer/arc
...
Adding Arc Publishing to Technologies
5 years ago
Elbert Alias
86c3708dee
Merge pull request #2739 from GuiguiWeb/master
...
Add MemberStack
5 years ago
Elbert Alias
f559b8ef94
Merge pull request #2738 from osben/patch-1
...
add npm @sentry/browser
5 years ago
Elbert Alias
2eb515ed27
Merge pull request #2737 from jvoisin/improve_fontawesome_detection
...
Improve fontawesome detection
5 years ago
Elbert Alias
6ab6352902
Merge pull request #2736 from jvoisin/add_openbsdhttpd
...
Add detection for OpenBSD's httpd
5 years ago
Elbert Alias
e8f096444a
Merge pull request #2734 from simonecicognani/fix-matomo
...
fix matomo
5 years ago
Elbert Alias
74d493ef93
Merge pull request #2733 from sostanza/master
...
Increased script recognition - LiveHelp
5 years ago
Jose Sachs
ef2da6778e
Adds Sapper, Fixed Svelte detection in some cases
5 years ago
Noor Hammad
f4fa5ffbb8
Add Whooshkaa podcast player to Widgets category
5 years ago
Hamid Sarfraz
bcea7febfe
Update apps.json
5 years ago
Uma Maheswari Chandrabose
15bfe7b843
Merge branch 'master' into master
5 years ago
UmaMaheswariChandrabose
62e3ae2ca1
Revised HTML pattern for detecting Syncfusion.
5 years ago
Thomas Giordmaina
d17ee3222f
Adding new widget application : Avasize, sizing tools for e-commerce
5 years ago
Kyle Taylor
3dd7aa82d7
Add OroCommerce
...
- fixes #2745
5 years ago
Ambroise Maupate
53e9a2d88c
Switch to non-capturing groups
5 years ago
Ambroise Maupate
ca85a8525b
Adds Scenari website generator built on Roadiz CMS (updated regex).
5 years ago
Alexandre Espinosa Menor
65f000a286
Added galician language
5 years ago
Hamid Sarfraz
181503f8ec
Add files via upload
5 years ago
Hamid Sarfraz
759f79393e
Delete pagecdn.png
5 years ago
Hamid Sarfraz
6881047bf3
Update apps.json
5 years ago
Hamid Sarfraz
86b70f5f00
Add files via upload
5 years ago
Illes Solt
16e27a8e21
Adding EMEA ad-server Gemius AdOcean
...
Company website (https://adocean-global.com/en/ ) claims:
- "We display ad campaigns in 20 countries"
- "We work with over 10 000 ad campaigns each month"
- "AdOcean displays over 30 billion ads each month"
Example sites using Gemius AdOcean:
- http://b92.net
- http://blic.rs
- http://vijesti.ba
- http://otomoto.pl
- http://go4it.ro
- http://straightfromthea.com
- http://tvp.pl
- http://indavideo.hu
- http://depo.ua
- http://mediafax.ro
5 years ago
Illes Solt
b62da4431f
Adding EMEA analytics provider Gemius
...
Gemius' CrunchBase profile (https://www.crunchbase.com/organization/gemius ):
- website: https://www.gemius.com/homepage.html
- "international research agency"
- "expanded across the EMEA region and is now currently operating in more than twenty markets"
Example sites using Gemius:
- http://gemius.pl
- http://delfi.lt
- http://seznam.cz
- http://inbox.lv
- http://tsn.ua
- http://novinky.cz
- http://tvn24.pl
- http://24sata.hr
- http://sports.ru
- http://b92.net
5 years ago
Illes Solt
5605743b08
Adding top Hungarian ad-network "Adverticum"
...
See company profile at https://www.crunchbase.com/organization/adverticum
- "Hungary’s market leader ad serving solution"
- "serves 16 billion ads a month"
Examples sites using adverticum.net services:
- http://index.hu
- http://origo.hu
- http://startlap.hu
- http://vatera.hu
- http://hvg.hu
- http://hasznaltauto.hu
- http://hirado.hu
- http://mediaklikk.hu
- http://888.hu
- http://plt.hu
- http://gmedia.hu
- http://oglasnik.hr
5 years ago
xiaochuanzhi
52f094ef5c
fix Incompatible types. Required: number.
5 years ago
xiaochuanzhi
da3ec67585
add Tencent Waterproof Wall
5 years ago
Fabian Schultz
3c6b9f96b7
Add Webflow.
5 years ago
Marco Heuer
0a21e8606d
Adding Arc Publishing to Technologies
5 years ago
Guillaume Douceron
1a5c638407
Add MemberStack
5 years ago
Guillaume Douceron
c827d64b88
Add MemberStack
5 years ago
Evgeniy
315fe974d8
add npm @sentry/browser
...
src 8e08b297d3/packages/utils/src/logger.ts (L61)
5 years ago
jvoisin
ff6d4dd66d
Improve fontawesome detection
...
Check the [documentation](https://fontawesome.com/how-to-use/on-the-web/setup/upgrading-from-version-4 )
for details.
5 years ago
jvoisin
6e3e8475bf
Add detection for OpenBSD's httpd
5 years ago
Simone Cicognani
66619da936
fix matomo
5 years ago
Marco Milesi
6e2f0d071e
Increased script recognition
...
Changed from script mode to JS function because of LiveHelp changes
5 years ago
Brandon Morrison
5fb6c26024
Merge branch 'master' of github.com:AliasIO/Wappalyzer into feature/chorus-detection
5 years ago
Brandon Morrison
7a4f1c7343
Add Chorus logo
5 years ago
Elbert Alias
e856dd42a6
Update Dockerfile
5 years ago
Elbert Alias
199b22739c
Build 5.8.3
5 years ago
Elbert Alias
a659eaee4f
Dont follow rel="nofollow" links in NPM driver
5 years ago
Elbert Alias
8e193e89fc
Fix failing tests
5 years ago
Elbert Alias
5b7e8cef28
Update Sentry
5 years ago
Elbert Alias
90d58db626
Merge pull request #2731 from DanShappir/master
...
Improved Wix identification
5 years ago
Elbert Alias
fe97f0c0e9
Merge pull request #2730 from brohlson/patch-1
...
Update styled-components identification on injected CSS
5 years ago
Elbert Alias
65db43295e
Merge pull request #2729 from manniL/patch-1
...
chore: update Nuxt logo
5 years ago
Elbert Alias
877e231c12
Merge pull request #2728 from kyletaylored/feature/2680-ant-vue-react-collision
...
Remove collision between Ant Design (React vs Vue)
5 years ago
Elbert Alias
1b9318d3df
Merge pull request #2727 from kyletaylored/feature/2694-cannot-read-prop-match
...
Check for HTMLAnchorElement properties on links
5 years ago
Elbert Alias
8d64dda510
Merge pull request #2724 from ruibaby/master
...
Update Halo
5 years ago
Elbert Alias
f0bcf33958
Merge pull request #2722 from AmirBitaraf/feature/derak-cloud
...
Add Derak.Cloud CDN & Cloud Services
5 years ago
Elbert Alias
54fa01fd19
Merge pull request #2721 from pbakaus/patch-1
...
Make AMP detection slightly more robust
5 years ago
Elbert Alias
5600270f25
Merge pull request #2713 from westonruter/add/amp-plugin
...
Add official AMP plugin for WordPress
5 years ago
DanShappir
f44f20f036
Improved Wix identification
5 years ago
Chase Ohlson
73b1846596
Update styled-components identification on injected CSS
...
Noticed styled hasn't been being registered on most of the projects I use it on.
Example:
`/* sc-component-id: sc-1v848in-0 */`
5 years ago
Alexander Lichter
b8c10e3e97
chore: update Nuxt logo
5 years ago
Kyle Taylor
c04daf298d
Remove collision between Ant Design (React vs Vue)
...
- There’s no defining characteristic to determine whether Ant Design is React or Vue, so it’s best to check those on their own fingerprints and leave Ant by itself.
- fixes #2680
5 years ago
Kyle Taylor
6353a8d1a1
Check for HTMLAnchorElement properties on links
...
- Also check in the case when results are undefined or not of array type
- Only logs error and skips. Throw Error/Catch returns no data
- fixes #2694
5 years ago
Brandon Morrison
3353ea5737
Add Chorus fingerprinting to apps.json
5 years ago
Weston Ruter
bd02405e98
Eliminate additional capture groups from AMP plugin regex
5 years ago
ruibaby
6f1b34b026
Update Halo
5 years ago
Amir Bitaraf
a4ed5575ef
Add Derak.Cloud CDN & Cloud Services
5 years ago
Paul Bakaus
2b3d7bb3fe
Make AMP detection slightly more robust
...
The AMP detection causes false positives with sites that didn't have the amp attribute in the `<html>` tag, but loaded an AMP related script, as AMP's JS adds dynamic amp-* attributes to the `<html>`.
This also updates our name (now just AMP), and the website (now amp.dev).
5 years ago
Weston Ruter
4609b6f1d0
Add capture group for experiences; name the groups
5 years ago
Elbert Alias
945e5fde5a
Merge pull request #2698 from shaunpud/master
...
Added CrossBox
5 years ago
Elbert Alias
46ec325952
Merge pull request #2718 from t-kelly/update-shopify-detection
...
Update detection for Shopify storefronts
5 years ago
Elbert Alias
0d0e78d77a
Merge pull request #2717 from helaan/patch-1
...
Update Doxygen homepage
5 years ago
Elbert Alias
b3d258c85b
Merge pull request #2716 from brunojdo/master
...
Add more cookies to identify VTEX
5 years ago
Elbert Alias
a159cdef65
Merge pull request #2712 from godanny86/aem-updates
...
updated criteria for detecting Adobe Experience Manager sites
5 years ago
Elbert Alias
2c7bb5cb25
Merge pull request #2709 from wpCache/master
...
Update wpCache.png
5 years ago
Elbert Alias
ed17646310
Merge pull request #2704 from wp-statistics/master
...
Update category ID for WP-Statistics
5 years ago
Elbert Alias
3607448ca0
Merge pull request #2705 from Fuchur84/patch-1
...
Update apps.json: Add wisyCMS
5 years ago
Elbert Alias
d39b31a0da
Merge pull request #2702 from andrelimasson/master
...
Added Yepcomm
5 years ago
Elbert Alias
311064d9f6
Merge pull request #2700 from RobiNN1/master
...
Update PHP-Fusion.png
5 years ago
Elbert Alias
670bf33314
Merge pull request #2699 from simonecicognani/add-backpack
...
Add Laravel Backpack Admin Panel
5 years ago
Elbert Alias
7788af564d
Merge pull request #2697 from Mozhdeh-d/master
...
Request to Add Pingoteam CMS
5 years ago
Elbert Alias
f7533dcf7a
Merge pull request #2696 from jskull/master
...
Added RX Web Server
5 years ago
Elbert Alias
9b7446908c
Merge pull request #2692 from UmaMaheswariChandrabose/master
...
Request to add Syncfusion
5 years ago
Elbert Alias
ca09027c26
Merge pull request #2691 from brownsugar/master
...
Update zh_TW translation
5 years ago
Elbert Alias
3e9a239029
Merge pull request #2689 from Yofial/apigee
...
add apigee
5 years ago
Elbert Alias
5a240f212d
Merge pull request #2688 from pcooney10/master
...
add svelte
5 years ago
t-kelly
7613a48441
Update detection for Shopify storefronts
6 years ago
Henk van der Laan
8ed0cf2b51
Update Doxygen homepage
...
Because the previous hoster decided to disband itself, Doxygen moved to its own domain. Site linked on https://github.com/doxygen/doxygen
6 years ago
Bruno Dias
4cef60c30c
Add more cookies to identify VTEX
6 years ago
Weston Ruter
9d53d13206
Add capture groups for plugin version and (optionally) mode
6 years ago
Weston Ruter
12234b397e
Replace category 11 (Blogs) with category 5 (Widgets)
6 years ago
Weston Ruter
0e4c4a4323
Add detection of WordPress AMP plugin
6 years ago
Weston Ruter
ebc3de7558
Remove AMP-specific class name from WordPress detection
6 years ago
Daniel Gordon
363672e844
updated criteria for detecting Adobe Experience Manager sites
6 years ago
wpCache
eb25dee2b9
Add files via upload
6 years ago
Fuchur84
02130a72dd
Add files via upload
6 years ago
Fuchur84
0da025dbe3
Update apps.json
6 years ago
Fuchur84
c3cdef0345
Update apps.json
6 years ago
Fuchur84
fcd2dfcaf7
Update apps.json
6 years ago
Mostafa Soufi
cda42cbc5c
Update apps.json
6 years ago
Fuchur84
f07abaa3d8
Update apps.json: Add wisyCMS
...
wisyCMS is a content mangement system used for instance for the following websites:
https://www.3we.de
https://www.acandis.com
https://www.buendnis-familie-bruchsal.de
https://chantalsauvant.de
https://www.design317.de
https://www.hash.com
https://www.heisenberg-gymnasium.de
https://www.patchwork3d.de
https://www.stadtwerke-bruchsal.de
https://www.targomed.de
https://www.vbi-bw.de
etc.
6 years ago
Andre Masson
35613c7cc8
Added Yepcomm
6 years ago
Andre Masson
520f2745f2
Added Yepcomm
6 years ago
Andre Masson
a04056e408
Added Yepcomm
6 years ago
robinn1
c37eb8b619
Update PHP-Fusion.png
6 years ago
Simone Cicognani
9789c03600
Add Laravel Backpack Admin Panel
6 years ago
ROOT\umamaheswaric
d1c58fbcc7
Modified the name "Syncfusion" to "Essential JS 2".
6 years ago
shaunpud
eefc14838f
Added CrossBox
6 years ago
pingoteam
44f4bd2308
add pingoteam cms
6 years ago
Jan Rokita
decfd5e1c6
Added RX Web Server
6 years ago
ROOT\umamaheswaric
9b815ba8fe
Group structure changed.
6 years ago
ROOT\umamaheswaric
8e54163345
Regex expression modified.
6 years ago
ROOT\umamaheswaric
daeac8c5db
Added Syncfusion.
6 years ago
Lay
60a3e01451
Update messages.json
6 years ago
Yoel Fialkoff
aa0ea0768e
add apigee
6 years ago
Patrick Cooney
70274bef53
add svelte
6 years ago
Goudarz Jafari
67f94a4c71
Fix Persian Language
6 years ago
Elbert Alias
47c1c22712
Build 5.8.2
6 years ago
Elbert Alias
b5daca857e
Merge pull request #2678 from larryisthere/master
...
Add Analysys Ark, GrowingIO, SensorsData
6 years ago
Elbert Alias
ae6bfc42da
Merge pull request #2682 from sangnguyenplus/master
...
Add Botble CMS
6 years ago
Elbert Alias
78a9fa5fbd
Merge branch 'master' of github.com:AliasIO/Wappalyzer
6 years ago
Elbert Alias
3a9e6059e7
Fix merge
6 years ago
Elbert Alias
fd2c980c70
Merge pull request #2684 from kyletaylored/feature/update-azure-detection
...
Update Azure detection / add Kestrel web server
6 years ago
Kyle Taylor
04e48490b5
Add Kestrel web server and other cookie
...
- Detect TipMix, which is kind of a hidden cookie specific to Azure websites.
- Add Kestrel Web Server, which is bundled into .NET Core
https://social.msdn.microsoft.com/Forums/azure/en-US/d30091d6-3004-47e4-8764-e16f98b60bb5/removing-tipmix-cookie-or-disabling-quottesting-in-productionquot-on-azure-websites
6 years ago
Kyle Taylor
79f640692d
Add additional cookie detection for Azure
...
Some applications hosted on Azure utilize a cookie called ARRAffinity (Application Request Routing IIS Extension)
https://blogs.msdn.microsoft.com/devschool/2015/06/19/azure-arraffinity-makes-affinity-cookies/
6 years ago
Peter
6476c99034
Changes for identifying CloudCart application - from CloudCart LLC to CloudCart
6 years ago
Sang Nguyen
b693cf90e8
Add Botble CMS
6 years ago
Larry Zhang
52be353065
improve rules for sensors data
6 years ago
Larry Zhang
b1e309e82c
Add 3 more applications
6 years ago
Elbert Alias
41cfcceb22
Merge pull request #2667 from kyletaylored/feature/add-tessitura
...
Add Tessitura / TNEW
6 years ago
Elbert Alias
3584fb2234
Merge pull request #2668 from kyletaylored/feature/2650-fix-opencart-regex
...
Fix OpenCart false positive
6 years ago
Elbert Alias
021a4b24e7
Merge pull request #2669 from kyletaylored/feature/2578-update-elementor-cat
...
Update Elementor categories
6 years ago
Elbert Alias
63d7fececa
Merge pull request #2671 from kyletaylored/feature/2670-update-acquia
...
Update Acquia metadata
6 years ago
Kyle Taylor
590cce102f
Remove MySQL from implies list for Maria/Percona
6 years ago
Kyle Taylor
44b8019901
Add MariaDB to Pantheon
6 years ago
Kyle Taylor
c615fc7703
Adding MariaDB and PerconaDB
...
MariaDB and Percona (DB) are both forks of the popular MySQL database. They are often used as more performant, open source alternatives to MySQL especially for managed hosting platforms. They’re also sponsored and used by corporate tech companies like Microsoft, IBM, Tencent, Alibaba, RedHat, and others.
- https://mariadb.com
- https://www.percona.com
- https://github.com/percona
- https://github.com/MariaDB/server
- https://docs.acquia.com/acquia-cloud/arch/tech-platform
- https://pantheon.io/blog/using-mariadb-mysql-replacement
Also added reference for Pantheon platform.
Refer to #2670 , #2671
6 years ago
Kyle Taylor
f1fb24d86b
Update Acquia metadata
...
- Change category to PaaS
- Add Apache, Percona, and Amazon EC2 to implies based on their architecture page.
fixes #2670
6 years ago
Kyle Taylor
2aa69d2a07
Update Elementor categories
...
Elementor isn’t a blog or CMS, it’s a plugin for WordPress and only a landing page builder.
fixes #2578
6 years ago
Kyle Taylor
57c4bfb8b0
Fix OpenCart false positive
...
fixes #2650
6 years ago
Kyle Taylor
f30bcdcecc
Check specifically in HTML comment for Tessitura version
6 years ago
Kyle Taylor
d75a8a9f1a
Remove duplicate cookie
6 years ago
Kyle Taylor
a86ff3c01d
Add Tessitura / TNEW
...
Tessitura is a widely used CRM and ticketing management platform for museums, performing arts, zoos, and other cultural and art based institutions around the world. TN Express Web (TNEW) is their companion CMS solution that utilizes the Tessitura API for backend management.
- https://www.tessituranetwork.com
- https://tickets.bclm.com
- https://www.thesmithcenter.com
- https://www.mountvernon.org
- https://www.coloradoballet.org
- https://my.hampsteadtheatre.com
- https://www.alleytheatre.org
6 years ago
Elbert Alias
84e6351174
Merge branch 'master' of github.com:AliasIO/Wappalyzer
6 years ago
Elbert Alias
29cd3afd8e
Update Farsi locale
6 years ago
Elbert Alias
5e9a19d3dd
Merge pull request #2665 from kyletaylored/feature/add-platform-sh-detection
...
Add Platform.sh
6 years ago
Elbert Alias
fef1919e7b
Merge pull request #2662 from kyletaylored/feature/update-wp-rocket
...
WP Rocket - Add Rocket Nginx bypass header detection
6 years ago
Elbert Alias
c1286e664c
Merge pull request #2660 from kyletaylored/feature/add-wpengine
...
Add WP Engine
6 years ago
Elbert Alias
ec01df050b
Merge pull request #2659 from kyletaylored/feature/add-Azure-detection
...
Add Azure detection
6 years ago
Elbert Alias
c27bd7a576
Merge pull request #2658 from kyletaylored/feature/add-Pantheon-detection
...
Add Pantheon detection
6 years ago
Elbert Alias
2eaa195a9e
Merge pull request #2656 from kyletaylored/feature/2655-fix-allinone-url
...
Update All-in-One SEO url
6 years ago
Elbert Alias
ccdda18b50
Merge pull request #2653 from kaanklky/master
...
Add Countly
6 years ago
Elbert Alias
75070bb152
Merge pull request #2652 from NickStees/master
...
Adding Gridsome
6 years ago
Elbert Alias
fcc290d398
Merge pull request #2642 from glin/add-shiny
...
Add Shiny
6 years ago
Kyle Taylor
d794c09302
Update WPEngine’s category
...
WPEngine uses Nginx or Apache as the Web Server, but it itself is a PaaS.
6 years ago
Kyle Taylor
e975c1e2cc
Updating Azure’s category
...
Change Azure’s category to PaaS since it’s not just a Web Server.
6 years ago
Kyle Taylor
5e81ed1c63
Update Pantheon’s category
...
Better defined as PaaS rather than a web server.
6 years ago
Kyle Taylor
b6763314ec
Add Platform.sh
...
Platform.sh is a cloud PaaS provider for application hosting (similar to Heroku, Now, Acquia, Pantheon, and others) who is currently the dedicated hosting partner for Magento Commerce Cloud (aka Magento Enterprise). Platform.sh utilizes AWS and Microsoft Azure as their infrastructure backbone, but it’s difficult to imply either since it seems to be based on region.
- https://platform.sh
- https://github.com/platformsh
- https://www.britishcouncil.us
- https://www.centarro.io
- https://commerceguys.com
- https://drupalcommerce.org
- https://www.rossignol.com/us
- https://egoshoes.com
- https://www.ospreylondon.com
Most sites running Magento Commerce Cloud will be running on Platform.sh.
https://magento.com/case-studies?product=magento-commerce-cloud
6 years ago
Kyle Taylor
9eed0a3be3
Detect from beginning of string
6 years ago
Kyle Taylor
63a85b3b66
WP Rocket - Add Rocket Nginx bypass header detection
...
If a server configuration is using the rocket-nginx configuration, we can use this as an alternative fingerprint detection.
https://github.com/maximejobin/rocket-nginx
fixes #2661
6 years ago
Kyle Taylor
2cd6bc03ef
Add WP Engine
...
WP Engine is a popular hosting platform for WordPress sites of all sizes.
- https://wpengine.com
- https://github.com/wpengine
- https://developer.amd.com
- https://studentloanhero.com
- https://www.hydroxycut.com
- https://bambooclothing.co.uk
- https://www.sendcloud.com
- https://www.healthloop.com
- https://clipchamp.com
- https://nzdigital.co.nz
- https://cmaawards.com
WP Engine adds a unique header called “wpe-backed” that we can use for fingerprinting.
6 years ago
Kyle Taylor
30671378e4
Add Azure detection
...
- Add Azure specifically, some headers are exposed
- Add Azure CDN (by Verizon) that has specific headers from their documentation.
https://docs.microsoft.com/en-us/azure/cdn/cdn-verizon-http-headers
6 years ago
Kyle Taylor
4cf9be55a7
Add Pantheon detection
6 years ago
Kyle Taylor
0c863a8561
Update All-in-One SEO url
...
fixes #2655
6 years ago
Nicholas Stees
563348b73c
Suggestions by jvoisin
6 years ago
Nicholas Stees
65b6c7b5ba
Adding implies vue and carrot to regex
6 years ago
Kaan Kölköy
cdd5c7d5e9
Add Countly logo
6 years ago
Kaan Kölköy
3232353263
Add Countly to apps
6 years ago
Nicholas Stees
4a4bb0bc5b
Adding Gridsome
6 years ago
Greg Lin
ccfa16f2ba
More specific JS pattern for Shiny
6 years ago
Greg Lin
a811824d8e
Add Shiny
6 years ago
serderovsh
5286b9689e
update iEXExchanger
6 years ago
Elbert Alias
1cca98b405
Build v5.7.4
6 years ago
Elbert Alias
e82ae795e5
Merge pull request #2535 from thivalle/patch-2
...
Update apps.json
6 years ago
Elbert Alias
e9f099ed9c
Merge pull request #2633 from serderovsh/patch-1
...
Update apps.json
6 years ago
Elbert Alias
4290bca3ee
Merge pull request #2640 from Combeenation/master
...
Add Combeenation
6 years ago
Elbert Alias
9e3937bbcb
Merge pull request #2637 from J0N4S13/patch-2
...
Update language PT-PT
6 years ago
Elbert Alias
74033e8607
Merge pull request #2636 from th0rgall/localfocus
...
Add LocalFocus
6 years ago
Elbert Alias
72eee84664
Merge pull request #2630 from Yofial/openzipkin
...
add zipkin
6 years ago
Elbert Alias
37e4494ab2
Merge pull request #2629 from Jinnie/master
...
Add Clarity
6 years ago
Elbert Alias
a9505e1be2
Merge pull request #2627 from gnowland/PhotoShelter
...
Add PhotoShelter
6 years ago
Elbert Alias
8c39a26fa2
Merge pull request #2625 from lucasecdb/vtex-io
...
Add VTEX IO support
6 years ago
Elbert Alias
956b332f8f
Merge pull request #2623 from Yofial/bigip
...
add F5 BigIP
6 years ago
Elbert Alias
9937364e8f
Merge pull request #2622 from castilloandres/double-escape
...
Fix script URL technology detection
6 years ago
Elbert Alias
93211cc3a0
Merge pull request #2621 from sangnguyenplus/master
...
Fix Botble CMS's version detection
6 years ago
Elbert Alias
6822379574
Merge pull request #2618 from Yofial/master
...
added load balancer and reverse proxy categories
6 years ago
Elbert Alias
1b36c086aa
Merge pull request #2617 from bestirani2/master
...
Icon for webzi
6 years ago
Elbert Alias
401f19a213
Merge pull request #2612 from bestirani2/patch-3
...
Add webzi site builder
6 years ago
Elbert Alias
5406c05a04
Merge pull request #2536 from thivalle/patch-1
...
Create bigbangshop.svg
6 years ago
Elbert Alias
f01242ce1a
Merge pull request #2628 from gnowland/remove-UserEngage-image
...
Remove stray UserEngage.png file
6 years ago
Patrick Ecker
627b323aa8
Add Combeenation
6 years ago
Patrick Ecker
8bd68c788c
Add Combeenation
6 years ago
J0N4S
3ac6e424a4
Update language PT-PT
6 years ago
Thor Galle
6b3cca8e41
Add LocalFocus
6 years ago
Elbert Alias
93ddace370
Use ports for messaging
6 years ago
Shamsudin
642f36a1e8
Update apps.json
6 years ago
Shamsudin
7c2357ae3d
Update apps.json
6 years ago
Yoel Fialkoff
70964488e6
add zipkin
6 years ago
Ivan Donchev
21cae17173
[clarity] move line to script section
6 years ago
Ivan Donchev
37d137b739
Add Clarity
6 years ago
Gifford Nowland
0c4da0881a
Remove UserEngage.png (supplanted by user.com.svg)
6 years ago