-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Brock
committed
Dec 19, 2014
1 parent
ef7627c
commit 9295a67
Showing
3,689 changed files
with
25,885 additions
and
0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# End-of-line normalization | ||
* text=auto | ||
|
||
*.cmd text eol=lf | ||
*.sh text eol=lf | ||
*.md text eol=lf | ||
*.json text eol=lf | ||
*.js text eol=lf | ||
*.html text eol=lf | ||
*.css text eol=lf | ||
*.manifest text eol=lf | ||
*.rdf text eol=lf | ||
*.xul text eol=lf | ||
*.dtd text eol=lf | ||
*.properties text eol=lf | ||
*.php text eol=lf | ||
|
||
*.png binary | ||
*.gif binary |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
wappalyzer-chrome.zip | ||
wappalyzer-firefox.xpi | ||
wappalyzer.xpi | ||
|
||
drivers/**/apps.json | ||
drivers/**/wappalyzer.js | ||
drivers/**/icons/*.png | ||
|
||
!.gitkeep | ||
|
||
node_modules/* |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Wappalyzer | ||
|
||
[Wappalyzer](https://wappalyzer.com/) is a | ||
[cross-platform](https://github.com/ElbertF/Wappalyzer/wiki/Drivers) utility that uncovers the | ||
technologies used on websites. It detects | ||
[content management systems](https://wappalyzer.com/categories/cms), | ||
[eCommerce platforms](https://wappalyzer.com/categories/ecommerce), | ||
[web servers](https://wappalyzer.com/categories/web-servers), | ||
[JavaScript frameworks](https://wappalyzer.com/categories/javascript-frameworks), | ||
[analytics tools](https://wappalyzer.com/categories/analytics) and | ||
[many more](https://wappalyzer.com/applications). | ||
|
||
Refer to the [wiki](https://github.com/ElbertF/Wappalyzer/wiki) for | ||
[screenshots](https://github.com/ElbertF/Wappalyzer/wiki/Screenshots), information on how to | ||
[contribute](https://github.com/ElbertF/Wappalyzer/wiki/Contributing) and | ||
[more](https://github.com/ElbertF/Wappalyzer/wiki/_pages). | ||
|
||
*Licensed under the [GPL](https://github.com/ElbertF/Wappalyzer/blob/master/LICENSE).* | ||
|
||
Donate Bitcoin: 16gb4uGDAjaeRJwKVmKr2EXa8x2fmvT8EQ - *Thanks!* | ||
|
||
![QR Code](https://wappalyzer.com/sites/default/themes/wappalyzer/images/bitcoinqrcode.png) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,118 @@ | ||
div#wappalyzer-container * { | ||
background-color: transparent !important; | ||
border: none !important; | ||
border-left: none !important; | ||
border-top: none !important; | ||
border-right: none !important; | ||
border-bottom: none !important; | ||
border-spacing: 0 !important; | ||
color: inherit !important; | ||
font-size: inherit !important; | ||
font-weight: inherit !important; | ||
font-family: inherit !important; | ||
font-style: inherit !important; | ||
line-height: inherit !important; | ||
list-style: none inside !important; | ||
margin: 0 !important; | ||
outline: none !important; | ||
padding: 0 !important; | ||
text-align: inherit !important; | ||
text-decoration: none !important; | ||
white-space: inherit !important; | ||
} | ||
|
||
#wappalyzer-container { | ||
background: #fff !important; | ||
border: 1px solid #999; | ||
box-shadow: 0 0 10px rgba(0, 0, 0, .2) !important; | ||
color: #222 !important; | ||
font-family: Arial, sans-serif !important; | ||
font-size: 14px !important; | ||
line-height: 1.5em !important; | ||
margin: 0 !important; | ||
position: fixed !important; | ||
text-align: left !important; | ||
right: 20px !important; | ||
top: 20px !important; | ||
width: 250px !important; | ||
z-index: 99999 !important; | ||
} | ||
|
||
#wappalyzer-container #wappalyzer-pending { | ||
background-repeat: no-repeat !important; | ||
background-position: center center !important; | ||
height: 60px !important; | ||
} | ||
|
||
#wappalyzer-container a#wappalyzer-close:link, | ||
#wappalyzer-container a#wappalyzer-close:hover, | ||
#wappalyzer-container a#wappalyzer-close:active, | ||
#wappalyzer-container a#wappalyzer-close:visited { | ||
background: #f8f8f8 !important; | ||
border-bottom: 1px solid #ccc !important; | ||
display: block !important; | ||
font-weight: bold !important; | ||
line-height: 30px !important; | ||
text-align: center !important; | ||
} | ||
|
||
#wappalyzer-container #wappalyzer-close:hover { | ||
background: #f4f4f4 !important; | ||
color: #0072B6 !important; | ||
} | ||
|
||
#wappalyzer-container #wappalyzer-empty { | ||
border-bottom: 1px solid #ccc !important; | ||
color: #999 !important; | ||
display: block !important; | ||
line-height: 30px !important; | ||
text-align: center !important; | ||
} | ||
|
||
#wappalyzer-container #wappalyzer-apps { | ||
padding-top: 2px !important; | ||
} | ||
|
||
#wappalyzer-container #wappalyzer-apps img { | ||
vertical-align: middle !important; | ||
} | ||
|
||
#wappalyzer-container #wappalyzer-apps a:link, | ||
#wappalyzer-container #wappalyzer-apps a:hover, | ||
#wappalyzer-container #wappalyzer-apps a:active, | ||
#wappalyzer-container #wappalyzer-apps a:visited { | ||
display: block !important; | ||
text-decoration: none !important; | ||
} | ||
|
||
#wappalyzer-container #wappalyzer-apps a:hover { | ||
color: #0072B6 !important; | ||
} | ||
|
||
#wappalyzer-container #wappalyzer-apps div.wappalyzer-app { | ||
background: #fff !important; | ||
border-radius: 5px !important; | ||
-moz-border-radius: 5px !important; | ||
-webkit-border-radius: 5px !important; | ||
margin: 0 2px 2px 2px !important; | ||
padding: 7px 10px !important; | ||
} | ||
|
||
#wappalyzer-container #wappalyzer-apps a.wappalyzer-application:link, | ||
#wappalyzer-container #wappalyzer-apps a.wappalyzer-application:hover, | ||
#wappalyzer-container #wappalyzer-apps a.wappalyzer-application:active, | ||
#wappalyzer-container #wappalyzer-apps a.wappalyzer-application:visited { | ||
font-weight: bold !important; | ||
margin-bottom: 3px !important; | ||
} | ||
|
||
#wappalyzer-container #wappalyzer-apps a.wappalyzer-category:link, | ||
#wappalyzer-container #wappalyzer-apps a.wappalyzer-category:hover, | ||
#wappalyzer-container #wappalyzer-apps a.wappalyzer-category:active, | ||
#wappalyzer-container #wappalyzer-apps a.wappalyzer-category:visited { | ||
color: #999 !important; | ||
} | ||
|
||
#wappalyzer-container #wappalyzer-apps a.wappalyzer-category:hover { | ||
color: #0072B6 !important; | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+796 Bytes
Wappalyzer/drivers/bookmarklet/images/icons/AT Internet Analyzer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+1.23 KB
Wappalyzer/drivers/bookmarklet/images/icons/Algolia Realtime Search.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+747 Bytes
Wappalyzer/drivers/bookmarklet/images/icons/Apache Traffic Server.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+317 Bytes
Wappalyzer/drivers/bookmarklet/images/icons/Artifactory Web Server.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+692 Bytes
Wappalyzer/drivers/bookmarklet/images/icons/Atlassian Bitbucket.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+809 Bytes
Wappalyzer/drivers/bookmarklet/images/icons/Atlassian Jira Issue Collector.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+548 Bytes
Wappalyzer/drivers/bookmarklet/images/icons/FAST Search for SharePoint.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+1.24 KB
Wappalyzer/drivers/bookmarklet/images/icons/Google Friend Connect.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+589 Bytes
Wappalyzer/drivers/bookmarklet/images/icons/HP System Management.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+102 Bytes
Wappalyzer/drivers/bookmarklet/images/icons/IBM Tivoli Storage Manager.png
Oops, something went wrong.
Binary file added
BIN
+102 Bytes
Wappalyzer/drivers/bookmarklet/images/icons/IBM WebSphere Commerce.png
Oops, something went wrong.
Binary file added
BIN
+102 Bytes
Wappalyzer/drivers/bookmarklet/images/icons/IBM WebSphere Portal.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+604 Bytes
Wappalyzer/drivers/bookmarklet/images/icons/Intel Active Management Technology.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+1.73 KB
Wappalyzer/drivers/bookmarklet/images/icons/JBoss Application Server.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+377 Bytes
Wappalyzer/drivers/bookmarklet/images/icons/Javascript Infovis Toolkit.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.