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