q--
aa72ab08c4
Fix invalid JSON ( #1844 )
...
apps.json got broken in 8a166daa9
8 years ago
Gijs Boddeus
dbe42b62f9
Add Afosto Ecommerce software ( #1841 )
...
* added afosto to apps.js
added afosto to the apps list
* add icon
added afosto icon to icons directory
* capitalize icon name
* capitalize icon reference
* fix travis error: trailing comma
* edit url to https
* added implies php
* remove Twitter reference
* revert
accindentaly merged bootstrap naming on master
* fix error
8 years ago
q--
fdbd5b5cd9
More SVG icons ( #1834 )
...
* Replace Dell icon with SVG version
* Use SVG icon for Darwin
* Use correct icon for iWeb
* Use SVG icon for Git
* Use SVG icon for Outlook Web App
* Use SVG icon for PayPal
* Use new (SVG) logo for LiteSpeed
* Replace Modernizr logo with new (SVG) version
8 years ago
q--
2ba532031c
Add Microsoft Publisher and PowerPoint ( #1833 )
...
* Add Microsoft Publisher
* Add Microsoft PowerPoint
8 years ago
q--
3c707bd423
Low confidence for 2-character environment variables ( #1831 )
...
These can be automatically generated by the Google Closure Compiler
(which will, if configured, replace global variables with auto-generated
ones such as aa, ab, ac et cetera.) Hence, they are a less reliable
indication that a library which would also set said variable is present.
8 years ago
Elbert Alias
3edafbc757
Merge branch 'master' of github.com:AliasIO/Wappalyzer
8 years ago
Elbert Alias
8a166daa96
Fix Shopware pattern
8 years ago
Shaun B
43448d4366
Added SeamlessCMS ( #1828 )
...
* Added SeamlessCMS
* Fixed json escaping
8 years ago
jvoisin
7790c29e51
Add detection of Prism ( #1825 )
...
This can be tested on its [official website](http://prismjs.com/ ), and on [this blog](http://matthewturland.com/2014/03/29/ledger-basics-and-habits/ )
8 years ago
jvoisin
dcce776156
Improve a bit ikiwiki detection ( #1824 )
...
* Improve a bit ikiwiki detection
This can be verified
[here](http://blog.spang.cc/posts/hledger_rocks_my_world/ ). Apparently
people may put ikiwiki in the good ol' `/cgi-bin` folder instead of the
root of their website. This makes sense, since ikiwiki is a big pile of
Perl.
* Fix a typo
8 years ago
Elbert Alias
e9b6e110cc
Add Braintree payment processor
8 years ago
Camille Barneaud
5ae47cc9c6
Add JSEcoin, Crypto-Loot & ProjectPoi ( #1820 )
...
* Enable multiple header with same name
Enable multiple header with same name for WebExtension driver
* Enable multiple header with same name
Enable multiple header with same name for Bookmarklet driver
* Enable multiple header with same name
Enable multiple header with same name for the NPM driver
* Enable multiple headers with the same name
* Get scripts via DOM (WebExtension)
* Get scripts via DOM (Bookmarklet)
* Get scripts via DOM
* Get scripts via DOM (NPM)
* Add JSEcoin, Crypto-Loot & ProjectPoi
Add pattern to detect cryptominers
* Add JSEcoin, Crypto-Loot & ProjectPoi icons
8 years ago
q--
405a7b740a
Add Word and Excel detection ( #1818 )
...
* Add new FrontPage pattern and remove too broad one
The removed rule would match all MS Office generated web pages (such as
those generated by Word and Excel), not just FrontPage.
* Add Microsoft Word
* Add Microsoft Excel
8 years ago
jvoisin
9c1e5ecd75
Improve a bit some regexp ( #1804 )
...
* Improve a bit some regexp
- Prepend `^` when possible
- Append `$` when possible
Those changes have been tested on official websites of changed
technologies.
* Relax the Apache detection
8 years ago
Fernando Poumian
72760596f6
Add Gatsby.js ( #1816 )
8 years ago
q--
ad10bb3e7e
Fix Now false positves ( #1813 )
...
Fixes #1793
8 years ago
jvoisin
0de9002cb5
Add a way to fingerprint bitbucket version. ( #1810 )
...
Sorry, I don't have a publicly exposed version to provide a showcase,
but here is the relevant snippet:
```html
/></span></span><a href="/projects/IN" title="CLIENT" data-project-id="1">CLIENT</a></span><span class="repository-name"><a href="/projects/IN/repos/testjenk/browse" data-repository-id="2">testJenk</a></span></td></tr></tbody></table></section><!-- .aui-page-panel-content --></div><!-- .aui-page-panel-inner --></div><!-- .aui-page-panel --></section><!-- End #content --><!-- Start #footer --><footer id="footer" role="contentinfo"><section class="notifications"></section><section class="footer-body"><ul><li data-key="footer.license.free.eval">Git repository management powered by a free <a href="http://www.atlassian.com/software/bitbucket/ ">Atlassian Bitbucket</a> evaluation license</li></ul><ul><li>Atlassian Bitbucket <span title="9d5666b3b525f078f32c5b9a9c9a75f382c5269c" id="product-version" data-commitid="9d5666b3b525f078f32c5b9a9c9a75f382c5269c" data-system-build-number="9d5666b"> v5.4.0</span></li><li data-key="footer.links.documentation"><a href="http://docs.atlassian.com/bitbucketserver/docs-054/Bitbucket+Server+documentation?utm_campaign=in-app-help&utm_medium=in-app-help&utm_source=stash " target="_blank">Documentation</a></li><li data-key="footer.links.contact.support"><a href="https://support.atlassian.com/contact " target="_blank">Contact Support</a></li><li data-key="footer.links.jac"><a href="https://jira.atlassian.com/browse/BSERV " target="_blank">Request a feature</a></li><li data-key="footer.links.about"><a href="/about">About</a></li><li data-key="footer.links.contact.atlassian"><a href="http://www.atlassian.com/company/contact/ " target="_blank">Contact Atlassian</a></li></ul><div id="footer-logo"><a href="http://www.atlassian.com/ " target="_blank">Atlassian</a></div></section></footer><!-- End #footer --></div><script>require('bitbucket/internal/layout/base/base').onReady(null, "Bitbucket" ); require('bitbucket/internal/widget/keyboard-shortcuts/keyboard-shortcuts').onReady();</script><script>require('bitbucket/internal/page/global-repository-list/global-repository-list').onReady('#repositories-table');</script></body></html>
```
8 years ago
q--
b02ca9ab34
Detect newer versions of Sails.js ( #1806 )
...
Newer Sails.js versions send the header
x-powered-by: Sails <sailsjs.org>
instead of
x-powered-by: Sails
8 years ago
jvoisin
f984e594d3
Fix a typo on IMpressCMS matching ( #1803 )
...
This can be verified on the official website: impresscms.org
8 years ago
jvoisin
30d14d4ed4
Add yet another way to detect magento ( #1801 )
...
* Add yet another way to detect magento
Magento is using `<script type=\"text/x-magento-init\">` to do fancy
javascript stuff, à la angular.
* Unfuck indentation
8 years ago
Denis Duliçi
77c867a48f
Add Akaunting ( #1764 )
...
* add Akaunting
* json formatting
* update header
* added html tag
* fixed link
* changed header
8 years ago
jvoisin
850c48d8ea
Removal of non-used technologies ( #1811 )
...
* Remove the Asymptix framework
* Remove Vinala
* Remove xui
- The website is dead
- The github repo (https://github.com/xui/xuijs.com ) has 15 stars and
hasn't been updated in 5 years
* Remove icons
8 years ago
Elbert Alias
ce44002026
Merge pull request #1795 from AlexByte/improve-cherokee
...
Improve Cherokee detection
8 years ago
AlexByte
9eaf963f30
Improve Cherokee detection
8 years ago
Santiago Bartesaghi
4db48333eb
Update Crazy Egg script regex
8 years ago
Elbert Alias
36c45a6352
Merge pull request #1791 from jvoisin/version_detection_smf
...
Implement version detection for SMF
8 years ago
Elbert Alias
f5348a0ac7
Merge pull request #1790 from q--/Add_Fingerprintjs
...
Add Fingerprintjs
8 years ago
Elbert Alias
b3e5073de0
Merge pull request #1788 from youhackme/master
...
Replace Joomla&Prestashop png icon to svg
8 years ago
Elbert Alias
4cc626cf4d
Merge pull request #1787 from mattcoady/unbounce-embed-script
...
Unbounce Embed Script
8 years ago
Elbert Alias
3a5d676acd
Merge pull request #1786 from anetwork/master
...
Added anetwork
8 years ago
Elbert Alias
a1cdaa195e
Merge pull request #1784 from faustinoaq/add-amber
...
Add Amber
8 years ago
Elbert Alias
49d6a2cc43
Merge pull request #1778 from lets-blade/master
...
Add Blade
8 years ago
Elbert Alias
527256e05d
Merge pull request #1777 from q--/Add_CoinHive
...
Add CoinHive and CoinHive Captcha
8 years ago
Elbert Alias
f84c251562
Merge pull request #1775 from Narno/patch-1
...
Add PHPoole.
8 years ago
Elbert Alias
c287d28f7d
Merge pull request #1773 from a-khajelou/master
...
Add hinza cms to the list of apps
8 years ago
Elbert Alias
92b13a61f2
Merge pull request #1771 from robwent/seo-cat
...
Adds new SEO category
8 years ago
Elbert Alias
1422277412
Merge pull request #1769 from jdussouillez/master
...
Fix RaphaelJS website
8 years ago
Elbert Alias
006f00c2c5
Merge pull request #1767 from steblar/storedenadd
...
Add Storeden Ecommerce platform.
8 years ago
Elbert Alias
5ea146f601
Fix pirobase CMS pattern
8 years ago
jvoisin
65b0d9e150
unfuck the indentation
8 years ago
jvoisin
133af84e1e
Implement version detection for SMF
...
This can be tested [here](https://forum.pfsense.org/ ) or [here](https://forums.planetvampire.com/bloodlines-tech-support/ )
8 years ago
q--
99ad8c609c
Add Fingerprintjs
8 years ago
Hyder Bangash
bae3ed6869
replaced prestashop png icon to svg
8 years ago
Hyder Bangash
3c50e3d1a0
Switch to svg icon
8 years ago
mattcoady
fbf481ca63
Unbounce Embed Script
8 years ago
Faustino Aguilar
20f45b36b8
Use regex
8 years ago
Faustino Aguilar
24e7620aea
Use https instead
8 years ago
Shahrokh Niakan
63640e266a
Fix some minor problem for add anetowrk
8 years ago
Shahrokh Niakan
dfca45fb87
Added Anetwork to apps.json
8 years ago
Faustino Aguilar
873e9ae2d4
Add Amber (web framework)
8 years ago
biezhi
fa659a52f8
Add Blade
8 years ago
biezhi
031ebadda9
Add Blade
8 years ago
biezhi
ea0cdc6801
Add Blade
8 years ago
biezhi
fddc2c91ce
Add Blade
8 years ago
q--
9842624ecc
Add CoinHive and CoinHive Captcha
8 years ago
Arnaud Ligny
7ad3681ae6
"PHPoole" -> "^PHPoole$"
8 years ago
Arnaud Ligny
e1c74e6ae5
Add PHPoole.
8 years ago
Arash Khajelou
76a0bf0738
Add hinza cms to the list of apps
8 years ago
Robert Went
db038421b8
Adds new SEO category
...
Related to #1499
Adds SEO category and moves Yoast (wordpress plugin) from marketing
automation to seo.
I can think of another - sh404sef for Joomla that will fit in the same
category, as well as all-in-one-seo for wp
8 years ago
Junior Dussouillez
04c81b8c76
Fix RaphaelJS website
8 years ago
Massimo Vincenzi
066087d642
Add Storeden Ecommerce platform.
...
Some website using this technology:
- https://www.zamberlan.com
- https://www.zamberlanusa.com
- https://www.qualiterbe.it
- https://www.evergreenweb.it
- https://www.evergreenweb.fr
- https://www.valdoca.fr
- https://www.laborsetteria.com
- https://www.bettaknit.com
- https://www.guidomoto.it
- http://www.roncastyle.it
- https://www.storeden.com
- https://www.sardazootecnica.com
8 years ago
Elbert Alias
863103390b
Merge branch 'master' of github.com:AliasIO/Wappalyzer
8 years ago
Elbert Alias
5b6c06a81b
Fix WooCommerce detection
8 years ago
Elbert Alias
e78e26b647
Merge pull request #1752 from neoneosa/master
...
Added Bulma
8 years ago
Elbert Alias
c45173c8ae
Merge pull request #1758 from hfrid/master
...
Update apps.json
8 years ago
Elbert Alias
9db2f1b50f
Merge pull request #1760 from robwent/mautic
...
Adds Mautic
8 years ago
Elbert Alias
281ad81b9f
Merge pull request #1761 from tschoffelen/master
...
Add Includable web framework detection
8 years ago
Robert Went
3a75c73087
adds env for MauticTrackingObject
8 years ago
Shayan Araghi
8b7c32438b
update rayo cats and implies
8 years ago
Thomas Schoffelen
771632fccb
Added Includable web framework detection.
8 years ago
Robert Went
9aa3397799
copy/pasted from another entry. Not sure what it is for.
...
Let me know if it's needed for anything.
8 years ago
Robert Went
0fcbeaeb59
Adds Mautic
...
Marketing automation https://www.mautic.org/
8 years ago
hfrid
19ffd8cedb
Update apps.json
...
Corrected identifier for tictail, previous one was not working.
8 years ago
neoneosa
ae0e71224a
Update apps.json
8 years ago
Elbert Alias
12a5326a3b
Fix Fancybox capture groups
8 years ago
Elbert Alias
12886bf974
Merge branch 'master' of github.com:AliasIO/Wappalyzer
8 years ago
Elbert Alias
35a77acc14
Fix merge
8 years ago
Elbert Alias
2e41de4759
Merge pull request #1743 from pvollenweider/master
...
Add Jahia DX and Jahia Marketing Factory
8 years ago
Elbert Alias
f2468e1e20
Merge pull request #1659 from professor93/master
...
Improvement for detecting Yiiframework and Added PHP Debug Bar
8 years ago
Elbert Alias
6196e268d6
Merge branch 'master' into master
8 years ago
Elbert Alias
50e3b5e29b
Merge pull request #1701 from shayanea/master
...
add rayo
8 years ago
Elbert Alias
2e8fb02894
Merge pull request #1702 from fabe/master
...
Remove too broad rule for Next.js
8 years ago
Elbert Alias
1c1e1558d8
Merge pull request #1720 from AlexByte/fix-wix
...
Fix Wix detection
8 years ago
Elbert Alias
6d433adfc9
Merge pull request #1726 from Moutard3/master
...
Add Material Design Lite detection
8 years ago
Elbert Alias
824b567c0c
Merge branch 'master' into master
8 years ago
Elbert Alias
4564839942
Merge pull request #1716 from samanbaboli/master
...
add raychat.io platform
8 years ago
Elbert Alias
1e2846dd1b
Merge pull request #1731 from jetebusiness/master
...
Added Jet e-Business e-Commerce system.
8 years ago
Elbert Alias
bfaf123715
Merge pull request #1733 from julienszabados/master
...
Add new application : Simplebo CMS
8 years ago
Elbert Alias
12a80c06dc
Merge pull request #1736 from AlexByte/improve-fancybox-detect
...
Improve fancybox detection
8 years ago
Elbert Alias
31f6235663
Merge pull request #1741 from hfrid/master
...
Add wikinggruppen, textalk and tictail
8 years ago
AlexByte
c9be3b48ad
Add WebSite X5 detection.
8 years ago
samanbaboli
d2fa56e36d
Update apps.json
8 years ago
Philippe Vollenweider
f23bf6236c
Remove Jahia MF
8 years ago
Philippe Vollenweider
11c145ceb3
Fix HTML patterns
8 years ago
Philippe Vollenweider
1c0c197167
Add Jahia DX and Jahia Marketing Factory
8 years ago
hfrid
4dad3ac95d
Added textalk to apps
8 years ago
hfrid
6b440211f7
Added tictail to apps
8 years ago
hfrid
22c24d0b47
Added wikinggruppen to apps
8 years ago
AlexByte
a19c6f26cb
Fix Wix detection.
8 years ago
Onur Ferhat
632b07d6f9
Added KobiMaster (Turkish ECP)
8 years ago
AlexByte
85e91e2281
Improve fancybox detection.
8 years ago
samanbaboli
ffa95cf463
Update apps.json
8 years ago
Julien Szabados
07230a0bf9
Add new application : Simplebo CMS
8 years ago
Heitor Ramon Ribeiro
c581fc0c99
Jet e-Business e-Commerce system.
8 years ago
Onur Ferhat
a626946b48
Added 3 Turkish e-commerce platforms
8 years ago
Moutard3
446ec2b758
Add Material Design Lite detection
8 years ago
samanbaboli
aa1acab75f
raychat regex issue
8 years ago
samanbaboli
7726e8ddf5
change raychat regex
8 years ago
saman
3589e472ce
add raychat
8 years ago
Elbert Alias
e96fb5ba30
Update moment.js icon, remove console.log
8 years ago
Elbert Alias
c4498ca951
Update Google Icon
8 years ago
Elbert Alias
91bed3e3d0
Fix implied applications not being detected, SVG icons not displaying
8 years ago
Fabian Schultz
96b7b0f746
Remove too broad rule for Next.js
8 years ago
Shayan Araghi
07e630af1d
add rayo to app.json
8 years ago
Yukino Song
ee97b4cf87
Add ef.js & Neonclear with Chinese translation
8 years ago
Elbert Alias
3581458193
Merge pull request #1678 from ghost/patch-1
...
Use SVG icon for moon
8 years ago
Elbert Alias
8b0d81c751
Merge pull request #1679 from rverton/rverton-appsjson-fix
...
Fix apps.json (wrong type of a category)
8 years ago
Elbert Alias
38264b8e06
Merge pull request #1680 from fabe/master
...
Add Zeit's now & next.js.
8 years ago
Elbert Alias
5bee027dbd
Merge pull request #1682 from ghost/akamai-svg
...
Use SVG logo for Akamai
8 years ago
Elbert Alias
7607fd40ac
Merge pull request #1686 from nvanthao/master
...
Add Bizweb
8 years ago
kokororin
d01bedbf8b
Update Typecho Checking
8 years ago
Gerard Nguyen
fbb20bd939
Add Bizweb
8 years ago
Andrey
a12a8cc54e
svg > png
8 years ago
Fabian Schultz
aa6b86882e
Add now & next.js.
8 years ago
Robin Verton
1dcb32e04c
Fix apps.json (wrong type of a category)
8 years ago
Andrey
4c1e80f0d2
Replace png > svg
8 years ago
Elbert Alias
1a886597b6
Merge pull request #1644 from cachrisman/master
...
Added Contentful
8 years ago
Elbert Alias
7f1825494c
Merge pull request #1657 from sostanzasrl/master
...
Added LiveHelp
8 years ago
Elbert Alias
172a689b75
Merge pull request #1664 from codenoid/master
...
Add Kemal (web framework) and indonesian translation
8 years ago
Elbert Alias
08efcb76d5
Merge pull request #1671 from simonbrunel/chartjs
...
Add Chart.js
8 years ago
Elbert Alias
0a008afcfa
Merge pull request #1665 from fpoumian/fix-syntax-issues
...
Fix syntax issues in wappalyzer.js
8 years ago
brandonkelly
c3ea30eaab
New Craft CMS icon
8 years ago
Charlie Chrisman
df3529018a
updated Contentful's html regex
8 years ago
Simon Brunel
f46d3ee5c5
Add CDN script patterns
8 years ago
Andrei Mazulnitsyn
673ffe1d83
Improvement for detecting nopCommerce
...
1. Added Generator Meta
2. Added two cookies (.Nop.Customer and Nop.customer)
8 years ago
Rubi Jihantoro
b841dab56a
x-powered-by to X-Powered-By
8 years ago
Simon Brunel
8685ca4d17
Add Chart.js
8 years ago
sostanza
71106a143c
Wrong paste fixed
8 years ago
sostanza
fe83e0ab55
Regex improve as suggested by jvoisin
8 years ago
Rubi Jihantoro
fe7e006aa7
add Kemal
8 years ago
Fernando Poumián
96a8a830aa
Fix local branch merge conflict
8 years ago
Fernando Poumián
f7980c065e
Refactor regex using non-caputring group.
8 years ago
Fernando Poumián
46a2ce1baf
Fix script regex
8 years ago
Fernando Poumián
ef379c1693
Add Phenomic to apps.json
8 years ago
Inoyatulloh
bff8748ac7
Added PhpDebugBar
8 years ago
Inoyatulloh
0639082148
Added PhpDebugBar
8 years ago
Inoyatulloh
ca26f4fa25
Added PhpDebugBar
8 years ago
Inoyatulloh
49c69a62e0
Added PhpDebugBar
8 years ago
Inoyatulloh
8cbfd2843b
Improvement for detecting Yiiframework
8 years ago
Elbert Alias
15786e52d2
Merge pull request #1654 from Rezaaa/master
...
add Sazito to apps
8 years ago
Elbert Alias
975c17edd3
Merge pull request #1651 from thmessmer/master
...
Update Proximis detection
8 years ago
Elbert Alias
d050a54eba
Merge pull request #1643 from xarlybovi/master
...
Add Freespee detection
8 years ago
Elbert Alias
3a5cbf138c
Merge pull request #1640 from solusquare/patch-3
...
Add Solusquare E-Commerce Software Cloud SAAS
8 years ago
Elbert Alias
84e437f0c8
Merge pull request #1637 from rafal-olszewski/master
...
Added UserEngage app
8 years ago
Elbert Alias
c5211f2d4b
Merge pull request #1636 from pirobase-luca/master
...
Added detection for earlier versions of imperia CMS
8 years ago
Elbert Alias
17f5e799f3
Merge pull request #1633 from pshevtsov/patch-2
...
Use array of strings for "cats"
8 years ago
Elbert Alias
ce02cdf7dc
Merge pull request #1390 from AlexByte/feature-detect-umi.cms
...
Add UMI.CMS detection
8 years ago
sostanza
ca2cc2d34a
JSON fix
...
Added double escape and formatted "cats" array
8 years ago
sostanza
22006b336d
Added LiveHelp
...
Added LiveHelp Icon and JSON
8 years ago
Mohammad Reza
cc45748a77
fix issues
8 years ago
Mohammad Reza
a860dadb11
add sazito
8 years ago
Fernando Poumián
d90e5dead6
Fix script regex
8 years ago
Fernando Poumián
fd770bac84
Add Phenomic to apps.json
8 years ago
Thomas MESSMER
e121c845b4
Update Proximis
8 years ago
Elbert Alias
872bcbb64e
Port to ES6
8 years ago
Charlie Chrisman
50ec3b21dc
Added Contentful
8 years ago
Carlos Ruiz
6796a8eacf
Updated Freespee script detection
8 years ago
Carlos Ruiz
5d6138f486
Add Freespee detection
8 years ago
solusquare
734f111676
Update apps.json
8 years ago
solusquare
f8dd5c800c
Update apps.json
8 years ago
solusquare
8fc5d746cf
Update apps.json
8 years ago
solusquare
d02ab51487
Add Solusquare E-Commerce Software Cloud SAAS
8 years ago
Rafal Olszewski
18bd5e8a43
Got rid of the unwanted script regex
8 years ago
Rafal Olszewski
7276612be5
Added UserEngage app
8 years ago
Luca Gallo
c75e895e42
Added detection for earlier versions of imperia CMS
8 years ago
Petr Shevtsov
9d6eb083f4
Use array of strings for "cats"
...
Use array of strings for "cats" for uCoz
8 years ago
Elbert Alias
b0e6d752b9
Merge pull request #1606 from geomarvel/master
...
Adding ArcGIS API for JavaScript detection
8 years ago
Elbert Alias
4a04f4faf7
Merge pull request #1610 from diego-reinoso/patch-1
...
Added "TotalCode" Ecommerce Platform
8 years ago
Elbert Alias
3c88c4843f
Merge pull request #1613 from AlexByte/detect-ucoz
...
Add uCoz detection
8 years ago
Elbert Alias
91b0aafe47
Merge pull request #1617 from jvoisin/master
...
Add otrs detection
8 years ago
Elbert Alias
3f8d7d15ef
Merge pull request #1625 from pirobase-luca/master
...
Add pirobase CMS and imperia CMS detection
8 years ago
Elbert Alias
af480de100
Merge pull request #1626 from bbashy/master
...
add class detection to UIkit
8 years ago
Elbert Alias
6e99ae4d02
Merge pull request #1627 from sanluan/master
...
Add Public CMS version detection
8 years ago
Foad abdollahi
a3f8016e21
update adnegah
...
i wanna remove non-related website from https://wappalyzer.com/applications/adnegah .
1 stackoverflow.com
2 askubuntu.com
3 api.jquery.com
4 magento.stackexchange.com
5 wordpress.stackexchange.com
6 serverfault.com
7 superuser.com
8 unix.stackexchange.com
9 drupal.stackexchange.com
10 jqueryui.com
these site do not use adnegah service but show adnegah icon in wapplayer!
8 years ago
sanluan
5c34df1960
Add Public CMS version detection
8 years ago
Luca Gallo
212bb8e4b9
Added version detection for imperia CMS
8 years ago
Luca Gallo
c0bce52d8f
Removed escaping of slashes and optimized regex
8 years ago
Ben Sampson
484ca8be42
add class detection to UIkit
...
update website link to https
8 years ago
Luca Gallo
c48d660861
Implemented suggested changes for imperia CMS detection
8 years ago
Luca Gallo
95234a1ad0
Added generator meta tag for detection of imperia CMS
8 years ago
Luca Gallo
45e65c345a
Added imperia CMS detection
8 years ago
Luca Gallo
104606c8df
Added new app: pirobase CMS
8 years ago
jvoisin
e56822fcfc
Add otrs detection
...
This PR can be tested [here](https://www.otrs.com/otrs-demo-trial/#OTRS
Online Demo)
8 years ago
diego-reinoso
81fa26f1af
Updated "TotalCode" header detection
...
Added start and EOL anchors in header matching pattern.
8 years ago
AlexByte
18c186a00a
Add uCoz detection.
8 years ago
AlexByte
910dad6c1b
Fix possible false positives of UMI.CMS.
8 years ago
diego-reinoso
e8c0f5330f
Added Icon Reference for "TotalCode"
...
Initial check failed because icon hadn't been uploaded. Icon has been uploaded and reference added in apps.json
8 years ago
diego-reinoso
2b0138cfe7
Update apps.json
8 years ago
diego-reinoso
b35a42d595
Added "TotalCode" Ecommerce Platform
...
TotalCode is an e-commerce and omnichannel platform
8 years ago
Jon Nordling
37b70906f8
Adding ArcGIS API for JavaScript detection
8 years ago
Elbert Alias
ce9ba9d6ca
Merge pull request #1575 from nvanthao/master
...
Add Haravan detection
8 years ago
Elbert Alias
d82bf40cad
Merge pull request #1594 from carlos-duran/patch-1
...
Fix false positive in Twitter Bootstrap
8 years ago
Elbert Alias
71f5412c63
Merge pull request #1597 from jvoisin/mediawiki_version
...
Add MediaWiki version detection
8 years ago
Elbert Alias
ac83bdda69
Merge pull request #1598 from Bablic/master
...
Added Bablic App
8 years ago
Robert
514e12faa8
Added Jetshop support
8 years ago
Robert
2e3902dd08
Added Jetshop support
8 years ago
Carlos Duran
21e0bfa938
Added pattern "glyphicon"
...
Used by Bootstrap
http://getbootstrap.com/components/
8 years ago
Ishai Jaffe
0ce1197ec1
Update apps.json
8 years ago
Ishai Jaffe
02ad353ad8
Update apps.json
8 years ago
jvoisin
0df2918343
Add MediaWiki version detection
8 years ago
Carlos Duran
17942fa371
Fix false positive in Twitter Bootstrap
...
Many frameworks use that pattern for their grid system.
https://github.com/AliasIO/Wappalyzer/issues/1589
8 years ago
Elbert Alias
4e3dd3d5e0
Merge pull request #1590 from brandonkelly/patch-2
...
Updated Craft CMS website URL
8 years ago
Elbert Alias
859b4cbbf6
Merge pull request #1591 from luigisbox/master
...
Add Luigi’s Box application.
8 years ago
Elbert Alias
eeff3325ea
Merge pull request #1593 from branchard/master
...
Fix Meteor implies
8 years ago
Elbert Alias
4f7b42906f
Fix false detection of Blogger, Perl
8 years ago
Elbert Alias
f14e45c431
Add Prebid application
8 years ago
branchard
b33e70da84
fix Meteor in apps.json (Meteor does not imply jQuery)
8 years ago
Michal Barla
d92fb26735
Add Luigi’s Box application.
8 years ago
Brandon Kelly
6bf5d82db4
Updated Craft CMS website URL
8 years ago
Elbert Alias
f164617496
Merge pull request #1585 from wmarquardt/master
...
Added Navegg
8 years ago
Elbert Alias
357d6bb566
Merge pull request #1579 from seralf/patch-3
...
added RDF/SPARQL languages
8 years ago
Elbert Alias
fe2e8e915c
Merge pull request #1532 from seralf/patch-2
...
added Virtuoso detection
8 years ago
Elbert Alias
0c77fee1e4
Merge pull request #1398 from seralf/patch-1
...
updated the CKAN detection
8 years ago
William Marquardt
20822391de
Added Navegg
8 years ago
Alfredo Serafini
009a186cdc
updating virtuoso detection
...
updating virtuoso detection
8 years ago
Alfredo Serafini
037dfd24d3
updatd virtuoso detection
...
updatd virtuoso detection
8 years ago
Alfredo Serafini
0dbf154dee
updating ckan detection
...
updating ckan detection
8 years ago
Alfredo Serafini
d5b727c76a
updating ckan detection
...
updating ckan detection - trying to remove non-capturing groups
8 years ago
Elbert Alias
6439bad292
Merge branch 'master' of https://github.com/AliasIO/Wappalyzer
8 years ago
Elbert Alias
04531bdee5
Fix internationalisation in WebExtension
8 years ago
Elbert Alias
2a713dc16b
Merge pull request #1569 from limonte/patch-1
...
Add "excludes": "SweetAlert" to SweetAlert2 configuration
8 years ago
Alfredo Serafini
c371e3c46d
added RDF/SPARQL languages
...
added RDF/SPARQL languages, for capturing dependencies in sites exposing SPARQL endpoints or JSON-LD API
8 years ago
Alfredo Serafini
06286eb33b
updated CKAN regex detection
...
updated CKAN regex detection
8 years ago
Alfredo Serafini
9670e9aa5c
updated CKAN detection
...
updated CKAN detection
8 years ago
Alfredo Serafini
4c3732e489
updated CKAN detection
...
updated CKAN detection
8 years ago
Alfredo Serafini
1db2e7da3c
updated CKAN detection
...
updated CKAN detection
8 years ago
Alfredo Serafini
961011c4e6
updating virtuoso detection
...
updating virtuoso detection
8 years ago
Alfredo Serafini
4aa28571c0
updating virtuoso detection
...
updating virtuoso detection: the `/sparql` endpoint should be found, but it could be provided by other vendors, so we can use a low confidence value
8 years ago
Alfredo Serafini
0c205c95d8
updated regex for virtuoso version detection
...
updated regex for virtuoso version detection
8 years ago
Alfredo Serafini
76b964ca8e
updated virtuoso detection regex
...
updated virtuoso detection regex
8 years ago
Alfredo Serafini
4149446b52
updated regex for virtuoso detection
...
updated regex for virtuoso detection
8 years ago
Alfredo Serafini
a55a71fead
updates on virtuoso detection
...
updates on virtuoso detection: updating regex for avoiding issues with travis CI
8 years ago
Alfredo Serafini
abb41d3156
updated virtuoso recognition
...
updated virtuoso recognition: changed regex for "Server" header, which is more reliable than using `/sparql`
8 years ago
Alfredo Serafini
dc2b03b95d
updated virtuoso recognition
...
updated virtuoso recognition: adjusted Server header regex
8 years ago
Nguyen Van Thao
6d051a41d8
Add Haravan detector
8 years ago
MicroDreamIT
b74ee150c7
Update apps.json
...
replacing (?:\\-|\\.) with [-.]
8 years ago
MicroDreamIT
7e6b07234b
updating shapecss
...
for unminified version
8 years ago
Limon Monte
b2b77a665d
Add "excludes": "SweetAlert" to SweetAlert2 configuration
8 years ago
Elbert Filius
8a6f9bad30
Update to v4.1.0
8 years ago
Elbert Filius
6644f04eff
Fix merge conflict
8 years ago