Elbert Alias
f5e2d1e8e9
Merge pull request #1357 from jvoisin/improve_brother_detection
...
Improve detection for Brother devices
8 years ago
Elbert Alias
7d75c73643
Merge pull request #1356 from jvoisin/improve_implies
...
Simplification and improvements of various "implies".
8 years ago
Elbert Alias
6b56f01557
Merge pull request #1355 from jvoisin/improve_moodle_detection
...
Improve a bit Moodle detection
8 years ago
Elbert Alias
3c948d50db
Merge pull request #1354 from jvoisin/improve_gitweb
...
Improve gitweb detection
8 years ago
Elbert Alias
770b1329b7
Merge pull request #1353 from jvoisin/gitlist
...
Add gitlist detection
8 years ago
Elbert Alias
9e823a2ef7
Merge pull request #1352 from roadiz/master
...
Added Roadiz CMS X-Powered-By header.
8 years ago
Elbert Alias
53ceefcc1e
Merge pull request #1350 from jvoisin/synology_improvement
...
Improve a bit Synology detection
8 years ago
Elbert Alias
b375d0c7d0
Merge pull request #1349 from jvoisin/shellinabox
...
Add ShellInABox detection
8 years ago
Elbert Alias
c67259e028
Merge pull request #1346 from landsman/master
...
Improved Nette Framework detection
8 years ago
Elbert Alias
fa9d5f61e6
Merge pull request #1341 from jvoisin/high_confidence
...
Confidence of 99% or 90% can be considered as sure.
8 years ago
Elbert Alias
92eeffb201
Merge pull request #1340 from jvoisin/plotly
...
Add Plotly detection
8 years ago
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
jvoisin
33066bea95
Fix a typo in the regexp
8 years ago
jvoisin
d2a925c6c4
Fix a typo
8 years ago
jvoisin
ee815119c7
Add a default icon
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
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
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