Elbert Alias
6d5524ff26
Merge
6 years ago
jvoisin
2721a8e2de
Detect Google Analytics if AMP is used ( #2478 )
...
This can be verified [here](view-source:https://www.konbini.com/fr/entertainment-2/tommy-wiseau-rejoue-joker-cest-mauvais-the-room/amp/ )
6 years ago
jvoisin
4ee6fcc07e
Improve modernizr detection ( #2477 )
6 years ago
Daniel Chadwick
1257f26ae8
add Coaster CMS to apps.json ( #2476 )
6 years ago
jvoisin
b450a9e0c6
Improve bugzilla detection via cookies ( #2475 )
...
This can be verified [here](https://bugs.documentfoundation.org/ )
6 years ago
jvoisin
4e3e9bce5a
Fix a typo ( #2474 )
...
This should close #2473
6 years ago
jvoisin
d2cdacbe45
Improve a bit nginx detection ( #2471 )
...
X-Fastcgi-Cache is [used by nginx](https://duckduckgo.com/?q=%22X-Fastcgi-Cache%22 )
6 years ago
jvoisin
cce64378f5
Improve a bit ASP detection ( #2470 )
...
Url can end is `.asp` and not only `.aspx`,
as on http://www.assemblee-nationale.fr/15/cr-cdef/17-18/c1718070.asp
6 years ago
Nathan Pinciak
ff71a8e28e
New Tag Manager additions ( #2465 )
...
* New TMS addition
* Adobe DTM HTML detector error
* Signal Bright Tag escaping "?" error fixed
* Changed HTML to Script detector
* Yahoo TMS updated
* Added better Criteo detection, Tag Manager edits
* Signal category updated, signalData js method added
* Special character escaping update for Ensighten
6 years ago
avasilkov
362cf2d12c
js confidence calculation was different from cookie and headers and meta by not providing a key value, even though it has the same schema of a dict in apps.json ( #2432 )
6 years ago
Elbert Alias
099d448281
Merge
6 years ago
MohammadReza Kootvaal
9e207bd0a4
Add Farsi (Persian) Language ( #2424 )
...
* Add Farsi (Persian) Language
Add Farsi (Persian) Language
* Add Farsi Strings
Add Farsi Strings
6 years ago
Fernando Sávio
a7093a718a
[pt-BR] Translated new category entries. ( #2447 )
...
Translated "categoryName58" and "categoryName59" new category entries.
6 years ago
Julian Lloyd
7ecd339420
Add ScrollReveal ( #2468 )
6 years ago
Brendan H
35f9cd130a
[bug fix] Allow analyzeCookies to check for cookies with Uppercase names ( #2467 )
...
* [Bug Fix] Allow analyzeCookies to check for uppercase cookie names
* Added Uppercase cookie to test case
* Added Uppercase cookie to test case
6 years ago
jvoisin
28b62a8a7e
Detect jimdo via url ( #2466 )
...
The free version of jimdo [uses subdomains](https://en.wikipedia.org/wiki/Jimdo#Service ).
6 years ago
jvoisin
3a81ff24c1
Improve a bit weebly ( #2462 )
...
- the website is using https
- weebly is [written in php/mysql](https://www.quora.com/How-long-did-Weebly-take-to-build-and-what-languages-is-it-built-on )
- use some js object to detect it
6 years ago
kkadosh
0ed2f464c6
Fix IIS regex ( #2460 )
...
* Fix IIS regex
* Improve the regex to avoid FP
* Fix regex
6 years ago
jvoisin
260d5b4f38
Relax a bit tomcat detection ( #2459 )
...
There might be some trailing text after "Apache-Coyote",
like on <https://espace-client.sfr.fr/services-web/ >
Also, the 4.1+ thingy is useless, often confusing,
sometimes wrong, and is a bit irrelevant in 2018 since
Tomcat 4.1 was declared stable in 2002,
with its last release in 2009.
6 years ago
jvoisin
dc079f687d
Minor Drupal improvements ( #2458 )
...
- https
- anchors for regexps
6 years ago
Johnathan C Maudlin
918ec545fb
Improve BoldGrid detection ( #2457 )
6 years ago
jvoisin
1f274083de
Improve a bit vue.js detection ( #2455 )
...
This can be checked [here](view-source:https://vue-hn.now.sh/top )
6 years ago
Lay
9217dd1dcc
Update zh_TW translation ( #2453 )
6 years ago
jvoisin
ebb5dab180
Improve silverstripe a bit ( #2452 )
...
- Generator always starts with "Silverstripe
- The website is in https
- Silverstripe is written in PHP
6 years ago
Petro Shpyhotskyi
244aba658f
Delete unexpected coma ( #2449 )
...
Fix bug with unexpected coma after the last function parameter
Google Chrome console error:
``` iframe.js:143 Uncaught SyntaxError: Unexpected token ) ```
6 years ago
jvoisin
8bf9b9059d
Fingerprint dynatrace via headers ( #2446 )
6 years ago
jvoisin
2f9c97e8bf
Improve a bit Plesk-related things ( #2445 )
...
- Plesk-related headers values are always starting with "Plesk"
- Plesk can run on Windows
- Plesk's website is using https
6 years ago
jvoisin
aa1df7d799
Magento only runs on MySQL ( #2444 )
6 years ago
udanpe
cd92e23007
Update iframe.js ( #2443 )
...
* Update iframe.js
Wappalyzer not work with Firebase
Chrome 68
MacOs 10.13
Uncaught TypeError: Cannot read property 'postMessageId' of null at onPostMessage (iframe.js:1000)
* Update iframe.js
* Update iframe.js
6 years ago
jvoisin
990fc523b0
Improve the detection of vBulleting via cookies ( #2442 )
...
This is documented [here](https://cookiepedia.co.uk/cookies/bbsessionhash )
and [here](https://www.trafford.gov.uk/residents/Cookie-policy.aspx )
and can be tested [here](https://www.mobileread.com/forums/showthread.php?t=284418 ).
6 years ago
Ali Haddadkar
c8579a1d38
Add virgool ( #2441 )
6 years ago
jvoisin
ce6ec36339
Add sympa ( #2440 )
...
* Add sympa
Sympa is a [popular]( https://www.sympa.org/users/custom )
mailing-list management software.
This commit can be tested [here](https://lists.riseup.net/www/ )
and [here](https://wp.medicalistes.fr/wws ) or even [here](http://lists1.kyxar.fr/sympa ).
* Fix the ci ?
* meh
6 years ago
Sergio Moreno Albert
f3a729fca7
Netlify detection improved ( #2437 )
6 years ago
kingthorin
c1450702fa
Fix Issue 2419 ( #2438 )
...
Removed seemingly unnecessary capturing group and non-numeric version
tag in Google Analytics pattern to prevent falsely reporting "analytics"
or "Universal Analytics" as a version identifier.
I understand that there are `classic` (deprecated) and `universal`
flavors offered (at some point) by Google so if you want this split into
two different patterns let me know and I can tackle that too. However,
with this not being what the majority in the IT industry would classify
as a "version" identifier I figured this was a safe way to go.
Fixes AliasIO/Wappalyzer#2419
6 years ago
Christopher Schmidt
4f32dcd363
Add Sentry ( #2435 )
...
* Add Sentry
* Add additional script matching
6 years ago
Limon Monte
0445fa2d79
Improve SweetAlert2 detection ( #2433 )
6 years ago
Sergio Moreno Albert
8fbc52d749
ParcelJS detection added ( #2429 )
6 years ago
Ryan Anderson
8b9f201efc
Add Brightspot detection ( #2427 )
...
* Add Brightspot detection
* Update Brightpot header detection
6 years ago
jvoisin
4bee3d3e62
Improve the detection of jquery-migrate ( #2426 )
...
- Detect legacy version of jquery version.
This can be tested [here](https://snuffleupagus.readthedocs.io/features.html )
- Fix the regexp in the `script` detection
6 years ago
YFdyh000
33ddee6b55
Update zh_CN locale ( #2425 )
6 years ago
Arthur Kay
dcb923ae4c
Updating the link to ExtJS website (now Sencha), as well as updating the mechanism to detect older versions of the framework (specically 2.x and 3.x) ( #2423 )
6 years ago
Elbert Alias
f5a77f3453
NPM audit fix
6 years ago
Elbert Alias
cbca9c3e7a
Fix linting issues
6 years ago
Andres Castillo
acd2fcb3f2
Update zombie that uses lodash@4.17.10 ( #2417 )
6 years ago
Max Schmitt
9db41cbc12
React: update Webpage instead of using fb redirect ( #2416 )
6 years ago
Elbert Alias
a4285e85ec
Unit tests
6 years ago
Elbert Alias
e59ac69979
ESLint fixes
6 years ago
Elbert Alias
eca77528d6
Add eslint
6 years ago
Elbert Alias
4a96491c0f
Remove empty categories
6 years ago
Connor Shearer
f978a36429
Update many icons ( #2413 )
...
* Replace and update Windows Server icon
* Update Microsoft logo
It bugged out in some cases (not entirely sure why) and had a background colour.
* Update Google Sites and WebDev logo
* Update Google Maps icon and remove Google Search Appliance
Since Google Search Appliance has been stopped by Google, its not worth tracking now.
6 years ago