Elbert Alias
21e6429670
Fix merge
7 years ago
Elbert Alias
51e578e038
Build v5.4.17
7 years ago
Elbert Alias
f906b498a1
Prettify JSON
7 years ago
Elbert Alias
07d701700a
Fix escaped regex characters in apps.json
7 years ago
Elbert Alias
814d73b16a
Merge branch 'master' of github.com:AliasIO/Wappalyzer
7 years ago
Elbert Alias
968484d53e
Disable jsonlint
7 years ago
Gerard Nguyen Van Thao
bbb63d8ff6
Add Colormeshop, FutureShop, IdosellShop, Projesoft ( #2336 )
...
* Add detection for Shoper
* ### ADDED: Shopcada - Ecommerce Platform
* ### CHANGED - move Shopcada icon to correct folder
* Add Colormeshop - Ecommerce Platform from Japan
* Add FutureShop - Ecommerce Platform from Japan
* Add IdoSell Shop - Ecommerce Platform from Poland
* Add Projesoft - Ecommerce Platform from Turkey
7 years ago
jvoisin
50f527c0ed
Detect moinmoin wiki via its cookies ( #2334 )
...
This can be validated [here](https://wiki.gnome.org/Initiatives/DevelopmentInfrastructure <Paste>)
7 years ago
Fernando Sávio
640e186a48
Corrected plurals in pt_BR ( #2332 )
7 years ago
jvoisin
96b3c2d464
Prestashop only runs on MySQL ( #2330 )
...
[source](http://doc.prestashop.com/display/PS17/What+you+need+to+get+started )
7 years ago
Martin Maillard
365bc3b47d
Add "wappalyzer" command ( #2329 )
...
Wappalyzer can be executed as "wappalyzer" instead of "node index.js".
7 years ago
Camille Barneaud
2252847e89
Fix options page ( #2327 )
...
Bug report: #2325
The value was already correct in local storage but it was not change in <code>options</code> dictionnary in the driver.
7 years ago
jvoisin
2f67a7745e
Xenforo implies MySQL and PHP ( #2326 )
...
[source](https://xenforo.com/xf2-docs/manual/install-upgrade/ )
7 years ago
jvoisin
1aedd1762c
Blogger is written in Python ( #2323 )
...
[source](https://en.wikipedia.org/wiki/Blogger_(service) )
7 years ago
jvoisin
1d28c66737
Add detection for Google Cloud ( #2322 )
...
* Add detection for Google Cloud
This can be verified in its [documentation](https://cloud.google.com/cdn/docs/support ),
and on [this website](https://mobile.lemonde.fr/pixels/article/2018/05/23/qu-est-ce-que-le-protocole-https-que-vient-d-adopter-le-site-du-monde_5303084_4408996.html ).
* Escape a dot
7 years ago
jvoisin
9c540f7d3f
Improve a bit phusion passenger detection ( #2321 )
...
This can be checked [here](https://blog.ghost.org/ )
7 years ago
jvoisin
1d60b9bad1
Fix static category ( #2320 )
...
* Pelican is a static site generator
* Octopress is a static website generator
7 years ago
jvoisin
b2d8adefef
Improve a bit cloudflare detection ( #2319 )
...
This can be checked [here](https://www.fbi.gov/ )
7 years ago
jvoisin
543785e52e
Detect old version of yoast seo plugin ( #2318 )
...
* Detect old version of yoast seo plugin
This can be verified [here](http://ingest.tips/2015/07/19/tips-for-improving-performance-of-kafka-producer/ )
* Fix a typo
7 years ago
jvoisin
d7c0b580e4
Add sucuri detection ( #2314 )
...
Sucuri is a pretty popular CDN/WAT/Magic thing for mainstream CMS,
I think that it deserves a place in wappalyzer's database.
7 years ago
jvoisin
9b8e2b453c
Add detection for All in One SEO Pack ( #2313 )
...
* Add detection for All in One SEO Pack
This wordpress plugin has [more than 3 million installations](https://wordpress.org/plugins/all-in-one-seo-pack/ ).
* Fix a typo
7 years ago
jvoisin
053c19ce43
Improve a bit gitbook.io detection ( #2312 )
...
This can be verified [here](https://snips.gitbook.io/ )
7 years ago
jvoisin
4ffdc849f8
We're in 2018, websites should be in https ( #2311 )
...
This is a first batch, I might do more in the future
7 years ago
jvoisin
6f0f8f4cb6
Improve ckeditor detection via js ( #2310 )
...
This can be tested [here](https://ideas.lego.com/dashboard ),
and can be found in the documentation of ckeditor.
7 years ago
jvoisin
d15e991113
Complete a0cc689e1d
( #2309 )
...
Since lodash and underscorejs are both using `_`,
the presence of `_.VERSION` shouldn't be used
as anything else but a provider of version number
7 years ago
jvoisin
03d86fb07b
Improve coinhive detection ( #2305 )
...
* Improve coinhive detection
* Remove superfluous parenthesis
* Keep the `opt-in` pattern
7 years ago
jvoisin
242872ddb1
Add a way to detect Laravel presence via js ( #2303 )
7 years ago
avasilkov
69f575c83f
npm driver fix url filter in recursive mode. allow only urls from the same host ( #2317 )
7 years ago
Elbert Alias
a0eae8ca04
Hide technologies with 0 confidence, fix Underscore.js and Lodash always being detected together
7 years ago
Elbert Alias
a0cc689e1d
Hide technologies with 0 confidence, fix Underscore.js and Lodash always being detected together
7 years ago
Elbert Alias
02357b2192
Merge branch 'master' of github.com:AliasIO/Wappalyzer
7 years ago
Elbert Alias
37cc4ee6d7
Add proxy option to NPM driver
7 years ago
Mota Mind
6948d067c5
Fixed Translation to Portuguese of Portugal (pt) ( #2306 )
...
Fixed Translation to Portuguese of Portugal (pt).
7 years ago
Fernando Sávio
d5f5ecc847
Created Brazilian Portuguese translation. ( #2304 )
7 years ago
Patrick Meenan
98f8691b70
Add resilience for cases where Array has been extended ( #2287 )
7 years ago
Christopher Schmidt
49b3db1d8d
Add Kubernetes Dashboard ( #2288 )
...
* Added Kubernetes Dashboard
* Small fix
7 years ago
avasilkov
7adc136a36
fix npm driver boolean arguments - Boolean(false) or Boolean(0) is still true, arguments were always true if they were included in the cli independent of values ( #2290 )
7 years ago
jvoisin
edb77f57fe
Improve HLJS detection ( #2295 )
7 years ago
张向东
7b4325fbe0
Update Public CMS Icon ( #2296 )
7 years ago
jvoisin
354fe4f74e
Add Flarum detection ( #2299 )
...
This should close #2294
7 years ago
jvoisin
7ea40895a2
Remove some glaring false-positive patterns ( #2300 )
...
* Remove some glaring false-positive patterns
- `Yii` and `dpd` are common patterns due to javascript compressors
- Since `dpd` and `dpd.js` are the only way to detected Deployd,
and deployd isn't a dependency of anything else, we should
remove it, since it's too false-positive prone
This should close #2289
* Remove a leftover icon
7 years ago
jvoisin
4713f88dc9
Remove some useless app ( #2301 )
...
All of them have zero detection on wappalyzer.com
7 years ago
Camille Barneaud
10b339578e
Remove some legacy code for env detection ( #2283 )
...
* Remove unused env detection
* Remove remaining code for env detection
7 years ago
John
6169a2e868
Add BoldGrid Post and Page Builder ( #2278 )
...
* Add BoldGrid Post and Page Builder
https://wordpress.org/plugins/post-and-page-builder/
* Correct protocol to https [BoldGrid]
7 years ago
jvoisin
db5320dbe4
Wordpress implies MySQL ( #2276 )
...
As documented on [its website]( https://codex.wordpress.org/Using_Alternative_Databases )
7 years ago
jvoisin
c9c09721a5
Add a way to get bugzilla's version ( #2275 )
...
This can be tested [here](https://bugzilla.xfce.org/ )
7 years ago
mahdi
b4bdc1ac0c
Fix conflict by PrestaShop ( #2274 )
...
* Fix conflict by PrestaShop
* Change implies
7 years ago
Camille Barneaud
b1b851ac5e
Fix for #2271 ( #2273 )
...
Use the same code than in the WebExtension driver to extract HTML
7 years ago
Marc
3d8ed9728f
Update CakePHP Icon ( #2269 )
7 years ago
jvoisin
dd456b53c1
Improve jenkins detection ( #2268 )
...
This can be tested [here](http://ci.rada.re/job/radare2/ )
7 years ago
jvoisin
60bc579324
Add a way to get plotly version ( #2267 )
7 years ago
jvoisin
59f844a48a
Remove some useless httpd ( #2265 )
...
* Remove some useless httpd
This was done for httpd without any usage on
the [technologies webpage]( https://www.wappalyzer.com/technologies )
* Remove the icons
* Remove yet an other icon
7 years ago
Christof Horschitz
aa7c8478ad
fixed wrong data type on cats ( #2266 )
7 years ago
jvoisin
c21f869524
Fix Jira detection by unescaping a dot ( #2262 )
...
This can be tested [here](https://jira.ez.no/browse/EZP-26582 )
7 years ago
jvoisin
25a6ce44ac
Improve XenForo detection ( #2261 )
...
* Improve XenForo detection
This can be tested [here](https://thebot.net/threads/python-3-function-annotations.363444/ )
* Fix the json
7 years ago
jvoisin
45c4c41059
Tighten a bit asp and iis detection ( #2260 )
...
- The x-powered-by header is trustworthy for ASP
- The `server` header for IIS always starts with `IIS`
7 years ago
Fabian Schultz
ccfa3a38d9
Add ctfassets.net to Contentful detection ( #2257 )
...
* Add ctfassets.net to Contentful detection.
* Use optional quantifier.
7 years ago
benzel
70b5cb3f45
Updated missing locales ( #2256 )
7 years ago
jvoisin
c7439345e3
Remove some `unpopular` detection ( #2255 )
...
* Remove some `unpopular` detection
Those have zero hits on https://www.wappalyzer.com/technologies
* Remove icons
7 years ago
jvoisin
1982e1986b
Tighten a bit some `Server` regexp ( #2254 )
...
Those were tested on the top10 of every detection
7 years ago
Yanis Ghidouche
80181ad4b3
remove regex for YII Framework ( #2252 )
...
Regex for script detection on YII Framework section prupose to much false positive, as prupose on https://github.com/AliasIO/Wappalyzer/pull/2246 is better to just delete it.
7 years ago
kevNii
2065d5054b
fix meta detection ( #2277 )
7 years ago
Elbert Alias
bb96c9378a
Update version number
7 years ago
Elbert Alias
1ad243167c
Update Portugese locale
7 years ago
Elbert Alias
3402b850ed
Fix empty header value issue
7 years ago
Elbert Alias
dc0031e917
Show icon when no technologies are identified, add htmlMaxCols and htmlMaxRows options in NPM driver
7 years ago
Elbert Alias
2b57a2c97b
Build v5.4.14
7 years ago
mr G1K
31a300ea11
Google Analytics Enhanced eCommerce ( #2230 )
...
* Google Analytics Enhanced eCommerce
tagmanager generate link
//www.google-analytics.com/plugins/ua/ecommerce.js
* Update apps.json
7 years ago
Eoghan Murray
33979d5e86
Add Zenfolio detection (Photo Galleries) ( #2250 )
...
* Add Zenfolio detection (Photo Galleries)
* Update Statcounter logo to new svg version and decapitalize 'C'
7 years ago
Camille Barneaud
324a44a7cf
Change Twemoji cat from JS Graphics to misc ( #2249 )
...
Cf #2241
7 years ago
jvoisin
3ea0c9dc16
Improve a bit Wix detection ( #2248 )
...
This should close #2245
7 years ago
jvoisin
da0103fe1d
Add ReDoc detection ( #2247 )
...
* Add ReDoc detection
This can be tested [here](https://api.mattermost.com/#tag/APIv3-Deprecation )
The project has almost [2500 stars](https://github.com/Rebilly/ReDoc )
* Implement cools ideas from @gadcam
7 years ago
Shahryar Soltanpour
2dd9123989
add backtory ( #2239 )
7 years ago
jvoisin
95e1b71e6e
Medium is written in nodejs ( #2236 )
...
[Sources](https://stackshare.io/medium/medium-com )
7 years ago
Nacim Goura
363c104c2a
add version for jQuery Mobile ( #2235 )
...
It's possible to get the version of jquery mobile with `jQuery.mobile.version`
7 years ago
jvoisin
1487d9f0c7
Remove a Magento flase-positive ( #2234 )
...
This should close #2212
7 years ago
jvoisin
3ec692fbfb
Improve a bit Hugo detection ( #2232 )
...
This can be checked [here](http://blog.ralch.com/tutorial/golang-embedded-resources/ )
7 years ago
Nacim Goura
2d5536b7be
Fix bad category for medium.com ( #2231 )
...
Medium is a [blog](https://en.wikipedia.org/wiki/Medium_(website) ), but is in the CMS category. I corrected that.
7 years ago
mr G1K
23c235bc22
add Yandex Metrika alternate CDN ( #2229 )
...
* Update apps.json
Yandex metrika alternative CDN
https://w6p.ru/ZGZlNT.png
* Update apps.json
7 years ago
Nacim Goura
abda2892e7
remove stamplay ( #2228 )
...
You should remove (stamplay)[https://github.com/Stamplay ] because none of the repository has more than 1000 stars. And no sites have been detected with this technology.
Show (link)[https://www.wappalyzer.com/technologies/stamplay )
7 years ago
Nacim Goura
2133781517
add Docusaurus ( #2226 )
...
[Docusaurus](https://github.com/facebook/Docusaurus ) is a documentation tool by facebook
7 years ago
Nacim Goura
7d946213c5
move multiple pages in good alphabetic order ( #2225 )
...
They were placed in the wrong alphabetical order.
- animate.css
- google analytics enhanced ecommerce
- Prebird
- Genexus
- CNV platform
- 3DM
7 years ago
Nacim Goura
4d123cf776
remove GitPHP ( #2224 )
...
I propose we remove that detection. The site is for sale and I did not find the project open source so impossible to have 1000 stars.
7 years ago
jvoisin
91856c6eb9
Add detection for mermaid ( #2222 )
...
[This js thingy]](https://mermaidjs.github.io/usage.html ) is pretty popular,
with more than 15k stars.
This can be tested [here](https://mermaidjs.github.io/mermaid-live-editor/ ),
and checked in [its documentation](https://mermaidjs.github.io/usage.html ).
7 years ago
Camille Barneaud
afde9a3359
Three.js version detection ( #2219 )
...
Cf https://github.com/mrdoob/three.js/blob/dev/src/constants.js
7 years ago
AlexByte
4dca448a07
Increase YUI version detection. ( #2216 )
...
* Increase YUI version detection.
* Fix json
7 years ago
jvoisin
534a455be9
Fix hljs detection via javascript ( #2215 )
...
Apparently, it's `hljs.listLanguages` and not `hljs.listLanguage`.
This can be verified [here](https://sigint.sh/ )
7 years ago
jvoisin
b6e8c39b1f
Add marked ( #2214 )
...
* Add marked
This can be checked [here](https://sigint.sh/ ).
This [javascript framework](https://github.com/markedjs/marked ) to parse markdown is pretty popular,
with almost 16k stars.
* Add the logo
* Add the official website instead of the github repo
7 years ago
Heitor Ramon Ribeiro
735e1c8aa0
Added INTI Systems ( #2213 )
...
Added INTI Digital White Label Ticket System
7 years ago
Website Builder
77c74099e8
Mobirise Website Builder ( #2211 )
...
* Add files via upload
* Update apps.json
* Update apps.json
* Update apps.json
* Update apps.json
7 years ago
Nacim Goura
8f4441d3ac
add Paper.js ( #2210 )
...
[paper.js](https://github.com/paperjs/paper.js ) is a graphic javascript library.
7 years ago
Camille Barneaud
a76b5a5fed
Add Reveal version detection ( #2208 )
7 years ago
Elbert Alias
1a20370172
Merge branch 'master' of github.com:AliasIO/Wappalyzer
7 years ago
Elbert Alias
52c9e144b8
NPM update, patch Zombie.js to include timeout in JS evaluation
7 years ago
Eoghan Murray
ed9f87aacc
Statcounter detection was missing cases where script tag was output via document.write ( #2243 )
...
E.g. tag code as follows:
```<script type="text/javascript">
var sc_project=12847410;
var sc_invisible=1;
var sc_security="cad283e9";
var sc_https=1;
var scJsHost = (("https:" == document.location.protocol) ?
"https://secure ." : "http://www .");
document.write("<sc"+"ript type='text/javascript' src='" +
scJsHost+
"statcounter.com/counter/counter.js'></"+"script>");
</script>```
7 years ago
Abd ar-Rahman Hamidi
b53c754221
Update apps.json ( #2217 )
7 years ago
Ujwal Dhakal
344a84d743
implemented pagevamp as cms ( #2205 )
7 years ago
Glad Tidings
5388383a77
Update apps.json ( #2160 )
...
* Update apps.json
* pars elecom portal icon
* Update apps.json
* Update apps.json
7 years ago
Guillaume BAUDHUIN
167796775b
official drupal svg icon ( #2204 )
7 years ago
Camille Barneaud
26022b21ed
Fix MotoCMS pattern ( #2203 )
...
See #2132
7 years ago
jvoisin
93b69a294e
Detect IPB via cookies ( #2200 )
...
This can be tested [here](https://forum.wiwiland.net/index.php?/topic/50403-openmw/page__pid__748659__st__350#entry748659 )
7 years ago
Michael Moravec
3baaa0c3ca
TeamCity: New logo, expand implies, https ( #2198 )
7 years ago
Max Schmitt
2290946422
mouseflow: added version detection ( #2196 )
7 years ago
Max Schmitt
4e2e2bc37d
Snap.svg: added version detection ( #2193 )
7 years ago
jvoisin
05a3c3118e
Add a way to get zurb foundation version ( #2192 )
...
This can be checked [here](http://www.haka-security.org/ )
7 years ago
Camille Barneaud
ad82544f5e
Remove Gitlab description pattern ( #2191 )
...
Causing false positives cf #2190
7 years ago
jvoisin
bfff51c3fd
Fastly can be present in "Vary" header ( #2188 )
...
This can be verified [here](https://stackoverflow.com )
7 years ago
jvoisin
f327408b43
Apparently, some sites are exposing their varnish version ( #2187 )
...
* Apparently, some sites are exposing their varnish version
This can be tested [here](https://en.wikipedia.org/wiki/Erlk%C3%B6nig_(Goethe) )
* Simplify the regexp, since it's a `search` and not a `match`
7 years ago
Charlie Chrisman
d95a3c3afb
Update Contentful detection ( #2186 )
...
* Update Contentful detection
* Update Contentful detection
Updated per suggestion from @jvoisin. Thanks!
7 years ago
Max Schmitt
7f998786b7
added underscore.js version ( #2182 )
7 years ago
jvoisin
604dbaa2f2
Fix a typo in ParticlesJS detection ( #2185 )
...
This can be tested [here](http://tengine.taobao.org/ )
7 years ago
jvoisin
c3d2b274e8
Add an other header to fingerprint cloudfront ( #2183 )
7 years ago
Camille Barneaud
fc6eadb86e
Remove low confidence pattern js ( #2181 )
...
* Remove low confidence pattern js
They were doing a lot of noise with the extension on a lot of website.
+ Improve Select2 detection
* Update vue.js pattern
Change another pattern of Vue.js as suggested @jvoisin
7 years ago
Igor Ryzhenkov
df1fbc0d64
Update messages.json ( #2180 )
7 years ago
jvoisin
41ae79989b
Implement Slick detection ( #2171 )
...
* Implement Slick detection
This can be tested [here](http://spacemacs.org/ ).
No icons :/
* Fix an alcohol-related typo :3
* Remove a missing icon
7 years ago
Elbert Alias
09ebc4aa48
Disable SSL checks in NPM driver
7 years ago
Elbert Alias
c9b0ab7aa2
Fix header detection, performance improvements in WebExtension driver
7 years ago
Elbert Alias
bf47697939
Build v5.4.12
7 years ago
Elbert Alias
4d307ef90b
Add cookie detection to NPM driver
7 years ago
Elbert Alias
65dfc75e8c
Merge branch 'master' of github.com:AliasIO/Wappalyzer
7 years ago
Elbert Alias
916b3af5c0
Handle uncaught exceptions in NPM driver
7 years ago
Saman Baboli
0822d46ddb
change raychat.io logo ( #2179 )
...
* change raychat.io logo
* name miss
7 years ago
jvoisin
fecd0a2a24
Tighten a bit woocommerce detection ( #2178 )
7 years ago
jvoisin
0c518d8ef5
Improve the way we get SPIP version ( #2176 )
...
* Improve the way we get SPIP version
This can be checked [here](http://www.lentrepot.fr/ )
* Fix a typo
7 years ago
Max Schmitt
840e141366
Fingerprint.js: added version detection ( #2173 )
7 years ago
Colin Marshall
2efd8f10b0
Update ZURB Foundation icon ( #2174 )
7 years ago
STM
58d8fc0ecc
Removed % characters in confidence number. ( #2172 )
7 years ago
Max Schmitt
b5e4b9d516
SoundManager: added version detection ( #2168 )
7 years ago
jvoisin
b6cc738681
Improve a bit disqus detection ( #2166 )
...
This can be tested [here](blog.lekkertech.net/blog/2018/03/07/iota-signatures/).
This scheme is used on a lot of blogs.
7 years ago
jvoisin
22f8d44911
Improve a bit octopress detection ( #2165 )
...
This can be tested [here](blog.lekkertech.net/blog/2018/03/07/iota-signatures/)
7 years ago
Michael Moravec
b24097c181
Add CDN77 ( #2163 )
7 years ago
Arnaud Ligny
f5b3f12dd9
Update french translations ( #2159 )
...
* Update french translations
* Update messages.json
7 years ago
jvoisin
6b937775be
Fix a critical typo in `particules.js` detection. ( #2162 )
...
Super-duper sorry about this.
7 years ago
Elbert Alias
c4b7070e12
Merge branch 'master' of github.com:AliasIO/Wappalyzer
7 years ago
Elbert Alias
5344662f4c
Implement browser.cookie API
7 years ago
jvoisin
08e0a3cb13
Fix a typo in crypto-loot, found by @gdcam ( #2161 )
7 years ago
Max Strübing
01a523694d
Use https for neos/flow website ( #2158 )
7 years ago
Max Schmitt
83fe10cda9
bootstrap. added version detection ( #2147 )
7 years ago
Elbert Alias
6de4bac1e4
Update locales
7 years ago
Elbert Alias
6f79a1775d
Update locales
7 years ago
Elbert Alias
56e3d419ce
Fix Dart implies/excludes
7 years ago
Anthony Maki
3c2ee9ff23
Add AngularDart and Dart to Wappalyzer ( #2113 )
...
- Add AngularDart as Web Framework
- Add Dart as Programming Language
- Tweak other Angular entries (Angular, AngularJS, Angular Material) with 'excludes' logic
7 years ago
AlexByte
a37bef4fb3
Add Vaadin. ( #2106 )
7 years ago
benoitboireau
26fd34805a
Add a way to detect ip-label agent ( #2118 )
...
* Add a way to detect ip-label agent
* Add a way to detect ip-label
7 years ago
Andres Castillo
5d6ff3ac5b
Analyze headers ( #2129 )
...
* Await analyzeHeaders promise + add tests
* Parse js patterns when analyzing js
* Put back parseJsPatterns where it was
* Separete to devDependencies
* Add apps object to isolate and prevent manual updates
* Simplify wappalyzer.apps
* Only use necessary input data per analyze use case
* Remove package-lock.json
* Checking in yarn.lock
* Remove npm from test script
7 years ago
jvoisin
89429b0995
Add a way to get woocommerce version ( #2126 )
...
This can be tested [here](https://puri.sm/products/ )
7 years ago
jvoisin
7b5a0ae59b
Improve a bit quantserve detection ( #2127 )
...
This can be tested [here](http://www.slate.com/articles/news_and_politics/crime/2013/12/gun_ownership_causes_higher_suicide_rates_study_shows.html )
7 years ago
Max Schmitt
d51f75b6a1
fancybox: added version detection ( #2128 )
7 years ago
Nacim Goura
77621bd48b
Add Pelican ( #2130 )
...
* Add Pelican
python cms
* change http by https and simplify detection
* fix false-positive
7 years ago
Cameron Tod
4c6df64a4c
Add Acquia Cloud PaaS hosting platform. ( #2131 )
7 years ago