Elbert Alias
4177bfbfaf
Port env to js
7 years ago
Elbert Alias
996c72d0fa
Add js field to NPM driver
7 years ago
Elbert Alias
67ce37ea54
Update Tilda icon
7 years ago
Elbert Alias
66c703c2fa
Refactoring, allow multiple expressions per js field, remove env detection
7 years ago
Elbert Alias
58fb5de26e
Build v5.3.0
7 years ago
Elbert Alias
0f9cc90553
Add language detection
7 years ago
Wei Zhu
62de97a496
Add Ant Design ( #1928 )
7 years ago
Sigfried Seldeslachts
7c14a1d593
Added Sqreen.io ( #1927 )
...
* Added Sqreen
* Added Sqreen.png
* Fixed syntax error and cropped image
7 years ago
jvoisin
ac5773641f
Add a way to get mootool's version ( #1926 )
...
- The website is now in https
- Tighten a bit the original regexp by prefixing it with a `/`
- Add a regexp to get the version, this can be tested [here](https://turtlapp.com/docs/ )
7 years ago
jvoisin
0bf790a4d9
Tighten a bit the regexp for gitbook's detection ( #1924 )
...
This can be verified [here](https://docs.angr.io/HACKING.html )
7 years ago
cinwell.li
455dc564a7
Add docsify detection ( #1923 )
...
* Add docsify detection
* fix: update docsfiy script
7 years ago
Limon Monte
2a94c2d9c5
Update SweetAlert2 to detect .all.js ( #1922 )
7 years ago
jvoisin
ff4a8b9608
Add a way to get Font-awesome's version ( #1921 )
...
* Add a way to get Font-awesome's version
This can be tested [here](https://apnews.com/7f9e63cb14a54dfa9148b6430d89e873 ).
This url form is used on a lot of CDN.
* Fix a typo noticied by @kkadosh
7 years ago
jvoisin
b61bcc602e
Add version detection for requirejs ( #1916 )
...
* Add version detection for requirejs
This can be tested [here](https://www.winamax.fr/cgu-paris-sportifs )
* Err
7 years ago
jvoisin
5e5d38de02
Improve mediawiki version detection ( #1914 )
...
The versions of mediawiki can be a bit strange,
especially on [wikipedia](https://en.wikipedia.org/wiki/United_Arab_Emirates ),
since apparently the WMF has special ones. I've also seen `-beta`
sometimes (altough I don't have a website handy to prove it, sorry :/ )
7 years ago
jvoisin
dc5b60a7aa
Add detection for jquery-migrate ( #1913 )
...
This can be tested [here](japaneseruleof7.com/poverty-in-japan/).
A lot of people are using this script because they are too lazy to update to the latest version of jquery.
7 years ago
jvoisin
19457715b7
Add a way to get highlight.js version ( #1912 )
...
The original regexp was already suboptimal, but apparently, this is how
everyone uses this javascript library. This can be tested
[here](https://forum.openmw.org/ )
7 years ago
q--
b8cfe22027
Update Boostrap icon ( #1910 )
...
Use the newest icon for Bootstrap
7 years ago
q--
be423c5b0b
Fix broken Sphinx version detection ( #1908 )
7 years ago
J0N4S
d11296d7c4
Add new language Portuguese-Portugal ( #1907 )
...
This is the translation of the application for portuguese of portugal
7 years ago
M Burak Şentürk
cebcfef38f
Turkish translation fix pack. ( #1905 )
...
* Update messages.json
fixed minor Turkish translation issues.
* Update messages.json
Minor Turkish translation issues fixed.
7 years ago
sostanzasrl
92e71d909f
Update recognition with simplified script and env ( #1890 )
...
* env instead of script
change to ENV because JS is not directly included
* fix script recognition
added script, updated env regex and update website url with http
* Added https
* type error
Remove a blank line
7 years ago
Camille Barneaud
28d2afaa61
Update driver.js
7 years ago
Camille Barneaud
9ba4c7ea85
Finish implement js field
7 years ago
Camille Barneaud
7d268ed8a3
Fix error in inject.js
7 years ago
Camille Barneaud
c6b6df773d
Add JS field in Wappalyzer.js & for WebExtension driver
7 years ago
Elbert Alias
5dff4f69e5
Add Inspectlet category
7 years ago
Elbert Alias
731b70d611
Removed Edge related code
7 years ago
Elbert Alias
f4850308e4
Disable robots.txt fetching when tracking is disabled
7 years ago
Elbert Alias
123058f69b
Build v5.2.1
7 years ago
jvoisin
736d380708
Add a way to get modernizr version ( #1904 )
...
This can be tested [here](https://paranoidbeavers.ca )
7 years ago
Federico Kauffman
007c8e619f
Add Freshmarketer detection ( #1902 )
7 years ago
Federico Kauffman
7fc7c53bfd
Add GoSquared detection ( #1901 )
7 years ago
Federico Kauffman
cd8178e21b
Add Amplitude detection ( #1900 )
7 years ago
Federico Kauffman
c720c83a7f
Add Inspectlet detection ( #1899 )
7 years ago
Federico Kauffman
4a00470146
Add Mouse Flow detection ( #1898 )
7 years ago
Ahmet
192db59a0f
update turkish locale ( #1897 )
7 years ago
Federico Kauffman
d50ec292f7
Add Visual Website Optimizer detection ( #1896 )
7 years ago
Elbert Alias
01d782acff
Drop Edge support
7 years ago
Elbert Alias
366eaab73e
Fix OpenUI5
7 years ago
Elbert Alias
45bd501fcb
Updated styled-components icon
7 years ago
Max Stoiber
3a4886a532
Add styled-components ( #1858 )
...
[styled-components](https://styled-components.com ) is a React.js library
for writing CSS in JavaScript. It has almost 11,5k stars on GitHub and
is widely known: https://github.com/styled-components/styled-components
7 years ago
jvoisin
a724db0739
Remove some useless "confidence" stuff ( #1895 )
...
* Remove some useless "confidence" stuff
- HHVM implies PHP
- Mattermost can run on Postgre or Mysql, there is no point in showing them both at 50%, we don't do this for anything else
- If something is powered by ASP.NET, it's running ASP.NET
- If there is "Python" in a "Server" header, it's powered by Python
- RiteCMS is running on SQLite by default, it's the whole point of running this CMS instead of something more heavy
- JQuery is a mandatory dependency of typeahead
* @q-- is right, HHVM might imply Hack
I haven't seen any serious website in Hack, except facebook,
so lets go for 75%
* @q-- is right again
> Microsoft IIS will send this header if ASP.NET is installed (by default if you use IIS, I think) even ASP.NET isn't actually used.
7 years ago
jvoisin
64d6299f76
Add a way to detect Jekyll via html ( #1894 )
...
* Add a way to detect Jekyll via html
This can be tested [here](https://www.blackhoodie.re/archive/ ),
and on any Jekyll blog that you might encounter
* A lot of github pages are created with "Jekyll Now"
This can be tested [here](http://www.unicorn-engine.org/download/ )
7 years ago
jvoisin
f7c055fbca
"Borrow" JQuery's version detection for Bootstrap ( #1893 )
...
* "Borrow" JQuery's version detection for Bootstrap
* Fix a typo
7 years ago
jvoisin
ff4b325713
When phusion passenger gives a version number, it's not for Ruby ( #1891 )
...
* When phusion passenger gives a version number, it's not for Ruby
This can be tested [here](http://www.barnivore.com/beer?vfilter=All ).
There is no such thing as Ruby 5.X
* Fix two typo
7 years ago
jvoisin
9938653658
Add a way to get underscore's version, on Wordpress ( #1888 )
...
This can be tested [here](https://www.aviwell.fr )
7 years ago
jvoisin
5a12878c06
Add a way to fingerprint raphael.js ( #1887 )
...
* Add a way to fingerprint raphael.js
This can be tested on [cryptonator](https://www.cryptonator.com/rates/XMR-EUR )
* Make the new groups optional
7 years ago
jvoisin
0fe7fd2ee9
Add an other way to get jquery's version ( #1884 )
...
* Add an other way to get jquery's version
This syntax is used by wordpress, and can be tested [here](https://about.mattermost.com/blog/ )
* Fix a typo
7 years ago
jvoisin
50528059d2
Add a way to get gravityform's version ( #1883 )
...
* Add a way to get gravityform's version
This can be tested [here](https://about.mattermost.com/blog/ )
* Fix a typo, thanks to @kkadosh
7 years ago
jvoisin
56c1de10f0
Add a way to get Yoast SEO version ( #1882 )
...
* Add a way to get Yoast SEO version
This can be tested [here](https://about.mattermost.com/blog/ )
* Fix a typo
* Fix a typo, courtesy of @kkadosh
7 years ago
kkadosh
24de826747
Fix SonarQubes detection ( #1880 )
7 years ago
kkadosh
31417b426b
Fix bootstrap detection ( #1879 )
7 years ago
kkadosh
2ed67f99bd
Fix Melis detection ( #1878 )
7 years ago
Daniel Zdziebko
7f1ca3b03d
Update no.5 for Polish lang ( #1875 )
7 years ago
jvoisin
616d528cb7
Add a way to get Sphinx' version ( #1876 )
...
* Add a way to get Sphinx' version
This can bes tested [here](www.sphinx-doc.org/en/stable/) and [here](https://clang.llvm.org/docs/AddressSanitizer.html )
* Walk around the stupid CI :>
7 years ago
jvoisin
234388a85b
Fix two typos in bitbucket detection ( #1874 )
...
- a `+` was misplaced
- a `</span>` was misplaced and not needed anyway
7 years ago
jvoisin
a3a138a8eb
Improve a bit ezPublish detection via cookies ( #1872 )
...
This can be tested [here](https://www.mutac.com/ )
7 years ago
jvoisin
828efe883a
Improve a bit hybris detection ( #1871 )
...
* Improve a bit hybris detection
- Factorize a bit the regexp
- Add a new pattern that can be tested [here](https://www.iittala.com/se/sv/home )
- Change the url to https
* Fix a typo
7 years ago
jvoisin
b460101bff
Tighten a bit some urls, thanks to @q-- ( #1869 )
...
* Tighten a bit the url, thanks to @q--
* Fix a typo, thanks to @q--
* Fix an other `^^` instance
7 years ago
jvoisin
2b2a58432c
Improve fastly detection ( #1867 )
...
This can be checked [here](http://www.sxcurity.pro/2017/11/27/tricky-CORS/ )
7 years ago
jvoisin
4fc8262fc4
Add detection of github pages ( #1866 )
...
* Add detection of github pages
This can be tested [here](http://www.sxcurity.pro/2017/11/27/tricky-CORS/ ).
* s/svg/png/
* Take @q-- comments into account ♥
7 years ago
AlexByte
853e316c36
Add viewBox to AngularJS icon. ( #1861 )
7 years ago
Max Schmitt
c9ece820cb
Add OpenUI5 ( #1860 )
...
OpenUI5 is a very populated Web and JavaScript Framework for enterprise web applications. It is used to create web applications which are highly responsible and maintainable in an easy way.
7 years ago
jvoisin
af44f7f8d7
Add a "cryptominer" category ( #1859 )
...
* Add a "cryptominer" category
* Crypto-loot and Project-Poi are crypto-miners too
7 years ago
jvoisin
c30a8468cf
Add asciinema detection ( #1857 )
...
This can be tested [here](https://ondevice.io/ ) or [here](https://asciinema.org/ ). Its source code is [here](https://github.com/asciinema/asciinema-server )
7 years ago
Max Schmitt
1e2d6da919
Fixed inconsistent formatting ( #1856 )
7 years ago
Elbert Alias
fa1e4c8872
Merge branch 'master' of github.com:AliasIO/Wappalyzer
7 years ago
Elbert Alias
f588270579
Dont fetch robots.txt on non HTTP requests
7 years ago
Elbert Alias
aebf15b841
Add requestTimeout option, timer for debugging
7 years ago
Elbert Alias
727215463c
Fix incorrect object iteration
7 years ago
Elbert Alias
85ec4c6945
Catch browser.html() exceptions in NPM driver
7 years ago
Elbert Alias
0c53f79a54
Catch browser.html() exceptions in NPM driver
7 years ago
Elbert Alias
90566027cb
Merge branch 'master' of github.com:AliasIO/Wappalyzer
7 years ago
q--
53b805cc73
Escape periods in various regexes ( #1855 )
7 years ago
q--
030463e3ea
Lower confidence for short patterns (D3 and NV3D patterns) ( #1854 )
...
* Low confidence for 2-character environment variables
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.
* Low confidence for D3 and NV3D env patterns
These variables 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.
7 years ago
Karafizi Arthur
15fd3cbf8e
Add Vigbo CMS ( #1853 )
...
* Add Vigbo CMS
* Add escaping for dots
7 years ago
Karafizi Arthur
622c5c8dd3
Add Tilda CMS ( #1852 )
...
* Add Tilda CMS
* Add tilda.png
* Remove unnecessary indent
* Add indent (some strange happens with indents)
* Remove unnecessary comma
* Fix regexp pattern
* Fix by using non-capturing group
* Add escaping for dots
7 years ago
jvoisin
3917c663f0
Add a way to get woocommerce version ( #1850 )
...
This can be tested [here](view-source:https://charliehebdo.fr/ )
7 years ago
Elbert Alias
3af6958a0d
Suppress page errors in NPM driver
7 years ago
jvoisin
9697b969aa
Improve a bit our Bootstrap handling ( #1848 )
...
- It's "Bootstrap", not "twitter bootstrap"
- The `env` was funky
- Factorize a bit the `script` section
- Rename the icon
- The website is in https
7 years ago
jvoisin
bab0daf214
Add svbtle detection ( #1847 )
...
* Add svbtle detection
This can be tested on any svbtle blog, likes [this one](https://blog.dijit.sh/ ).
* Fix some minor issues, courtesy of @gadcam
7 years ago
jvoisin
b1672820ce
Improve a bit the demandware detection ( #1846 )
...
This can be tested [here](view-source:https://www.undiz.com/en/home )
7 years ago
Elbert Alias
50818de3b8
Remove async/await in NPM driver for ES6 compatibility
7 years ago
Elbert Alias
3bda8533b2
Refactor NPM driver into class
7 years ago
Elbert Alias
a0c4618fbc
Merge branch 'master' of github.com:AliasIO/Wappalyzer
7 years ago
Elbert Alias
211c1d659c
Add crawler functionality in NPM driver
7 years ago
Tuna Celik
a23b4e5ea2
Xeora Webserver / Web Framework Addition ( #1845 )
...
* Xeora Webserver / Web Framework Addition
http://ufal.io
http://jpap.mayadroomajans.com.tr
http://www.mayadroomajans.com.tr/
http://www.resimlerimnette.com/
http://www.mesajkutum.com/
http://www.offlineradio.club/ << it is only used in rest micro service side
http://www.beyinpilim.com/
http://www.jakpark.com/
http://www.bolispirlanta.com/
http://www.xeora.org/
* Regex fix of html and script fields
7 years ago
Elbert Alias
3eeaeb9579
Formatting
7 years ago
q--
aa72ab08c4
Fix invalid JSON ( #1844 )
...
apps.json got broken in 8a166daa9
7 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
7 years ago
q--
ae64e6ab00
Detect stray icons in src/icons/ ( #1838 )
...
* Detect stray icons
* Remove stray icons
7 years ago
avasilkov
5c5fcc92c5
fixed userAgent param not being initialized correctly on Browser creation ( #1836 )
7 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
7 years ago
q--
2ba532031c
Add Microsoft Publisher and PowerPoint ( #1833 )
...
* Add Microsoft Publisher
* Add Microsoft PowerPoint
7 years ago
dabenzel
aa80c2cf19
Changed german translations ( #1832 )
...
* Added german folder - copy en
* Translations to german
* Changed few translations
Yesterday I may have missed some. Also I did some rethinking on better translations.
7 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.
7 years ago
Masoud Nikoomanesh
c282831f62
Update ( #1823 )
...
* add arvancloud.com icon
add arvancloud.com icon
* add arvancloud.com
add arvancloud.com
* update to last version
7 years ago
Elbert Alias
3edafbc757
Merge branch 'master' of github.com:AliasIO/Wappalyzer
7 years ago
Elbert Alias
99cf4d1194
Update NPM README
7 years ago
Elbert Alias
8a166daa96
Fix Shopware pattern
7 years ago
dabenzel
42226d7622
Added German Language ( #1830 )
...
* Added german folder - copy en
* Translations to german
7 years ago
Shaun B
43448d4366
Added SeamlessCMS ( #1828 )
...
* Added SeamlessCMS
* Fixed json escaping
7 years ago
TotPeRo
dbbb8b7d5f
fix romanian transaltion ( #1826 )
7 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/ )
7 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
7 years ago
Elbert Alias
8db38ca79a
Correctly check server response in NPM driver
7 years ago
Elbert Alias
4d43eb5f6e
Build v5.1.6
7 years ago
Elbert Alias
e9b6e110cc
Add Braintree payment processor
7 years ago
Elbert Alias
41f10cac15
Merge branch 'master' of github.com:AliasIO/Wappalyzer
7 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
7 years ago
Camille Barneaud
d66a2a7c75
Enable multiple headers with the same name & Get scripts via DOM ( #1819 )
...
* 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)
7 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
7 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
7 years ago
Elbert Alias
bffadd704f
Add SEO category to Uzbek locale
7 years ago
Elbert Alias
049b5ac530
Merge branch 'master' of github.com:AliasIO/Wappalyzer
7 years ago
Inoyatulloh
b069b37f1b
Adding Uzbek Language ( #1798 )
7 years ago
Elbert Alias
06c2a0bbb2
Change wappalyzer.com to www.wappalyzer.com
7 years ago
Elbert Alias
3c51d879ec
Merge branch 'master' of github.com:AliasIO/Wappalyzer
7 years ago
Elbert Alias
c2a291b8c2
Fix column breaks in popup (always group categories)
7 years ago
Fernando Poumian
72760596f6
Add Gatsby.js ( #1816 )
7 years ago
Marc Bodmer
b52f833762
Update CloudFlare.svg to new logo ( #1815 )
7 years ago
q--
ad10bb3e7e
Fix Now false positves ( #1813 )
...
Fixes #1793
7 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>
```
7 years ago
q--
4bcd8f7d98
Display app version and confidence in bookmarklet ( #1808 )
7 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
7 years ago
jvoisin
f984e594d3
Fix a typo on IMpressCMS matching ( #1803 )
...
This can be verified on the official website: impresscms.org
7 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
7 years ago
Denis Duliçi
77c867a48f
Add Akaunting ( #1764 )
...
* add Akaunting
* json formatting
* update header
* added html tag
* fixed link
* changed header
7 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
7 years ago
Elbert Alias
7f8091c6c0
Merge branch 'master' of github.com:AliasIO/Wappalyzer
7 years ago
Elbert Alias
5c68a1503f
Fix page error halting NPM driver
7 years ago
Arnaud Ligny
3a1b003fa5
PHPoole: replace logo by the black version.
...
@AliasIO was right!
7 years ago
Elbert Alias
dec37db7e1
Run build
7 years ago
Elbert Alias
086d50e839
Merge branch 'master' of github.com:AliasIO/Wappalyzer
7 years ago
Elbert Alias
b544cd9887
Update NPM driver README
7 years ago
Elbert Alias
ce44002026
Merge pull request #1795 from AlexByte/improve-cherokee
...
Improve Cherokee detection
7 years ago
AlexByte
9eaf963f30
Improve Cherokee detection
7 years ago
Santiago Bartesaghi
4db48333eb
Update Crazy Egg script regex
7 years ago
Elbert Alias
5a794c7664
Add SEO category to all locales
7 years ago
Elbert Alias
36c45a6352
Merge pull request #1791 from jvoisin/version_detection_smf
...
Implement version detection for SMF
7 years ago
Elbert Alias
f5348a0ac7
Merge pull request #1790 from q--/Add_Fingerprintjs
...
Add Fingerprintjs
7 years ago
Elbert Alias
b3e5073de0
Merge pull request #1788 from youhackme/master
...
Replace Joomla&Prestashop png icon to svg
7 years ago
Elbert Alias
4cc626cf4d
Merge pull request #1787 from mattcoady/unbounce-embed-script
...
Unbounce Embed Script
7 years ago
Elbert Alias
3a5d676acd
Merge pull request #1786 from anetwork/master
...
Added anetwork
7 years ago
Elbert Alias
a1cdaa195e
Merge pull request #1784 from faustinoaq/add-amber
...
Add Amber
7 years ago
Elbert Alias
49d6a2cc43
Merge pull request #1778 from lets-blade/master
...
Add Blade
7 years ago
Elbert Alias
527256e05d
Merge pull request #1777 from q--/Add_CoinHive
...
Add CoinHive and CoinHive Captcha
7 years ago
Elbert Alias
f84c251562
Merge pull request #1775 from Narno/patch-1
...
Add PHPoole.
7 years ago
Elbert Alias
53b9a6d5bd
Merge pull request #1774 from robwent/mautic-color-icon
...
Adds Color Mautic Icon
7 years ago
Elbert Alias
c287d28f7d
Merge pull request #1773 from a-khajelou/master
...
Add hinza cms to the list of apps
7 years ago
Elbert Alias
92b13a61f2
Merge pull request #1771 from robwent/seo-cat
...
Adds new SEO category
7 years ago
Elbert Alias
93f9fe312b
Merge pull request #1770 from enginkartal/master
...
Added Turkish translation
7 years ago
Elbert Alias
1422277412
Merge pull request #1769 from jdussouillez/master
...
Fix RaphaelJS website
7 years ago
Elbert Alias
006f00c2c5
Merge pull request #1767 from steblar/storedenadd
...
Add Storeden Ecommerce platform.
7 years ago
Elbert Alias
3327fa18c8
Add user agent and max wait options to NPM driver
7 years ago
Elbert Alias
5ea146f601
Fix pirobase CMS pattern
7 years ago
Hyder Bangash
456098b9d9
removed sketch meta data
7 years ago
jvoisin
65b0d9e150
unfuck the indentation
7 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/ )
7 years ago
q--
99ad8c609c
Add Fingerprintjs
7 years ago
Hyder Bangash
bae3ed6869
replaced prestashop png icon to svg
7 years ago
Hyder Bangash
b081dd2a70
remove old joomla png icon
7 years ago
Hyder Bangash
3c50e3d1a0
Switch to svg icon
7 years ago
mattcoady
fbf481ca63
Unbounce Embed Script
7 years ago
Faustino Aguilar
20f45b36b8
Use regex
7 years ago
Faustino Aguilar
24e7620aea
Use https instead
7 years ago
Shahrokh Niakan
63640e266a
Fix some minor problem for add anetowrk
7 years ago
Shahrokh Niakan
78b5aca378
Added anetwork icon
7 years ago
Shahrokh Niakan
dfca45fb87
Added Anetwork to apps.json
7 years ago
Faustino Aguilar
1a09a3924b
Add Amber (web framework) icon
7 years ago
Faustino Aguilar
873e9ae2d4
Add Amber (web framework)
7 years ago
Arnaud Ligny
eaeb02727a
Update PHPoole icon.
...
Switch to 64x64.
7 years ago
biezhi
fa659a52f8
Add Blade
7 years ago
biezhi
031ebadda9
Add Blade
7 years ago
biezhi
ea0cdc6801
Add Blade
7 years ago
biezhi
fddc2c91ce
Add Blade
7 years ago
q--
9842624ecc
Add CoinHive and CoinHive Captcha
7 years ago
Arnaud Ligny
7ad3681ae6
"PHPoole" -> "^PHPoole$"
7 years ago
Arnaud Ligny
9aa3029ee1
Add files via upload
7 years ago
Arnaud Ligny
e1c74e6ae5
Add PHPoole.
7 years ago
Robert Went
3aa8828217
Adds Color Mautic Icon
7 years ago
Arash Khajelou
76a0bf0738
Add hinza cms to the list of apps
7 years ago
Robert Went
ecd6837d97
Correct cat number
...
duh
7 years ago
Robert Went
f0d18e5581
adds translation
7 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
7 years ago
enginkartal
ac3577f8b3
Added Turkish translation
7 years ago
Junior Dussouillez
04c81b8c76
Fix RaphaelJS website
7 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
7 years ago
Elbert Alias
78370d4b2e
Build v5.1.4
7 years ago
Elbert Alias
d96d19b1f7
Build v1.5.4
7 years ago
Elbert Alias
13aee02c62
Fix Bulma icon
7 years ago
Elbert Alias
51b4a423d1
Fix Bulma icon
7 years ago
Elbert Alias
863103390b
Merge branch 'master' of github.com:AliasIO/Wappalyzer
7 years ago
Elbert Alias
5b6c06a81b
Fix WooCommerce detection
7 years ago
Elbert Alias
e78e26b647
Merge pull request #1752 from neoneosa/master
...
Added Bulma
7 years ago
Elbert Alias
e56e102329
Merge pull request #1755 from brownsugar/master
...
Add Traditional Chinese translation
7 years ago
Elbert Alias
c45173c8ae
Merge pull request #1758 from hfrid/master
...
Update apps.json
7 years ago
Elbert Alias
9db2f1b50f
Merge pull request #1760 from robwent/mautic
...
Adds Mautic
7 years ago
Elbert Alias
281ad81b9f
Merge pull request #1761 from tschoffelen/master
...
Add Includable web framework detection
7 years ago