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 |