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