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
jvoisin
96ed5c3082
Yet an other batch of http → https ( #2411 )
6 years ago
jvoisin
d8195c7eed
Tighten a bit RoR detection ( #2410 )
...
* Tighten a bit RoR detection
Phusion passenger is used for Ruby, nodejs, Python
as well as other exotic things, there isn't a 50% chance of Ruby being
used when it's detected.
On the other hand, if `mod_rails` or `mod_rack` is present,
we can be certain that there is indeed Ruby on Rails behind
the website.
* Fix some silly things
6 years ago
jvoisin
1c1bf48e16
Remove printers ( #2408 )
...
* Remove Brother
- Brother was prone to false positives for everything with a <title> starting with `brother`
- I doubt that the other rule was triggered by anyone.
* Remove Dell, since it had no ways of being detected
* Chai Server is used on other things that HP printers
- Remove the implication on HP for Chai Server
- Remove HP since it can't be detected anymore anyway
* Remove a now unused icon
* Remove a useless file
6 years ago
jvoisin
71c4ecd0ce
Fix the url of the bage in the readme ( #2406 )
6 years ago
b_b
d680fe9a7a
Fix #2355 : update SPIP logo ( #2405 )
6 years ago
Wei Zhu
949980f44c
Update Ant Design detection regex ( #2404 )
6 years ago
Kohei Matsumoto
f0e16970d3
add ADPLAN ( #2403 )
6 years ago
jvoisin
a781dda2f9
Improve a bit recpatcha's detection ( #2402 )
...
This can be verified [here](https://www.wappalyzer.com/datasets )
6 years ago
jvoisin
97faf6b509
Improve a bit the priorities ( #2400 )
6 years ago
Majid Rouhi
5f6d83f6e8
Fix Django framework regex issue ( #2395 )
...
* Fix Django framework regex issue
* Fix escape in Django regex
6 years ago
Heitor Ramon Ribeiro
dfc577a157
Updated ByInti Recognition ( #2392 )
...
* Updated ByInti Recognition
Updated ByInti Recognition
* Updated by Sugestion
6 years ago
jvoisin
c304f3dccf
Add a pattern for old-school pelican setups ( #2390 )
...
* Add a pattern for old-school pelican setups
This can be verified [here](https://doar-e.github.io/blog/2018/07/14/cve-2017-2446-or-jscjsglobalobjectishavingabadtime/ )
* Fix the JSON
6 years ago
Elnar Ibragimov
cd0195951b
add more now.sh detectors ( #2389 )
...
* add more now.sh detectors
* small fix
* Update apps.json
6 years ago
Daniel Zdziebko
cb5529a48e
Update no.7 for Polish lang ( #2386 )
...
* Update no.5 for Polish lang
* Update no.6 for Polish lang
* Update no.7 for Polish lang
6 years ago
Elbert Alias
53e73202f4
Fix ReCAPTCHA detection
6 years ago
Daniel Zdziebko
ecf26c9135
Update no.7 for Polish lang
6 years ago
Daniel Zdziebko
bdbe56a9d8
Merge pull request #12 from AliasIO/master
...
Sync no.12
6 years ago
Elbert Alias
4e57ea2671
Build v5.5.2
6 years ago
Elbert Alias
c9174c1129
Fix duplicate key in apps.json
6 years ago
katexue
99ebf4049f
move some js plugins to JavaScript Library category. Fixed a few invalid website urls. ( #2385 )
6 years ago
Elbert Alias
42fd5f9153
Disable extension on FirstData Connect payment gateway
6 years ago