Elbert Alias
a626bc4c42
Merge pull request #1339 from jvoisin/maxcdn_improvement
...
Improve a bit maxCDN detection
8 years ago
Elbert Alias
cd03bd0da6
Merge pull request #1338 from pd4d10/patch-1
...
Fix anonymous reports option in Chrome
8 years ago
Elbert Alias
8132127552
Merge pull request #1337 from twindual/master
...
Fix #1325 - BigCommerce is wrongly detected
8 years ago
Elbert Alias
6c7387f166
Merge pull request #1335 from jvoisin/youtrack
...
Add YouTrack detection
8 years ago
Chitoku
14360b2fa6
Fix Javascript -> JavaScript
8 years ago
Benjamin Diolez
b9404c9d86
AT Internet last tag detection
...
Adding the new tag version for AT Internet tracking (SmartTag)
8 years ago
nars
1e4699c0ee
Added Comandia detection
...
Test: http://demo.mycomandia.com/ https://www.comandia.com/
8 years ago
Eric Hauswald
12377c0ac9
Fix Proximis Omnichannel icon property
8 years ago
Eric Hauswald
246b49714a
Add Proximis Omnichannel detection
8 years ago
Craig London
3d2407fbaf
Change regex from ".+" to "[^>]+"
8 years ago
Craig London
5fac98cdf4
Change capture group to non capture group
8 years ago
Craig London
187ee13d6f
Improve detection of IBM Websphere
8 years ago
Craig London
033004a4ff
Add image as PNG instead of ICO
8 years ago
Craig London
22228635a9
Add DoveTailWRP icon and detection patterns
8 years ago
Jonas Felix
1a2ae78d84
wix.com - use meta to detect
8 years ago
jvoisin
d395267629
Improve a bit the regexp
8 years ago
Anirban Das
49843a0bc6
Improve Bootstrap detection
8 years ago
jvoisin
33066bea95
Fix a typo in the regexp
8 years ago
jvoisin
fd37b88747
Fix the icon
8 years ago
jvoisin
d2a925c6c4
Fix a typo
8 years ago
jvoisin
ee815119c7
Add a default icon
8 years ago
jvoisin
551cc1d9eb
Add GitPHP detection
...
This can be tested on [this](http://source.gitphp.org/ ) website.
8 years ago
jvoisin
36cc88b4bf
Add an icon for http2
8 years ago
Ambroise Maupate
5691e7c60d
Added Roadiz CMS x-powered-by header.
8 years ago
jvoisin
07942c5a6d
Add gitlist detection
...
This can be tested on [this](http://gitlist-khornberg.rhcloud.com/ ) website.
8 years ago
jvoisin
0bffef4b38
Improve gitweb detection
...
This commit can be tested on [this](http://git.kali.org/gitweb/?p=packages/cisco-auditing-tool.git;a=summary ) website.
8 years ago
jvoisin
b60c52f3a9
Add some Debian versions
8 years ago
jvoisin
66d85d7579
Simplification and improvements of various "implies".
...
- Some implies were used as array, with a single member, then are now
strings
- Add some missing implies
8 years ago
jvoisin
8ed36f9b54
Improve detection for Brother devices
...
Since those devices are printers that shouldn't be exposed on the
internet, I don't think that I should link webpages to test those rules
;)
Please find attached a `curl -i $HOSTNAME` of a valid printer.
8 years ago
jvoisin
61bb4c28ae
Improve a bit Moodle detection
...
This can be tested on [this](http://fle.groupe-esa.com/login/index.php )
website
8 years ago
jvoisin
e48922ce23
Improve a bit Synology detection
...
- the "description" meta is now used
- some html too
- some script src
8 years ago
jvoisin
1cb5d12793
Add ShellInABox detection
...
This can be tested [here](https://code.google.com/archive/p/shellinabox/ )
8 years ago
Michal Landsman
d9d7fa2dde
Fixed indentation, improved snippet of components
8 years ago
Michal Landsman
3234a0ce6e
Improved Nette Framework detection - fixed for test rules finally
8 years ago
Michal Landsman
e67245b86b
Improved Nette Framework detection - fixed for test rules
8 years ago
Michal Landsman
ce055d8be7
Improved Nette Framework detection
8 years ago
jvoisin
a7b96adc84
Add Plotly detection
...
This can be tested [here](https://plot.ly/javascript/ )
Thanks to @gadcam for the review.
8 years ago
jvoisin
f78ffae26d
Confidence of 99% or 90% can be considered as sure.
...
Especially given how precise the matching rules are.
8 years ago
jvoisin
27450f2fa0
Improve a bit maxCDN detection
...
- Speed up a regexp by adding `^`
- Add a header
This can be tested [here](http://www.lequipe.fr/ )
8 years ago
pd4d10
0af55bfa52
Fix anonymous reports option
8 years ago
Andre Fortin
2e1541534c
Fix #1325 - BigCommerce is wrongly detected
...
Remove the "env" property that could incorrectly match a function in the global scope. Removed the trailing 'v' from the "script" and "html" entries that looks for the BigCommerce CDN paths since they can begin with letters other than 'v' like 's' in the to examples below.
Check against the following URLs :
https://shopmonarch.averydennison.com/
http://shop.panthers.com/
8 years ago
jvoisin
f71c187df8
rename the icon
8 years ago
jvoisin
c459fce164
Fix the regexp
8 years ago
jvoisin
e557e87020
Add YouTrack detection
...
This can be tested on the [official instance](https://youtrack.jetbrains.com/issues ),
or on the [cisco one](https://trex-tgn.cisco.com/youtrack/dashboard )
8 years ago
jvoisin
b1f6213c58
Use `property` as `meta` key too
...
Currently, only `name` is considered as a valid key for <meta>,
but more and more website, trying to be mobile-friendly,
are using <meta> tags without `name`, but with a `property`
instead. This commit changes this behaviour.
This idea emerged from [this MR](https://github.com/AliasIO/Wappalyzer/pull/1321 )
8 years ago
jvoisin
f93d8158cf
Improve a bit the Octopress thingy
...
- Octopress implies Jekyll
- Octopress can have a `meta` named "generator"
- The `html` section is now moregeneric
8 years ago
José A. Sachs
782b9ef290
Regex fix
8 years ago
jvoisin
52f0bbf82f
Add even more detection methods
8 years ago
jvoisin
da237e3829
Add octopress detection
...
This can be tested [here](http://gamedataeditor.com/cn/ ),
or [here](http://octopress.org/ ) or even [here](https://benmmurphy.github.io/ ).
8 years ago
jvoisin
2cf174ae45
Fix the url
8 years ago
jvoisin
52b2eb4168
Add detection for phpadminlite
...
This can be tested [here](https://www.phpliteadmin.org/demo/ )
8 years ago
Elbert Alias
5003ee3a7a
Correct Firefox driver wappalyzer.js path in wappalyzer links script
8 years ago
Elbert Alias
a64ea39a66
Run wappalyzer build
8 years ago
Elbert Alias
b5b333abc0
Merge branch 'master' of github.com:AliasIO/Wappalyzer
8 years ago
Elbert Alias
6a4a7f7a8c
Make timeout configurable per driver
8 years ago
Elbert Alias
d3a3c19a57
Merge pull request #1324 from jvoisin/gogs
...
Implement gogs detection
8 years ago
Elbert Alias
edf9102581
Merge pull request #1323 from jvoisin/cgit
...
Improve cgit detection
8 years ago
Elbert Alias
b73f529902
Merge pull request #1322 from jvoisin/kibana
...
Add detection of Kibana
8 years ago
Elbert Alias
5c7acafb4d
Merge pull request #1320 from jvoisin/pygments
...
Add Pygments detection
8 years ago
Elbert Alias
3520cadc3a
Merge pull request #1319 from jvoisin/revel
...
Add Revel detection
8 years ago
Elbert Alias
70b4a804b5
Merge pull request #1318 from jvoisin/phabricator
...
Add phabricator detection
8 years ago
Elbert Alias
74dce06c44
Merge pull request #1316 from DmitryKrekota/master
...
Added environment for Angular Material
8 years ago
Elbert Alias
f9a3400e65
Merge pull request #1314 from patrocle/zopim
...
Add Zendesk Chat detection
8 years ago
Elbert Alias
014c67b558
Merge pull request #1313 from patrocle/master
...
Add Aircall detection
8 years ago
Elbert Alias
6d99b233a9
Merge pull request #1310 from jvoisin/spip_implies_php
...
Spip implies PHP
8 years ago
Elbert Alias
ee4a1a7c1d
Merge pull request #1309 from jvoisin/adminer
...
Add adminer detection
8 years ago
Elbert Alias
29f119b248
Merge pull request #1308 from jvoisin/ikiwiki
...
Add ikiwiki detection
8 years ago
Elbert Alias
dffe66071e
Merge pull request #1307 from jvoisin/prestashop_detection
...
Improve a bit prestashop detection
8 years ago
Elbert Alias
a7032ac8c6
Merge pull request #1303 from nvanthao/master
...
Add Neto detection
8 years ago
Elbert Alias
70436c6c62
Merge pull request #1300 from manuwell/new-application-rakuten
...
Adds new application Rakuten DBCore to apps.
8 years ago
Elbert Alias
2bcb73b4ba
Ignore tags file
8 years ago
jvoisin
21569dee19
Fix the regexp
8 years ago
jvoisin
1a4e92cbda
Implement gogs detection
...
This can be tried on the [official demo instance]( http://try.gogs.io ),
or on [this instance](https://git.libskia.so/explore/repos ).
8 years ago
jvoisin
8de6a76ced
cgit is coded in C, not in Perl,and it implies git.
8 years ago
jvoisin
396ad5dc95
Improve cgit detection
...
This can be tested on [kernel.org](https://git.kernel.org/cgit/ )
8 years ago
jvoisin
9f53bd69c5
Add detection for Melis CMS v2
...
This can be tested on the [official website](http://www.melistechnology.com/ ),
or on any [customer ones](http://www.melistechnology.com/melistechnology/customers/id/6#websites ),
and [this one](https://www.bargento2016.fr ) too
8 years ago
jvoisin
519305290a
Fox the previous commit
8 years ago
jvoisin
dd85545257
Add even more detection
8 years ago
jvoisin
f01439f0ad
Add detection of Kibana
...
This can be tested on the [demo](demo.elastic.co/packetbeat) page of Kibana
8 years ago
jvoisin
a2c68b36f9
Fix indentation
8 years ago
jvoisin
6aecd3c125
Improve gitlab fingerpring
...
This can be tested on [this repo](https://0xacab.org/mat/ )
8 years ago
jvoisin
87892f86cd
Add Pygments detection
...
This can be tested on the [official website](http://pygments.org/ )
or on [this blog]( https://dustri.org/b/ )
8 years ago
jvoisin
cb44a705c0
Fix the indentation
8 years ago
jvoisin
d1714a15ec
Add Revel detection
...
This can be tested on the [official website](https://revel.github.io/index.html )
8 years ago
jvoisin
afe7277946
Add phabricator detection
...
This can be tested on [freebsd's bugtracker](https://reviews.freebsd.org/ )
8 years ago
Dmitry Krekota
1055e2ca00
Added environment for Angular Material
8 years ago
Louis
3b7e7f11ac
Zendesk Chat
8 years ago
Louis
bde6b2161b
aircall add ico
8 years ago
Louis
de3b0a60b7
aircall add
8 years ago
jvoisin
99b6bc0e8a
Relax a bit a regexp
8 years ago
Jonas Felix
3267f1a42b
detection for new wix.com behavior
8 years ago
jvoisin
154cca2141
Spip implies PHP
8 years ago
jvoisin
52ab9bffb7
Add adminer detection
8 years ago
jvoisin
a45b424593
Add ikiwiki detection
8 years ago
jvoisin
5c45e0858e
Improve a bit prestashop detection
8 years ago
Gerard Nguyen
578267d0a6
fix indentation from space to tab
8 years ago
Gerard Nguyen
afb48e3160
Add Neto detection
8 years ago
José A. Sachs
fc215aeaa4
Aurelia JS framework detection
8 years ago
manuwell
64e3f7e899
Adds new application Rakuten DBCore to apps.
8 years ago
Elbert Alias
b0bc61bca7
Merge branch 'master' of github.com:AliasIO/Wappalyzer
8 years ago
Elbert Alias
b69492ac92
Fix Angular Material detection
8 years ago
Marat Dyatko
0a67722f13
Klarna Checkout payment processor category
8 years ago
Marat Dyatko
f31f082437
Klarna Checkout category priorities
8 years ago
Marat Dyatko
17154b49c8
Klarna Checkout
8 years ago
Elbert Alias
560e4e7693
Correctly pass arguments in PhantomJS driver
8 years ago
Elbert Alias
3b20a88d65
Removed deleted drivers from wappalyzer links script
8 years ago
Elbert Alias
9e9555ecdc
Removed deprecated drivers in favour of PhantomJS driver
8 years ago
Elbert Alias
14c537fbc0
Don't exit on page error in PhantomJS driver
8 years ago
Elbert Alias
d50dc5d4b2
Install Rsync in Docker image, remove Ink to avoid too many false positives
8 years ago
Elbert Alias
635021c031
Merge pull request #1296 from RobertDaleSmith/master
...
Updates SumoMe icon and category.
8 years ago
Elbert Alias
a1a7aae6d5
Merge pull request #1293 from poupas/master
...
Ensure regexes are applied to multi-value headers.
8 years ago
Elbert Alias
bda424a3ea
Merge pull request #1286 from ramtin2025/patch-1
...
Update apps.json
8 years ago
Elbert Alias
bce19d53c1
Merge pull request #1282 from AeronStory/master
...
☺️ Update Express Logo to New
8 years ago
Elbert Alias
3527355717
Merge pull request #1281 from sihaelov/master
...
Update some icons
8 years ago
Elbert Alias
517fb4e476
Merge pull request #1280 from jordanskole/gravityforms
...
add gravityforms
8 years ago
Elbert Alias
79cb6a38c7
Merge pull request #1279 from jordanskole/mailchimp
...
add mailchimp
8 years ago
Elbert Alias
9d761f90d0
Merge pull request #1277 from hadifarnoud/master
...
add Kamva
8 years ago
Elbert Alias
3db589264b
Merge pull request #1273 from pmfx/master
...
MODX update
8 years ago
Elbert Alias
dc62fd9b69
Merge pull request #1266 from j059608/add-ec-cube
...
Adding EC-CUBE,AD EBiS
8 years ago
Robert Dale Smith
75969e6828
Updates SumoMe icon and category.
8 years ago
Jordan Skole
0035300506
newline
8 years ago
Jordan Skole
c34bdd8fae
newline
8 years ago
Hadi Farnoud
b8503729e3
Update apps.json
8 years ago
Hadi Farnoud
a1e1644979
Update apps.json
8 years ago
Hadi Farnoud
6ca406063f
Update apps.json
...
removing spaces. test failed but didn't give me any useful error
8 years ago
Hadi Farnoud
f75813cd44
Update apps.json
...
add a meta tag to make sure it detects all Kamva sites
8 years ago
Hadi Farnoud
8547fa9dcc
Update apps.json
...
add script instead of html
8 years ago
Joao Poupino
e5709c1d58
Ensure regexes are applied to multi-value headers.
8 years ago
mahdi
8b2bad5eef
Add icon
8 years ago
mahdi
f02e553784
Update apps.json
8 years ago
Jordan Skole
5566bbaeb9
html array pattern
8 years ago
mohammad
f28b98ec63
☺️ Update Express Logo to New
8 years ago
Michael Sinov
4545934186
update some icons
8 years ago
Jordan Skole
b63bbbcc9a
add gravityforms
8 years ago
Jordan Skole
9bd4bbb457
add website
8 years ago
Jordan Skole
ff101f4be5
add mailchimp
8 years ago
Hadi Farnoud
f9a3aedfbd
Update Kamva.svg
...
make it square
8 years ago
Hadi Farnoud
f73ad0959f
Update apps.json
...
remove .* from regex
8 years ago
Hadi Farnoud
1e6262fdb8
Update apps.json
8 years ago
Hadi Farnoud
ff9ebc9019
Better regex
...
this is easier to match
8 years ago
Hadi Farnoud
4aa1a63ff9
fix another typo
8 years ago
Hadi Farnoud
c2a97dc5d7
Fix a typo in application name
8 years ago
Hadi Farnoud
37f606dc84
Add Kamva SVG logo
8 years ago
Hadi Farnoud
7e2c8a9d73
add Kamva eCommerce CMS
...
Kamva is an eCommerce platform like Shopify. It's a Software as a Service CMS
8 years ago
Jordan Skole
ad08942073
single capture group
8 years ago
Jordan Skole
e7245b432d
add infusionsoft
8 years ago
Piotr Matysiak
1e5fda06f2
New logo
8 years ago
Piotr Matysiak
c4847112d8
MODX update
8 years ago
takayuki_nakanishi
8013c06a1a
icon resized.
8 years ago
Elbert Alias
67bda26ebd
Update Nginx website URL
8 years ago
Elbert Alias
9c5518cfdc
Wappalyzer build
8 years ago
Elbert Alias
eb93482c4d
Fix merge
8 years ago
Elbert Alias
0742728c1b
Wappalyzer build
8 years ago
Elbert Alias
4e6ff7da9b
Merge branch 'DaAwesomeP-master'
8 years ago
Elbert Alias
b5eebcf43f
Merge DaAwesomePs changes
8 years ago
Elbert Alias
d579f7cb7d
Merge pull request #1267 from alfduca/master
...
Add platform - E-Commerce Py
8 years ago
Elbert Alias
aeeba85205
Merge pull request #1263 from edolyne/add-rockrms
...
Adding RockRMS
8 years ago
Elbert Alias
81622140da
Merge pull request #1253 from gen2016ro/patch-1
...
Added new version for Font Awesome + bugfix Google Analytics protocol…
8 years ago
Elbert Alias
5248b030a5
Merge pull request #1252 from dianaprajescu/master
...
Add Froala Editor to rich text editor category.
8 years ago
Elbert Alias
4d2862874f
Merge pull request #1250 from DPeltier/patch-2
...
Remove the warning if Cert is not valid
8 years ago
Elbert Alias
dc16e32e50
Merge pull request #1249 from DPeltier/patch-1
...
Dont check the cert
8 years ago
Elbert Alias
29522bb09c
Merge pull request #1248 from Gottwik/master
...
added enduro.js
8 years ago
Elbert Alias
e9e2d2b149
Merge pull request #1245 from foadabdollahi/master
...
adding adnegah advertising network
8 years ago
Alfredo Duarte Cabral
80ff414e8f
Add platform icon E-Commerce Paraguay
...
add icon platform SaaS E-Commerce Paraguay
8 years ago
Alfredo Duarte Cabral
f9de84428e
Add platform - E-Commerce Py
...
Add platform SaaS ecommerce
8 years ago
j059608
45b84121bf
src to script.
8 years ago
j059608
11cc84bade
change html to script
8 years ago
j059608
2942c6c3dd
remove impertinent url.
8 years ago
j059608
b926218155
remove *.
8 years ago
j059608
b18c3768fe
Adding AD EBiS.
8 years ago
j059608
88376959bf
Adding EC-CUBE
8 years ago
j059608
8b7814833a
Adding EC-CUBE,AD EBiS
8 years ago
Alfredo Duarte Cabral
7fed16d2c7
Add files via upload
8 years ago
edolyne
423745699d
Adding RockRMS
8 years ago
DaAwesomeP
84f045a61b
more svg icons
8 years ago
gen2016ro
cb68d30f49
Added new version for Font Awesome + bugfix Google Analytics protocol relative
8 years ago
Diana Neculai
6e0e4bda06
Fix bad indentation.
8 years ago
Diana Neculai
574c14aecb
Add Froala Editor to rich text editors.
8 years ago
DPeltier
b1f74f03cd
Remove the warning if Cert is not valid
8 years ago
DPeltier
4b9a068389
Dont check the cert
8 years ago
Martin Gottweis
22251b0591
added enduro.js
8 years ago
foadabdollahi
f94b207711
Update apps.json
8 years ago
foadabdollahi
d54fa7a687
Add files via upload
8 years ago
foadabdollahi
88d18dffab
Delete adenagh.png
8 years ago
foadabdollahi
e306bc9b3c
Update apps.json
8 years ago
foadabdollahi
4edd05ded7
Update apps.json
8 years ago
foadabdollahi
9498ebf7d0
Update apps.json
8 years ago
foadabdollahi
a018e83da4
Update apps.json
8 years ago
foadabdollahi
9d00dcd966
Add files via upload
8 years ago
Ken Reese
97a8e91c0c
Added Akka-HTTP
8 years ago
Elbert Alias
57aff3b7ba
Ignore converted icons
8 years ago
Elbert Alias
0d7c20e95c
Fix Docker build
8 years ago
Elbert Alias
f1385b571e
Merge branch 'master' of github.com:AliasIO/Wappalyzer
8 years ago
Elbert Alias
55709c4581
Update Bigcommerce icon
8 years ago
Elbert Alias
3782faa86d
Merge pull request #1238 from johannessteu/master
...
TASK: Update vendor for Neos CMS and Neos Flow
8 years ago
Elbert Alias
e6bc651903
Merge pull request #1237 from kevNii/master
...
Use headers instead of whole response (npm driver)
8 years ago
Elbert Alias
0cacd5b48a
Merge pull request #1230 from datapublica/social-networks
...
Adding social network widgets (twitter, facebook, linkedin, g+, pint)
8 years ago
Elbert Alias
7f1c0b3892
Merge pull request #1228 from aninder/master
...
fix app.json file path in ruby driver
8 years ago
Elbert Alias
93e734b7e9
Merge pull request #1225 from estraschnov/patch-2
...
Adding Bubble to the list
8 years ago
Elbert Alias
751b2fd9e3
Merge pull request #1220 from mossharris/patch-1
...
Update wappalyzer.rb
8 years ago
Elbert Alias
06523bf467
Merge branch 'master' of github.com:AliasIO/Wappalyzer
8 years ago
Elbert Alias
8652b417b3
Add Sitefinity
8 years ago
Johannes Steu
48eeb1298c
TASK: Update vendor vor Neos CMS and Neos Flow
8 years ago
Kevin
289f1547ab
Use headers instead of whole response
8 years ago
Loïc Petit
3cc14fd6e9
Adding LiveAgent in category live chat
8 years ago
Loïc Petit
7967c0c93a
Adding new category 'livechat' with 3 techs: livechat, tawkto, userlike
8 years ago
Loïc Petit
d2e65d3242
Adding Usabilla and Act-On
8 years ago
Loïc Petit
fa1f08ed10
Adding social network widgets (twitter, facebook, linkedin, g+, pinterest)
8 years ago
aninder
e4e3706c24
fix app.json file path in ruby driver
8 years ago
Emmanuel Straschnov
c043438d3e
Adding the icon
8 years ago
Emmanuel Straschnov
24d0c4c1d2
Adding Bubble to the list
...
Adding bubble.is to the list
8 years ago
Moss Harris
a656a39475
Update wappalyzer.rb
...
fix SSL_connect returned=1 errno=0 state=error: certificate verify failed (OpenSSL::SSL::SSLError)
8 years ago
Elbert Alias
1a8f1c1dde
Correctly return icon path in PhantomJS driver
8 years ago
Elbert Alias
45f77181b1
Return icon path and website in PhantomJS driver
8 years ago
Elbert Alias
c8a08dc80a
Add folder for converted icons
8 years ago
Elbert Alias
c14f26dba6
Return icon path in PhantomJS driver
8 years ago
Elbert Alias
8cc753254d
Merge pull request #1218 from alesshh/master
...
Add RD Station marketing automation tool
8 years ago
Elbert Alias
73b91e214a
Merge pull request #1216 from jand000/patch-2
...
Changed Lockerz Share to AddToAny
8 years ago
Elbert Alias
d5ee032b5a
Merge pull request #1215 from RyanThompson/master
...
Detect PyroCMS v2.*
8 years ago
Elbert Alias
039c56b70c
Merge pull request #1207 from timneutkens/hotfix/lightspeed
...
Brought back pull request #1165
8 years ago
Elbert Alias
f82083b340
Convert SVG icons to PNG for Chrome. Convert slugs to English names for categories in apps.json. Upgrade to Ubuntu Xenial (wappalyzer/dev)
8 years ago
Alessandro Tegner
4866b25fbc
Rename RD Station icon
8 years ago
Alessandro Tegner
ca3782d119
Add RD Station marketing automation tool
8 years ago
jand000
90e9eb62ff
Was replaced by AddToAny.png
8 years ago
jand000
226b1e87f0
Add files via upload
8 years ago
jand000
842ba783b0
Changed Lockerz Share to AddToAny
...
AddToAny isn't owned by Lockerz any more
8 years ago
Ryan Thompson
f264283075
Detect PyroCMS v2.*
8 years ago
Elbert Alias
0bff623f17
Label error messages in Firefox and Chrome only
8 years ago
Elbert Alias
b146ecb314
Install bzip2 in wappalyzer/cli
8 years ago
Elbert Alias
bee7ba96e2
Merge branch 'master' of github.com:AliasIO/Wappalyzer
8 years ago
Elbert Alias
5593dba22a
PhantomJS driver: write to stderr on error, fix parsing of arguments, add --quiet option to suppress errors
8 years ago
Arnaud
6892401458
Add Strapdown.js
8 years ago
tim neutkens
65e5cd2b13
Brought back pull request #1165
8 years ago
Elbert Alias
1c15f0fbd9
Increment version numbers
8 years ago
Elbert Alias
3f51840556
Remove MineLight due to missing image, build
8 years ago
Elbert Alias
c8bcea52c5
Fix merge
8 years ago
Elbert Alias
b7bf392026
Fix merge
8 years ago
Elbert Alias
8a9efd5c60
Fix ArvanCloud pattern, fix merge
8 years ago
Elbert Alias
d95ede0314
Merge branch 'patch-http2icon' of https://github.com/rugk/Wappalyzer into rugk-patch-http2icon
8 years ago
Elbert Alias
d640571181
Fix merge
8 years ago
Elbert Alias
9250887c8d
Fix merge
8 years ago
Elbert Alias
aed5b87603
Merge branch 'master' of github.com:AliasIO/Wappalyzer
8 years ago
Elbert Alias
af3011d77c
Fix merge
8 years ago
Elbert Alias
a5b519433d
Merge pull request #1162 from timneutkens/master
...
Added magento2 support
8 years ago
Elbert Alias
a7a6a69dbc
Merge pull request #1198 from jand000/patch-1
...
Icon update: SilverStripe
8 years ago
Elbert Alias
8f8f55655d
Merge branch 'master' of github.com:AliasIO/Wappalyzer
8 years ago
Elbert Alias
ed8a9cd681
Build
8 years ago
Elbert Alias
b75cccd576
Fixed merge conflicts
8 years ago
Elbert Alias
ba84cbbf6d
Merge pull request #1172 from timneutkens/robin
...
Added Robin e-commerce customer service
8 years ago
Elbert Alias
68c430e486
Merge pull request #1177 from burakcakirel/arastta
...
Remove version number from Arastta e-Commerce
8 years ago
Elbert Alias
d74b89c184
Merge pull request #1180 from maxenceC/add-telescope
...
Added Telescope to apps
8 years ago
Elbert Alias
cb742e60ec
Merge branch 'master' of github.com:AliasIO/Wappalyzer
8 years ago
Elbert Alias
4430aeb7f0
Fixed Shopify, Bigcommerce icons
8 years ago
Dmytro P. Zarezenko
52265e0916
Asymptix PHP Framework icon added
8 years ago
Dmytro P. Zarezenko
fb7be84cfb
Asymptix PHP Framework added to the list
8 years ago
Dmytro P. Zarezenko
e3612b8dff
Icons issue fixed
8 years ago
andrey
c93a6fdae3
Proper app url
8 years ago
jand000
87c696ec8c
Delete SilverStripe.png
8 years ago
jand000
92b4477714
Updated SilverStripe logo
8 years ago
jand000
a648fd20e0
Updated SilverStripe logo
8 years ago
HAlexTM
3d44f1aa8d
Update apps.json
8 years ago
rugk
3d04395f47
Use SPDY icon for HTTP/2
9 years ago
rugk
58d3108759
Add HTTP/2 icon
9 years ago
Elbert Alias
68f70dab63
Merge pull request #1176 from youssefhad/master
...
Added Lighty PHP framework to the list
9 years ago
Elbert Alias
b24a499904
Merge pull request #1169 from openweb-nl/master
...
Minor fix on Hippo CMS detection
9 years ago
pimcore-team
799dba8d1a
Added support for Pimcore
9 years ago
Maxence Cornet
bc3caa4120
Add Telescope to apps
9 years ago
Elbert Alias
57f8a63adc
Fixed merge conflict
9 years ago
Elbert Alias
f04a83121b
Made "Ink" pattern more specific
9 years ago
Elbert Alias
81dbaa1d4c
Updated BigCommerce icon
9 years ago
Burak Çakırel
a4af984ce6
It always shows "Arastta 1.2.1+", after this change, it shows only "Arastta" if Arastta version is greater than 1.2.1
9 years ago
Youssef
f18dea7d1a
Added Lighty PHP framework to the list
9 years ago
DaAwesomeP
5c2f6c394a
Fix DoubleClick icon
9 years ago
Elbert Alias
ebe7eb1ac3
Merge pull request #1173 from timneutkens/select2
...
Select2 icon
9 years ago
tim neutkens
bbeae22d95
Select2 icon
9 years ago
tim neutkens
fa2445182d
Added Robin e-commerce customer service
9 years ago
Adam Hollett
59bf59bf49
Add SVG icon for Shopify
9 years ago
Joost Oudeman
932c41c037
Minor fix on Hippo CMS detection
9 years ago
Elbert Alias
f048807688
Merge pull request #1165 from timneutkens/lightspeed-ecom
...
Rename SEOshop to Lightspeed eCom and better detection for it
9 years ago
tim neutkens
43ea9b2dc3
Lightspeed svg
9 years ago
tim neutkens
e03018c1af
lightspeed svg instead of png
9 years ago
tim neutkens
df783cb10c
Better detection of Lightspeed eCom
9 years ago
tim neutkens
64edbbeb49
Remove old unneeded SEOshop regex
9 years ago
tim neutkens
1209a93f39
Rename SEOshop to Lightspeed eCom and better detection for it
9 years ago
tim neutkens
7b8c4454ae
Removed yepnope.js
9 years ago
tim neutkens
bb51ac47fa
Right version string for Magento 2 detection
9 years ago
tim neutkens
19444ce2ed
Magento2 support fixes
9 years ago
Elbert Alias
97ae3b9211
Fix merge conflict
9 years ago
Elbert Alias
8909fdaaa5
Merge pull request #1163 from jordancalder/master
...
fix app's regex
9 years ago
Elbert Alias
5fb418315c
Merge pull request #1154 from hose314/master
...
BEM
9 years ago
Elbert Alias
e8e9f1d8c6
Merge pull request #1152 from revelt/master
...
Add Hugo
9 years ago
Elbert Alias
4e62df42d2
Merge pull request #1147 from patrocle/hotfix
...
Prestashop detection
9 years ago
Sterling Jordan Calder
91c12f8952
fix regex
9 years ago
tim neutkens
59a51d8702
Added magento2 support
9 years ago
Andrey Pavlov
c9910a927b
proper BEM icon
9 years ago
Andrey Pavlov
700f533595
Delete BEM.png
9 years ago
Andrey Pavlov
d61ea6107d
BEM icon
9 years ago
Andrey Pavlov
0f198de2b0
BEM JavaScript
9 years ago
Roy Reveltas
926f29bdbe
Add Hugo
9 years ago
Elbert Alias
8d4983f742
Merge pull request #1149 from leotm/patch-1
...
Fix Underscore.js URL
9 years ago
Elbert Alias
7309151db3
Merge pull request #1146 from jordancalder/master
...
add new application, Prospector
9 years ago
LeoTM
4d8c7e555b
Fix Underscore.js URL
...
Fix [old](documentcloud.github.com/underscore) dead link to the [new](underscorejs.org) one.
As seen on documentcloud.org/opensource.
9 years ago
Louis
e7c9328616
Use ENV
9 years ago
Louis
2a8fc864e5
Prestashop detection (?: )
9 years ago
Louis
5aa68c15ff
Prestashop detection - match scripts with CDATA too
9 years ago
Louis
c0ef05ae1a
Prestashop detection without meta generator or "powered by"
9 years ago
Louis
65603540d0
Prestashop detection without meta generator or "powered by"
9 years ago
Louis
af4b44d6f5
Prestashop detection without meta generator or "powered by"
9 years ago
Louis
979274f73a
Prestashop detection without meta generator or "powered by"
9 years ago
Louis
f5a6bfc76d
Prestashop detection without meta generator or "powered by"
9 years ago
Sterling Jordan Calder
fb56f9f829
add required property
9 years ago
Sterling Jordan Calder
5b71170659
add new application, Prospector
9 years ago
Thomas Schedler
d2d5270bff
added Sulu CMS config
9 years ago
DaAwesomeP
0b00b73614
convert more icons to SVG
9 years ago
Elbert Alias
1d28a755b8
Merge pull request #1138 from 1lann/master
...
Add Caddy
9 years ago
Elbert Alias
9bc8bea16a
Merge pull request #1132 from camillebaronnet/master
...
Added Exagon Concept service
9 years ago
Elbert Alias
1f09e16da6
Merge pull request #1137 from DmitryKrekota/master
...
Added MotoCMS
9 years ago
Elbert Alias
db6dc27554
Merge pull request #1133 from mritzmann/master
...
Fix RxJS URL
9 years ago
Elbert Alias
285678c919
Merge pull request #1130 from sanluan/master
...
added Public CMS,ThinkPHP into apps.json
9 years ago
Elbert Alias
99fd2c1c9e
Merge pull request #1127 from techtonik/patch-1
...
Add question2answer
9 years ago
Elbert Alias
f74314347f
Merge pull request #1125 from rajasingh012/master
...
Fix ubuntu server url
9 years ago
Elbert Alias
da4ec660fe
Merge pull request #1122 from AusNugz/master
...
Update swfobject Website
9 years ago
Jason Chu
c8edadee29
Whoops, .svg not .png
9 years ago
Jason Chu
7aaa36785c
Add Caddy
9 years ago
Dmitry Krekota
ad098d82dd
Fixed spacings in MotoCMS
9 years ago
Dmitry Krekota
658afc223d
Fixed error in MotoCMS script pattern
9 years ago
Dmitry Krekota
7f1ec2e47c
Fixed error in MotoCMS html pattern
9 years ago
Dmitry Krekota
8be4a2049d
Added MotoCMS
9 years ago
Markus Ritzmann
5c9c05e6f5
Fix RxJS URL
...
Previous url was broken
9 years ago
Camille Baronnet
8b9cf48d60
Added Exagon Concept service
9 years ago
kerneler
9a6cd41d78
added Public CMS,ThinkPHP into apps.json
9 years ago
kerneler
6e11d1ed2e
added Public CMS,ThinkPHP into apps.json
9 years ago
anatoly techtonik
e86b612e84
Add version detection for Question2Answer
9 years ago
anatoly techtonik
eedfb5ccdc
Who inserts that q everywhere? =/
9 years ago
anatoly techtonik
deb9e5a10c
Tests require < to be present in regexp
9 years ago
anatoly techtonik
aca3a10028
icon needs to be explicitly referenced
9 years ago
anatoly techtonik
c9f1769ba5
Add question2answer icon
9 years ago
anatoly techtonik
ee0d6c2c4f
Remove glitch
9 years ago
anatoly techtonik
6c2ca5e028
JSON is picky to commas
9 years ago
anatoly techtonik
ad4dc35aba
Add question2answer
9 years ago
Rajasingh
d16ef6512a
Fix ubuntu server url
...
Previous url reports 404 error. Now i fixed with new url
9 years ago
AusNugz
f0b9f6ca59
Update apps.json
9 years ago
AusNugz
6574d03e12
Update apps.json
...
Update swfobject website.
9 years ago
MartinAronsen
9246c9af6a
Update apps.json
9 years ago
Elbert Alias
8f44af8b50
Merge pull request #1103 from shopery/add-shopery
...
Add Shopery
9 years ago
Elbert Alias
f97efff34f
Merge pull request #1101 from knusul/detect_additional_shops
...
Remove unused icons
9 years ago
Elbert Alias
541af6916b
Merge pull request #1098 from q--/Criteo_use_SVG_icon
...
Criteo: use SVG icon
9 years ago
Elbert Alias
b1fb63f4a8
Removed yepnope.js
9 years ago
Andres Rodriguez
1033df192f
added shopery into apps.json
9 years ago
Jakub Nieznalski
cf70199214
Remove unused icons
9 years ago