Elbert Alias
30f6d61181
Chrome driver now detects headers automatically
11 years ago
Elbert Alias
29ef32e0e9
Merge branch 'master' of github.com:ElbertF/Wappalyzer
11 years ago
Elbert Alias
d797444ae3
Renamed firefox driver to firefox-xuy, firefox-sdk to firefox. FF driver now works with new windows
11 years ago
Alexey Lapitsky
c0187b3585
update wappalyzer.js path in the ruby driver
11 years ago
Lance Willett
0f8220cd9f
Fix typo in Tumblr headers
11 years ago
Elbert Alias
fd6e87b032
Updated ImpressPages, added MediaTomb, higher res icons
11 years ago
Elbert Alias
00bef5418a
Fixed panel bug
11 years ago
Elbert Alias
109b67e978
Hide toolbar button by default, toggle between button and URL bar
11 years ago
Elbert Alias
31f69f3429
Added Akamai, Incapsula CDN. Removed 16x16 icons folder
11 years ago
Elbert Alias
feb08b5186
Added URL bar icons
11 years ago
Elbert Alias
91ea4fe2fb
-
11 years ago
Elbert Alias
2efdf4e8af
Firefox SDK driver progress
11 years ago
Elbert Alias
769136d20f
Added storage
11 years ago
Elbert Alias
7ca88a6e18
Analyse headers
11 years ago
Elbert Alias
1ecc923129
Started working on new Firefox driver
11 years ago
q--
602ebb928a
Updated bookmarklet, added MathJax and Webix
11 years ago
Elbert Alias
79c1d3a774
Added Quick.CMS
11 years ago
Elbert Alias
e6ca2bdbbb
Fixed "driver" functions
11 years ago
dobladov
e6be8e79ce
added spanish language for Firefox and minor fix for the tracking string.
11 years ago
dobladov
34be5fde0f
Add Spanish language for Chrome
11 years ago
q--
31dad4920f
Optimized PNG images
11 years ago
Telford-Rowley
1a9d432f0c
Http Response Headers Processing bug fix
...
Header was not exploded correctly after multiple redirects.
[0] => Server: nginx/1.0.15
[1] => Date: Thu, 07 Nov 2013 08:52:25 GMT
[2] => Content-Type: text/html
[3] => Content-Length: 185
[4] => Connection: keep-alive
[5] => Location: http://*
[6] =>
[7] => HTTP/1.1 200 OK
[8] => Server: nginx/1.0.15
[9] => Content-Type: text/html
......
Should be:
[0] => Server: nginx/1.0.15
[1] => Content-Type: text/html
[2] => Transfer-Encoding: chunked
[3] => Connection: keep-alive
[4] => Vary: Accept-Encoding
.....
11 years ago
Elbert Alias
10991bb9f3
Merge branch 'master' of github.com:ElbertF/Wappalyzer
11 years ago
Elbert Alias
ae28a75881
Added UIKit icon
11 years ago
Camille Barneaud
a7f6b5be60
Replace array.map() by array.forEach()
...
As told by @q-- in #376 replace array.map() by array.forEach() because
it's faster and the array returned by map() is not used
11 years ago
Camille Barneaud
6af4090231
Make header field case insensitive
...
#315 : Header field name is now case insensitive
11 years ago
Elbert Alias
cf7f19c6ff
Seamonkey version number
11 years ago
Elbert Alias
c02eea543a
Update Mac shortcut to locales
11 years ago
Elbert Alias
68cd25bf99
Made timeout configurable per driver
11 years ago
Matthew Pietz
16015b7ac5
Ignore `driver/` copies of `share/` folder data
...
- Update Bash linkers to link the entire folder
11 years ago
Elbert Alias
cf87e89814
Merge branch 'master' of github.com:ElbertF/Wappalyzer
12 years ago
Elbert Alias
2c65176562
Added categories, apps and translations
12 years ago
Alexey Lapitsky
d0c3b8bb53
Use utf8 for external encoding in the ruby driver
...
Fixes Encoding::InvalidByteSequenceError while parsing apps.json
12 years ago
Elbert Alias
19415b0efa
Fixed Chrome driver running twice
12 years ago
Elbert Alias
17dc933d0d
Set upper HTML length limit in Chrome driver
12 years ago
Elbert Alias
18641fc87b
Duplicated new files
12 years ago
Elbert Alias
599fd538ad
Improved profiler, prototypes and timeout
12 years ago
Elbert Alias
de512a2529
Bug fixes and pattern improvements
12 years ago
Elbert Alias
c3050de2e2
Applied @q--'s path, add Methode
12 years ago
Elbert Alias
2e52eb2afe
Merge branch 'master' of github.com:ElbertF/Wappalyzer
12 years ago
Elbert Alias
f7d6734f48
Fixed Chrome contents script
12 years ago
Elbert Alias
8cb17b2abc
Merge pull request #275 from vesnn/patch-2
...
install.rdf: add seamonkey support
12 years ago
perchouli
9e900eb16e
Add python driver (depend on PyV8)
12 years ago
Elbert Alias
ce626239a2
Added Mono, amended ASP.NET pattern
12 years ago
Elbert Alias
fd61705db0
Fixed Magento version detection
12 years ago
Elbert Alias
5afe9c4c60
Merge pull request #287 from 89k/master
...
Add CodeMirror
12 years ago
Jan Janssen
14a75c3860
Add CodeMirror
...
http://codemirror.net
12 years ago
Alexey Lapitsky
da757889a9
Add open timeout for the ruby driver
...
On linux if tcp connection can't be opened and there is no reply
because traffic is filtered or the host is down, it takes 127
seconds to timeout by default: 6 syn retries (63s) + 64s of waiting
12 years ago
Alexey Lapitsky
021ab529ea
add a simple ruby driver
...
It uses v8 and depends on javascript API from the php driver
12 years ago
vesnn
7d9dbd2c02
install.rdf: add seamonkey support
12 years ago
vesnn
060768bf8c
chrome.manifest: add seamonkey support
12 years ago
CF Mitrah
17f12c3f23
Added ContentBox & MuraCMS
12 years ago
Camille Barneaud
553e00686a
Correction
...
Correct an error in last commit
12 years ago
Camille Barneaud
dfdb07a552
Relocalise some code
12 years ago
Elbert Alias
14d4210ab8
Added icons
12 years ago
Elbert Alias
5e9ac9a458
Added Laravel, Reveal.js, RiteCMS
12 years ago
Elbert Alias
a25da60371
Formatting fixes
12 years ago
Elbert Alias
c2f013d6fd
Added missing website URLs
12 years ago
Elbert Alias
afccc10039
Fixed typo
12 years ago
Elbert Alias
f5f17df693
Added websites to JSON
12 years ago
Elbert Alias
ac25f5e2c6
Added icons
12 years ago
Elbert Alias
12f18576a7
Minor pattern improvements and added icons
12 years ago
Elbert Alias
2f524f89fa
Added AT Internet Analyzer, Adobe ColdFusion, BittAds, Fedora, LiteSpeed, SQLite, Shopatron, Wix, iCongo, improved patterns
12 years ago
Elbert Alias
355d9ac161
Updated generic icons
12 years ago
Elbert Alias
9184e0debb
Fixed JS bug in Chrome driver
12 years ago
Elbert Alias
0cb8083e5d
Updated IntenseDebate pattern
12 years ago
Elbert Alias
0c5bdc30d2
New TYPO3 icon
12 years ago
Elbert Alias
f4a70fd73d
Several pattern improvements
12 years ago
Elbert Alias
dd78d08571
Added an improved several patterns
12 years ago
root
2131e83458
Updated icons, improved HubSpot
12 years ago
Elbert Alias
b16985be64
Fixed improper escaping of slashes
12 years ago
Elbert Alias
5ce4b44c3b
Added icons, moved README to a wiki
12 years ago
Elbert Alias
9cecede0a1
Added Yahoo! Ecommerce, Hubspot, Sap
12 years ago
Elbert Alias
d8764f27db
Implemented ternary operator for version detection
...
Fixed detected application data being overwritten
Added version detection for Magento
Fixed typo in README
Track versions, new ping destination
Other minor improvements
12 years ago
Elbert Alias
7b2124a02f
Turned white backgrounds in icons into alpha channel
12 years ago
Elbert Alias
067e0eb806
Fixed Django pattern, added version detection to PHP driver
12 years ago
Elbert Alias
662db12746
Fixed JSON escaping
12 years ago
Elbert Alias
de035b0596
Fixed merge
12 years ago
Elbert Alias
68207db626
-
12 years ago
Elbert Alias
ce29d5c10c
Remove double escaping of double quotes in apps.json
12 years ago
Elbert Alias
8a0a9983ea
Imlied field can be string or array, confidence level can be added to implied field, new SSl icons
12 years ago
Elbert Alias
bbda93296a
Basic version detection functional
12 years ago
Elbert Alias
6135d1a80d
Added WebsPlanet
12 years ago
Elbert Alias
9ae38a6b5b
Added G-WAN, Hogan.js
12 years ago
Elbert Alias
11a93999ad
Fixed Firefox preferences and locales
12 years ago
Elbert Alias
30165fb3a3
Fixed Firefox preferences and locales
12 years ago
Elbert Alias
307d165608
Added icons, fixed JSON bug
12 years ago
Elbert Alias
2f0d4bc465
Added Nokia Maps
12 years ago
Elbert Alias
766f245143
Synced files
12 years ago
Elbert Alias
987dc6a4f3
Added MongoDB, MySQL
12 years ago
Elbert Alias
24e602691f
Added Databases, Maps and Advertising Networks categories
12 years ago
Elbert Alias
2431a13f56
Check regexp validity, improved several patterns
12 years ago
Elbert Alias
9a07bb7e87
Added per-pattern confidence levels, paved the way for version detection
12 years ago
Elbert Alias
868ba4eb20
Added Web Server Extensions category
12 years ago
Elbert Alias
f171989a9b
Manually merged @SebastianLopienski's apps.json changes, added support for new apps.json syntax
12 years ago
Elbert Alias
e79c9075cd
Allow arrays and strings in apps.json
12 years ago
q--
cb7ef0ddbe
More strict RBS change patterns
12 years ago
q--
372f3ceb3e
Added ShinyStat
...
Site: https://www.ShinyStat.com
12 years ago
q--
914a71b5e8
Added Kendo UI
...
Site: http://www.kendoui.com/
12 years ago
q--
de38ded8a0
Add Comodo CMS
12 years ago