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