jvoisin
3a3a2a38d5
Add a way to get leaflet's version ( #2133 )
...
This can be tested [here](http://umap.openstreetmap.fr/en/ )
7 years ago
Jonas Franz
bf421bfb27
Add Gitea ( #2135 )
...
* Add Gitea
* Removing unnecessary group
Signed-off-by: Jonas Franz <info@jonasfranz.software>
* Improve regex of Gitea
Add support for version detecting
Signed-off-by: Jonas Franz <info@jonasfranz.software>
* Switch to https
7 years ago
jvoisin
e28da87bac
Add a way to get Wink's version ( #2137 )
...
This can be tested [here](https://boutique.orange.fr/internet/offres-fibre/resultat-eligibilite )
7 years ago
jvoisin
0ddb5e380c
Improve a bit the gitlab detection ( #2138 )
...
This can be tested on gitlab's website
7 years ago
jvoisin
9947a4a218
Github pages are now only a CDN, and not a blog ( #2139 )
...
The rationale for this commit is that when you're putting content on github
pages, the underlying blog engine is Jekyll, or anything else that you might
use to generate static html. Github pages are only the things that is serving
your pages, aka a content delivery network.
7 years ago
Camille Barneaud
6a691ca768
Fix typos apps.json ( #2142 )
...
- Fix 2 scripts pattern
- Convert the last "env" pattern to the js format
7 years ago
Camille Barneaud
27e1fa17a4
Fix performance issue ( #2143 )
...
* Fix #2140
Remove inpage js.
* Remove the two culprit
I removed Criteo & Carbon Ads which were the original culprit.
I also removed the beginning of Sizmek pattern as it looks useless and potentially dangerous.
I would add that any pattern matching some close to <code>\[\^(.).{0,3}\].{0,3}\1</code> in the beggining should look suspicious.
There are several good candidate in HTML..
7 years ago
jvoisin
1fd9273e3a
Improve jquery migrate and jquery mobile detection ( #2145 )
...
* Improve jquery migrate and jquery mobile detection
This can be tested [here](http://docs.python-requests.org/en/master/ )
- remove the `rc` thingy, since no other patter using it, and I haven't seen a
single website actually using it.
- jquery-migrate is valid too
- Remove `.*` in favour of of an optional `.min`
* Fix an unnecessary escape, thanks to @gadcam
7 years ago
jvoisin
f099491bd3
Improve Material Lite detection ( #2146 )
...
This can be tested [here](https://google.github.io/xi-editor/gsoc.html )
7 years ago
jvoisin
a64fa26eb1
Improve a bit highligthjs detection ( #2148 )
...
* Improve a bit highligthjs detection
- Add a `js`-based detection
- Simplify the `script` pattern
- The `script` can now get the version
* Add a missing `?`
7 years ago
jvoisin
80064f8e42
Improve a bit firebase detection ( #2149 )
...
* Improve a bit firebase detection
- Improve the `script` thingy
- http -> https
* Add a `js` pattern
7 years ago
jvoisin
4cebd35c2c
Improve a bit the cryptoloot detection ( #2150 )
...
Based on [this article](https://badpackets.net/how-to-find-cryptojacking-malware/ )
7 years ago
jvoisin
876c33f3ee
Improve a bit the coinimp detection ( #2151 )
7 years ago
jvoisin
5da0137c91
Improve semantic-ui detection ( #2153 )
...
- Simplify the regexps
- Add a way to detect the version
- Remove the `ui` pattern, since it was triggering a lot of false-positives
- http -> https
This can be checked [here](https://git.libskia.so/ )
7 years ago
jvoisin
c6cc1bfb7a
Improve a bit clipboards.js detection ( #2154 )
...
This can be tested [here](https://git.libskia.so )
7 years ago
jvoisin
4aa6c3d86a
Improve a bit tinymce detection ( #2155 )
...
* Improve a bit tinymce detection
- Add a `script` pattern
- Add a way to get the major version
This can be tested [here](https://www.mediapart.fr/journal/france/080318/mandelieu-un-promoteur-vendeur-d-armes-en-affaire-avec-la-famille-du-maire )
* Add a missing part in a regexp, spotted by @gadcam
7 years ago
jvoisin
d5d2101e12
Add particles.js detection ( #2156 )
...
This can be checked [here](http://pwning.fun/ ) and [here](https://vincentgarreau.com/particles.js/ ).
It has ~14.000 stars in github, and is used on a metric fuckton of websites
who want a fancy background. Unfortunately, it doesn't have an icon yet.
7 years ago
wpCache
f386739522
update wpCache ( #2110 )
...
* update wpCache
New version 2.0 Fix error browser chrome - firefox
* change implies
"implies": [
"WordPress",
"PHP"
],
7 years ago
jvoisin
af9af7d1c8
Add a way to get Stripe's version ( #2125 )
...
This can be tested [here](https://stripe.com/atlas/guides/business-of-saas )
7 years ago
Gonzalo Rizzo
fb6f1f5665
Add Genexus detection ( #2124 )
...
* Add Genexus detection
* Fix genexus image size
* Add Miscellaneous category to Genexus
* Use /gxp\\.js as script regexp
* Remove gx js global to detect Genexus
7 years ago
toastal
46b6b29755
Using `reduce` to remove extra iterations ( #2122 )
...
* Using `reduce` to not iterate so much
* Remove the Array.from as well
7 years ago
jvoisin
3a19eeeb0d
Improve Concerte5 handling ( #2121 )
...
- Better version detection (the `ab` thingy looks like a bug to me)
- Tighten the regexp for the generator
- Tighten the `script` thingy
- The website is using https
7 years ago
jvoisin
d2260af0f2
Add a way to get XRegExp's version ( #2120 )
7 years ago
Max Schmitt
93d23283e5
React: Fixed version detection ( #2117 )
...
* React: Fixed version detection
Example sites which are using React:
- Slack
- Dropbox
- Imgur
On all it works fine with PascalCase "React".
* React: Readded old version detection
* React: Removed unnecessary js check
7 years ago
jvoisin
a921a1b878
Add a way to get tweenmax's version ( #2115 )
...
This can be tested [here](https://www.kravmagaparis12.com/ )
7 years ago
jvoisin
7ac29fac53
Add a way to get requirejs version ( #2114 )
...
This can be tested [here](https://rougie.fr/ )
7 years ago
jvoisin
0e1dd2986a
Add the next stable release of debian ( #2112 )
7 years ago
jvoisin
8936227e60
Add a way to get socket.io's version ( #2111 )
...
This can be tested [here](https://cloud.scaleway.com/#/ )
7 years ago
jvoisin
ed81e2a634
Add awesomplete ( #2105 )
...
This can be tested [here](https://leaverou.github.io/awesomplete/ ) or [here](https://links.imirhil.fr/ )
The library is [pretty popular](https://github.com/LeaVerou/awesomplete ), with almost 6000 stars
7 years ago
jvoisin
687dedce1b
Add a way to get algolia's version ( #2103 )
...
This can be tested [here](https://blog.heroku.com/ruby-2-4-features-hashes-integers-rounding#better-hashes ).
Please note that `algoliasearch` and `AlgoliaSearch` are both present on
the webpage
7 years ago
jvoisin
89ed918bc0
Tighten a bit the ExpressionEngine regexp ( #2102 )
...
This can be tested [here](http://shamelessmag.com/blog/entry/adversary-making-a-statement-in-the-industrial-mu/ )
7 years ago
jvoisin
32b5408aa5
Add a way to get polymer's version ( #2101 )
...
This can be tested [here](https://www.youtube.com/watch?v=-8cOWt7lvUQ )
7 years ago
jvoisin
8e1bfb4e45
Add a category for static site generators ( #2092 )
7 years ago
Elbert Alias
f35c7ff3e7
Add robots.txt queuing
7 years ago
Elbert Alias
24c460f86f
Fix uncaught promise in browser-polyfill.js
7 years ago
Elbert Alias
74bb8fa56a
Asynchronous regex execution
7 years ago
jvoisin
ccdb6949f7
Add mkdocs detection ( #2097 )
...
This can be verified [here](http://archerysec.info ). It's a [pretty
popular]( https://github.com/mkdocs/mkdocs ) software.
7 years ago
TotPeRo
c5bb9bc12c
fix analyzeMeta duplicate line ( #2096 )
...
in analyzeMeta function the r const is declared but never used and in next if is the same code.
7 years ago
jvoisin
1c64985ffc
Change webpack's category ( #2094 )
...
This should close #1586
7 years ago
jvoisin
de8c568412
Add Koha ( #2093 )
...
* Add Koha
This should close #2048
* Add a js patterns potted by @gadcam
7 years ago
jvoisin
a19df3db2b
Add a way to detect Gazelle ( #2091 )
...
* Add a way to detect Gazelle
This can be tested [here](http://159.89.252.33/torrents.php ) and [here](https://empornium.sx )
* Add a js pattern found by @gadcam
7 years ago
jvoisin
1bb90eb633
Add a way to get typekit's version ( #2090 )
...
This can be tested [here](https://readthedocs.org/ )
7 years ago
jvoisin
21e14940a4
Add a way to get YUI version ( #2089 )
...
This can be tested [here](https://bugs.launchpad.net/ubuntu/+source/unbound/+bug/1732150 )
7 years ago
jvoisin
87b62c8975
Add a new way to get bootstrap's version ( #2088 )
...
This can be tested [here](http://storm-country.com/blog/evo-deco ),
based on [this method](https://github.com/twbs/bootstrap/issues/16264 )
7 years ago
jvoisin
0a3ae5538d
Add Flickity ( #2086 )
...
This can be tested [here](https://www.grsecurity.net/support.php )
7 years ago
jvoisin
fd8234e847
Add a way to get jqueryui version ( #2084 )
...
This can be tested [here](http://linuxmao.org/open%20stage%20control )
7 years ago
jvoisin
b15538b9cd
Add a way to get scriptaculous version ( #2082 )
...
This can be verified [here](https://revolt.group/ )
7 years ago
jvoisin
533b02a34e
Add a way to get Prototype's version ( #2081 )
...
This can be verified [here](https://revolt.group/ )
7 years ago
jvoisin
a2fd98d1d7
Add a way to get vus.js version ( #2079 )
...
This can be tested [here](https://vuejs.org/v2/guide/ )
7 years ago
jvoisin
c971da9736
Add a way to get react's version. ( #2078 )
7 years ago
jvoisin
e428c10220
Add a way to get raphael's version ( #2077 )
...
This can be tested [here](https://hackmd.io/EwQwDARmBmDGCcBaAjAU1sxAWA7Ox880wiOAJgMyw4ywXSpZA=== )
7 years ago
jvoisin
cc0d4d3824
Add a way to get lodash's version ( #2076 )
...
This can be tested [here](https://hackmd.io/EwQwDARmBmDGCcBaAjAU1sxAWA7Ox880wiOAJgMyw4ywXSpZA=== )
7 years ago
Gerard Nguyen Van Thao
c0460a7378
Add detection for Shopcada ( #2083 )
...
* Add detection for Shoper
* ### ADDED: Shopcada - Ecommerce Platform
* ### CHANGED - move Shopcada icon to correct folder
7 years ago
Elbert Alias
0a63ef2ddd
Build v5.4.7
7 years ago
jvoisin
ffc7538116
Simplify mediawiki version detection ( #2071 )
...
Mediawiki versions can contain a lot of different letters, like
[`1.31.0-wmf.17`](view-source:https://en.wikipedia.org/wiki/Token_bucket ),
so there is no need to check for numbers specifically.
7 years ago
jvoisin
65e01f3a42
Add a way to get mustachejs version ( #2072 )
...
This can be tested [here](https://en.wikipedia.org/wiki/Token_bucket ).
7 years ago
Camille Barneaud
484d2e3ce7
Update js patterns & add version detection - MediaElement.js --> Plesk + Some removed apps ( #2070 )
7 years ago
jvoisin
49c19869cb
Add a way to get modernizr version via "js" ( #2074 )
...
This can be verified [here](https://www.spip.net/en_rubrique25.html )
7 years ago
AlexByte
b3def7e9f9
Add again viewBox to AngularJS icon. ( #2075 )
7 years ago
Cosmin
a6e124caf7
added Woosa application ( #2066 )
...
* added Woosa application
* updated icon name
7 years ago
Max Schmitt
ed6a1315d6
OpenUI5: added version detection ( #2062 )
7 years ago
Daniel Zdziebko
43603c5e08
Update no.6 for Polish lang ( #2056 )
...
* Update no.5 for Polish lang
* Update no.6 for Polish lang
7 years ago
Sarun Intaralawan
3c5d8180c6
Remove `ng-version` detection from AngularJS ( #2052 )
7 years ago
Elbert Alias
c7fe16d185
Merge branch 'master' of github.com:AliasIO/Wappalyzer
7 years ago
Elbert Alias
28a93d5bec
Improve Joomla pattern, decrease processed HTML sise
7 years ago
Brandon Kelly
b0dc7f0644
Added Craft Commerce detection ( #2059 )
7 years ago
Elbert Alias
fd9c20c700
Escape meta characters
7 years ago
Elbert Alias
4a711891fc
Fix meta detection method
7 years ago
Elbert Alias
2e5651f3c9
Merge branch 'master' of github.com:AliasIO/Wappalyzer
7 years ago
Elbert Alias
0fbaa9622c
Add Adyen, popup styles
7 years ago
Sarun Intaralawan
be6e201ebd
Remove `ng-version` detection from AngularJS ( #2042 )
...
The `ng-vesion` attribute only exists in Angular, not AngularJS.
This fixes the merge screw up in #2007
7 years ago
Camille Barneaud
30a3d74ac8
Add A-Frame detection ( #2044 )
...
* Add pattern for A-Frame
* Add A-Frame icon
* Fix script pattern
7 years ago
Sarun Intaralawan
7305e56aa1
AngularJS icon and Angular icon is not the same ( #2045 )
7 years ago
Max Schmitt
b7be99a1d7
Squarespace: Adds html detection ( fix #2026 ) ( #2046 )
...
Adds the html detection for Squarespace
7 years ago
Fabian Schultz
a214b73b5d
Add Kajabi. ( #2049 )
7 years ago
TotPeRo
eca877f92c
categoryPin Romanian translation ( #2050 )
...
fix categoryPin Romanian translation
7 years ago
Elbert Alias
8a5bc035ce
Add ability to pin a category
7 years ago
Elbert Alias
0dcb78a8bd
Merge branch 'master' of github.com:AliasIO/Wappalyzer
7 years ago
Elbert Alias
6d7c9a3512
Fix Ant Design, Sqreen, update Tilda icon, fix bookmarklet
7 years ago
kkadosh
900ef3fd7c
Fix forgotten comma that prevent json loading ( #2043 )
7 years ago
Sarun Intaralawan
9965e64f76
Angular and AngularJS is not the same ( #2041 )
...
According to [Angular branding guideline](https://angular.io/presskit#brand-names ), AngularJS is referred to 1.x versions and Angular is referred to 2+ versions.
This reverts parts of #2037
7 years ago
Sarun Intaralawan
c5f7058537
Angular root component can have different selector ( #2007 )
7 years ago
jvoisin
a7dd5583bf
Normalize a bit the implies ( #2037 )
...
This should close #2036
7 years ago
kkadosh
1eb6ba1264
Add an other way to identify redmine ( #2034 )
...
* Add an other way to identify redmine
* Fix regex
7 years ago
Camille Barneaud
b94acd1961
Fix problem in version detection via js variables ( #2033 )
...
* Fix version detection in js variables (webextension)
* Fix version detection in js variables (NPM)
7 years ago
Rigas Papathanasopoulos
d44fe72222
Add detection for Transifex live ( #2031 )
7 years ago
Max Schmitt
10dd6c6e81
Improved OpenUI5 logo quality ( #2030 )
7 years ago
kkadosh
dcdec477fc
Add Zend version detection ( #2029 )
...
* Add Zend version detection
* Fix version detection
7 years ago
Nick Ford
368272fe07
watch for data-v in html elements ( #2027 )
7 years ago
Ali Aghaie
381ff7a8b5
Add Shopfa ( #2021 )
7 years ago
kkadosh
2a072ae435
Improve hybris detection ( #2018 )
7 years ago
Ilya Grigorik
10a98a35a6
Add detection for Accelerated Mobile Pages ( #2017 )
...
* add detection for Accelerated Mobile Pages
Detect logic mirrorer from AMP validator: https://github.com/ampproject/amphtml/blob/master/validator/chromeextension/content_script.js#L101
Closes #2013 .
* update AMP HTML regex
7 years ago
Hyder B
6f08ac7dfb
Detect Vbulletin version ( #2006 )
...
* detect vbulletin version
* added space
* Match space should be optional
7 years ago
jvoisin
5075e10afc
Vastly improve Bugzilla detection ( #2005 )
...
This can be tested [here](https://bugzilla.mozilla.org/show_bug.cgi?id=1419581 )
7 years ago
Hyder B
08c17d2c6c
remove vox ( #1998 )
...
* remove vox
* remove vox icon
7 years ago
jvoisin
523b840202
Improve a bit the detection of scriptaculous ( #1997 )
...
This can be tested [here](store.steampowered.com/sale/devolverdonequick/)
7 years ago
Camille Barneaud
e1d47b037b
Split Angular into AngularJS & Angular ( #1995 )
7 years ago
Limon Monte
fb7a4a9efc
Update SweetAlert2 homepage and script to detact all.min.js ( #1993 )
7 years ago
kkadosh
9f827dee18
Change priorities ( #1990 )
...
* Change priorities
* Change too high priority
* Increase Database Managers priority
* Change javascript/web framework priorities
7 years ago
Max Schmitt
925cc19f9c
Update dependencies ( #1989 )
7 years ago
Max Schmitt
f0546375ac
added editor schema.json inline support e.g. VS Code, Atom etc. ( #1988 )
7 years ago
Max Schmitt
08d9f18426
Fix: jQuery Migrate detection ( #1987 )
...
Adding `jQuery.migrateVersion` for version detection via JavaScript: 180a4531d6/README.md (migrate-plugin-api)
7 years ago
kkadosh
c16e93283f
Add laterpay detection ( #1986 )
7 years ago
Brandon Kelly
cc00335752
Update Craft CMS detection ( #2023 )
...
Craft’s `X-Powered-By` header could start including other details besides the product name, so all we should care about is that “Craft CMS” is in there somewhere.
7 years ago
Elbert Alias
fa91ebd4c1
Merge branch 'master' of github.com:AliasIO/Wappalyzer
7 years ago
Elbert Alias
cb754545df
NPM driver: add batch processing, protocol check
7 years ago
Brandon Kelly
69a4864a0f
Escaped a bunch of \'s ( #2022 )
...
If these `\`s aren’t escaped property, they will be discarded when the JSON is decoded.
7 years ago
Rizchel Dayao
2b001826de
Remove Schneider and Schneider Web Server, closes #1991 ( #2011 )
7 years ago
Elbert Alias
49914dd959
Remove unneeded icons
7 years ago
Elbert Alias
effee81186
Merge branch 'master' of github.com:AliasIO/Wappalyzer
7 years ago
Hyder B
207dcb1280
Yoast SEO implies WordPress ( #1983 )
7 years ago
Gerard Nguyen Van Thao
499f171ac0
Add detection for Shoper ( #1982 )
7 years ago
kkadosh
b8a1e9c973
Fix Gallery regex to avoid FP ( #1981 )
7 years ago
jvoisin
f8ce9b357f
Change the priority for documentation tools ( #1980 )
7 years ago
Sang Nguyen
fa01b0f9d4
Add MYPAGE platform detection ( #1979 )
...
* Add MYPAGE platform detection
* Add icon for MYPAGE platform
7 years ago
YFdyh000
cf64bf7742
Update zh_CN locale ( #1977 )
7 years ago
jvoisin
fa4d63d104
Add detection for Flat UI ( #1976 )
...
The official website is [here](https://designmodo.github.io/Flat-UI/ ),
the github is [here](https://github.com/designmodo/Flat-UI ), and can be
tested [here](https://up2sha.re/ ).
7 years ago
jvoisin
d368a59f4a
Add jquery-migrate detection ( #1975 )
...
This plugins is used a lot by lazy dev who don't want to upgrade.
This commit can be tested [here](https://www.tinyclues.com/ )
I also updated two jquery-related links to https.
7 years ago
Arun Pattni
8c0eff01e0
Added XWiki detection ( #1973 )
...
* Added XWiki
* Fix Typo
7 years ago
Aslan Vatsaev
2e13165f92
fix: fix Angular (2+) naming and icon, Angular is not AngularJS ( #1971 )
7 years ago
Chawye Hsu
327a11fe0f
Add Hexo detection ( #1970 )
...
* Add Hexo detection
* Update Hexo detection
7 years ago
kkadosh
011f761a7e
Add deepminer detection ( #1968 )
...
* Add deepminer detection
* Fix typo
* Refix typo ...
* Fix again
* Change icon file
7 years ago
kkadosh
eb5980b9b1
Change database manager priority ( #1967 )
7 years ago
jvoisin
730e08f77e
Tighten a regexp for RoR detection ( #1966 )
7 years ago
jvoisin
779f684af0
Add an other way to get Serendipity's version ( #1964 )
...
This can be tested [here](https://blog.hboeck.de )
7 years ago
kkadosh
9a25719bdf
Fix mistake in webmine detection ( #1963 )
7 years ago
kkadosh
5230badf1d
Fix mistake in monerominer detection ( #1962 )
7 years ago
jvoisin
21218d83c9
Add yet another way to detect bootstrap's version ( #1958 )
...
This one is popular amongst CDN, and can be tested [here](https://www.ripstech.com/php-security-calendar-2017/ )
7 years ago
Elbert Alias
30ac5b413b
Add catch statement
7 years ago
Elbert Alias
77574d548c
Build 5.4.3, NPM performance improvements, removed requestTimeout option
7 years ago
Elbert Alias
3f42859e49
Performance improvements
7 years ago
Elbert Alias
1c38da6e59
Build 5.4.2
7 years ago
Elbert Alias
fdfc95990f
Build 5.4.1
7 years ago
Elbert Alias
9e26b972d6
Check for documentElement in NPM driver
7 years ago
Elbert Alias
48e6638083
Build v5.4.0
7 years ago
Elbert Alias
3cb35624ee
NPM driver: skip non-HTML pages, return analyzed URLs
7 years ago
Elbert Alias
538e843b0d
Merge branch 'master' of github.com:AliasIO/Wappalyzer
7 years ago
Elbert Alias
4bbda8916b
Avoid use of prototype functions in inject.js
7 years ago
Camille Barneaud
1fce3cbc6b
Enable the use of W in Firefox for Android ( #1960 )
7 years ago
Camille Barneaud
4b9bc8a8e8
Remove edge code ( #1959 )
...
* Remove edge code in driver.js
* Remove edge code in popup.js
7 years ago
Elbert Alias
be78de5aca
Build v5.3.2
7 years ago
Elbert Alias
d441b99572
Merge branch 'master' of github.com:AliasIO/Wappalyzer
7 years ago
Elbert Alias
46b2e6face
Add animate.css
7 years ago
kkadosh
6327c4a15a
Add Cloudcoins detection ( #1956 )
...
* Add Cloudcoins detection
* Fix typo
* Fix typo in an other app
* Add website field
* Fix typo in website URL
7 years ago
kkadosh
a894b3e435
Add coinimp detection ( #1957 )
...
* Add coinimp detection
* Fix typo
7 years ago
Elbert Alias
f2a28f6105
Fix links in options
7 years ago
kkadosh
c8dfa9f996
Add monerominer detection ( #1955 )
7 years ago
kkadosh
eb65aebcbc
Add Coinlab detection ( #1954 )
7 years ago
kkadosh
3c6032bb98
Webmine detection ( #1953 )
...
* Add Webmine detection
* Remove mistake
* Add website
7 years ago
kkadosh
b64cc81a49
Adding Inwemo cryptominer detection ( #1952 )
...
* Adding Inwemo cryptominer detection
* Add inwemo icon
* Improve inwemo detection
* Avoid FP
7 years ago
kkadosh
1b7d99680c
Improve coinhave detection ( #1950 )
...
* Improve coinhave detection
* Avoid FP
7 years ago
jvoisin
9aedf72f34
Add an other way to get mathjax' version ( #1948 )
...
This can be tested [here](https://clang.llvm.org/docs/ControlFlowIntegrity.html )
7 years ago
Elbert Alias
e4cfe4599f
Replace promise with callback in browser.wait
7 years ago
Elbert Alias
7661c76029
Add NPM lock file
7 years ago
Elbert Alias
1825f9c1c2
Add missing icon
7 years ago
Elbert Alias
cbf071e083
Fix apps.json issues
7 years ago
Elbert Alias
18733b6c5f
Manual PR merges
7 years ago
Elbert Alias
87dcf8db15
Merge branch 'master' of github.com:AliasIO/Wappalyzer
7 years ago
Camille Barneaud
b682b4440f
Fix HTML extraction in WebExtensions ( #1920 )
7 years ago
Elbert Alias
daba17e6de
Merge branch 'master' of github.com:AliasIO/Wappalyzer
7 years ago
Elbert Alias
b11296b60f
Manual merges
7 years ago
jvoisin
2ba7b292eb
Vastly reduce the size of Haravan's logo ( #1942 )
7 years ago
Max Schmitt
6e9e5dc4ef
Fixed not working URLs in the webextension options ( #1930 )
...
Also formatted the code with VS Code, that's why it looks so weird.
7 years ago
Elbert Alias
581758f4c3
Merge js field
7 years ago
Elbert Alias
f9b3fd53a8
Merge
7 years ago
Elbert Alias
33c53bd639
Merge branch 'js-field'
7 years ago
Elbert Alias
7776623fb7
Merge
7 years ago
Camille Barneaud
c71c13b91f
Fix typos
7 years ago
Camille Barneaud
66206fbf69
Update js patterns & add version detection - Fingerprint --> MediaElement.js + Remove jo & koego
7 years ago
Camille Barneaud
757a9ca2dd
Update js patterns & add version detection - Beginning --> Fingerprint
7 years ago
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