@ -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
|
@ -1,139 +1,139 @@
|
|||||||
Wappalyzer
|
Wappalyzer
|
||||||
==========
|
==========
|
||||||
|
|
||||||
[Wappalyzer](http://wappalyzer.com/) is a
|
[Wappalyzer](http://wappalyzer.com/) is a
|
||||||
[browser extension](http://wappalyzer.com/download) that uncovers the
|
[browser extension](http://wappalyzer.com/download) that uncovers the
|
||||||
technologies used on websites. It detects
|
technologies used on websites. It detects
|
||||||
[content management systems](http://wappalyzer.com/categories/cms),
|
[content management systems](http://wappalyzer.com/categories/cms),
|
||||||
[web shops](http://wappalyzer.com/categories/web-shops),
|
[web shops](http://wappalyzer.com/categories/web-shops),
|
||||||
[web servers](http://wappalyzer.com/categories/web-servers),
|
[web servers](http://wappalyzer.com/categories/web-servers),
|
||||||
[JavaScript frameworks](http://wappalyzer.com/categories/javascript-frameworks),
|
[JavaScript frameworks](http://wappalyzer.com/categories/javascript-frameworks),
|
||||||
[analytics tools](http://wappalyzer.com/categories/analytics) and
|
[analytics tools](http://wappalyzer.com/categories/analytics) and
|
||||||
[many more](http://wappalyzer.com/applications).
|
[many more](http://wappalyzer.com/applications).
|
||||||
|
|
||||||
|
|
||||||
Contributing
|
Contributing
|
||||||
------------
|
------------
|
||||||
|
|
||||||
**Adding a new application**
|
**Adding a new application**
|
||||||
|
|
||||||
* Edit `share/apps.json`
|
* Edit `share/apps.json` and use a validator like http://jsonformatter.curiousconcept.com/ to verify your modification.
|
||||||
* Add a 16x16 PNG image to `share/images/icons` matching the application name.
|
* Add a 16x16 PNG image to `share/images/icons` matching the application name and compressed with a loss-less tools like http://www.smushit.com/ or optipng http://optipng.sourceforge.net/.
|
||||||
* Provide the URL to the application's website when submitting a pull request.
|
* Provide the URL to the application's website when submitting a pull request.
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
"Application Name": {
|
"Application Name": {
|
||||||
cats: [ "1" ],
|
cats: [ "1" ],
|
||||||
headers: { "X-Powered-By": "Application Name" },
|
headers: { "X-Powered-By": "Application Name" },
|
||||||
url: ".+\\.application-name\\.com",
|
url: ".+\\.application-name\\.com",
|
||||||
html: "<link[^>]application-name\\.css",
|
html: "<link[^>]application-name\\.css",
|
||||||
meta: { "generator": "Application Name" },
|
meta: { "generator": "Application Name" },
|
||||||
script: "application-name\\.js",
|
script: "application-name\\.js",
|
||||||
env: "ApplicationName",
|
env: "ApplicationName",
|
||||||
implies: [ "PHP" ]
|
implies: [ "PHP" ]
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
Drivers
|
Drivers
|
||||||
-------
|
-------
|
||||||
|
|
||||||
Wappalyzer is multi-platform. The main code lives in the `share/` directory and
|
Wappalyzer is multi-platform. The main code lives in the `share/` directory and
|
||||||
platform specific code in `drivers/`. The sections below describe how to set up
|
platform specific code in `drivers/`. The sections below describe how to set up
|
||||||
a development environment for the various existing drivers.
|
a development environment for the various existing drivers.
|
||||||
|
|
||||||
To keep files synchronised between drivers, run the `links.sh` script (UNIX-like
|
To keep files synchronised between drivers, run the `links.sh` script (UNIX-like
|
||||||
systems only, Windows users can use `links.cmd`.)
|
systems only, Windows users can use `links.cmd`.)
|
||||||
|
|
||||||
|
|
||||||
**Mozilla Firefox**
|
**Mozilla Firefox**
|
||||||
|
|
||||||
* Place a file called `wappalyzer@crunchlabz.com` in the extensions directory in
|
* Place a file called `wappalyzer@crunchlabz.com` in the extensions directory in
|
||||||
your [profile folder](http://kb.mozillazine.org/Profile_folder_-_Firefox)
|
your [profile folder](http://kb.mozillazine.org/Profile_folder_-_Firefox)
|
||||||
(`~/.mozilla/firefox/xxxxx.default/extensions/` on Linux) containing the full
|
(`~/.mozilla/firefox/xxxxx.default/extensions/` on Linux) containing the full
|
||||||
path to `drivers/firefox`.
|
path to `drivers/firefox`.
|
||||||
* Restart Firefox
|
* Restart Firefox
|
||||||
* Navigate to `about:config` and set `extensions.wappalyzer.debug` to `true`.
|
* Navigate to `about:config` and set `extensions.wappalyzer.debug` to `true`.
|
||||||
* Ctrl+Shift+J brings up a console for debugging.
|
* Ctrl+Shift+J brings up a console for debugging.
|
||||||
|
|
||||||
|
|
||||||
**Google Chrome**
|
**Google Chrome**
|
||||||
|
|
||||||
The Chrome version needs some love, if anyone wants to pick it up. It's
|
The Chrome version needs some love, if anyone wants to pick it up. It's
|
||||||
currently not as feature-rich as the Firefox add-on (although partially due to
|
currently not as feature-rich as the Firefox add-on (although partially due to
|
||||||
API limitations.)
|
API limitations.)
|
||||||
|
|
||||||
* Navigate to `about:extensions`
|
* Navigate to `about:extensions`
|
||||||
* Check "Developer mode"
|
* Check "Developer mode"
|
||||||
* Click "Load unpacked extension..."
|
* Click "Load unpacked extension..."
|
||||||
* Select `drivers/chrome/`
|
* Select `drivers/chrome/`
|
||||||
|
|
||||||
|
|
||||||
**Bookmarklet**
|
**Bookmarklet**
|
||||||
|
|
||||||
Beta version available for testing at [wappalyzer.com/bookmarklet](http://wappalyzer.com/bookmarklet).
|
Beta version available for testing at [wappalyzer.com/bookmarklet](http://wappalyzer.com/bookmarklet).
|
||||||
|
|
||||||
|
|
||||||
**HTML**
|
**HTML**
|
||||||
|
|
||||||
The HTML driver serves purely as an example. It's a good starting point if you
|
The HTML driver serves purely as an example. It's a good starting point if you
|
||||||
want to port Wappalyzer to a new platform.
|
want to port Wappalyzer to a new platform.
|
||||||
|
|
||||||
* Navigate to `drivers/html/`
|
* Navigate to `drivers/html/`
|
||||||
|
|
||||||
|
|
||||||
**PHP**
|
**PHP**
|
||||||
|
|
||||||
The PHP driver requires the [V8js](http://php.net/manual/en/book.v8js.php) class. Installing V8js
|
The PHP driver requires the [V8js](http://php.net/manual/en/book.v8js.php) class. Installing V8js
|
||||||
using [PECL](http://pecl.php.net/) on Debian Linux or Ubuntu should be very straight forward:
|
using [PECL](http://pecl.php.net/) on Debian Linux or Ubuntu should be very straight forward:
|
||||||
|
|
||||||
* `# aptitude install php5-dev php-pear libv8-dev`
|
* `# aptitude install php5-dev php-pear libv8-dev`
|
||||||
* `# pecl install channel://pecl.php.net/v8js-0.1.3`
|
* `# pecl install channel://pecl.php.net/v8js-0.1.3`
|
||||||
* `# echo "extension=v8js.so" > /etc/php5/conf.d/v8js.ini`
|
* `# echo "extension=v8js.so" > /etc/php5/conf.d/v8js.ini`
|
||||||
|
|
||||||
Runnning Wappalyzer from the command line:
|
Runnning Wappalyzer from the command line:
|
||||||
|
|
||||||
`$ php drivers/php/index.php wappalyzer.com`
|
`$ php drivers/php/index.php wappalyzer.com`
|
||||||
|
|
||||||
Running Wappalyzer inside a PHP script:
|
Running Wappalyzer inside a PHP script:
|
||||||
|
|
||||||
```php
|
```php
|
||||||
require('WappalyzerException.php');
|
require('WappalyzerException.php');
|
||||||
require('Wappalyzer.php');
|
require('Wappalyzer.php');
|
||||||
|
|
||||||
$wappalyzer = new Wappalyzer($url);
|
$wappalyzer = new Wappalyzer($url);
|
||||||
|
|
||||||
$detectedApps = $wappalyzer->analyze();
|
$detectedApps = $wappalyzer->analyze();
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
**Mozilla Jetpack**
|
**Mozilla Jetpack**
|
||||||
|
|
||||||
Work in progress, experimental. See https://wiki.mozilla.org/Jetpack.
|
Work in progress, experimental. See https://wiki.mozilla.org/Jetpack.
|
||||||
|
|
||||||
|
|
||||||
Unofficial drivers and ports
|
Unofficial drivers and ports
|
||||||
----------------------------
|
----------------------------
|
||||||
|
|
||||||
**Python**
|
**Python**
|
||||||
|
|
||||||
A Python driver by [@ebradbury](https://github.com/ebradbury).
|
A Python driver by [@ebradbury](https://github.com/ebradbury).
|
||||||
|
|
||||||
https://github.com/ebradbury/Wappalyzer/tree/master/drivers/python
|
https://github.com/ebradbury/Wappalyzer/tree/master/drivers/python
|
||||||
|
|
||||||
|
|
||||||
**Ruby**
|
**Ruby**
|
||||||
|
|
||||||
A Ruby port by [@skroutz](https://github.com/skroutz).
|
A Ruby port by [@skroutz](https://github.com/skroutz).
|
||||||
|
|
||||||
https://github.com/skroutz/wappalyzer-ruby
|
https://github.com/skroutz/wappalyzer-ruby
|
||||||
|
|
||||||
|
|
||||||
Screenshot
|
Screenshot
|
||||||
----------
|
----------
|
||||||
|
|
||||||
Wappalyzer on Firefox:
|
Wappalyzer on Firefox:
|
||||||
|
|
||||||
![Screenshot](http://wappalyzer.com/sites/default/themes/wappalyzer/images/installed.png)
|
![Screenshot](http://wappalyzer.com/sites/default/themes/wappalyzer/images/installed.png)
|
Before Width: | Height: | Size: 324 B After Width: | Height: | Size: 304 B |
Before Width: | Height: | Size: 929 B After Width: | Height: | Size: 787 B |
Before Width: | Height: | Size: 766 B After Width: | Height: | Size: 692 B |
Before Width: | Height: | Size: 845 B After Width: | Height: | Size: 725 B |
Before Width: | Height: | Size: 631 B After Width: | Height: | Size: 573 B |
After Width: | Height: | Size: 260 B |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 628 B |
Before Width: | Height: | Size: 498 B After Width: | Height: | Size: 349 B |
Before Width: | Height: | Size: 678 B After Width: | Height: | Size: 616 B |
Before Width: | Height: | Size: 399 B After Width: | Height: | Size: 201 B |
Before Width: | Height: | Size: 275 B After Width: | Height: | Size: 160 B |
Before Width: | Height: | Size: 824 B After Width: | Height: | Size: 704 B |
Before Width: | Height: | Size: 612 B After Width: | Height: | Size: 477 B |
Before Width: | Height: | Size: 756 B After Width: | Height: | Size: 691 B |
Before Width: | Height: | Size: 557 B After Width: | Height: | Size: 281 B |
Before Width: | Height: | Size: 717 B After Width: | Height: | Size: 664 B |
Before Width: | Height: | Size: 372 B After Width: | Height: | Size: 249 B |
Before Width: | Height: | Size: 884 B After Width: | Height: | Size: 800 B |
Before Width: | Height: | Size: 664 B After Width: | Height: | Size: 565 B |
Before Width: | Height: | Size: 202 B After Width: | Height: | Size: 128 B |
Before Width: | Height: | Size: 202 B After Width: | Height: | Size: 128 B |
Before Width: | Height: | Size: 202 B After Width: | Height: | Size: 128 B |
Before Width: | Height: | Size: 641 B After Width: | Height: | Size: 419 B |
Before Width: | Height: | Size: 580 B After Width: | Height: | Size: 444 B |
Before Width: | Height: | Size: 760 B After Width: | Height: | Size: 754 B |
Before Width: | Height: | Size: 801 B After Width: | Height: | Size: 716 B |
Before Width: | Height: | Size: 729 B After Width: | Height: | Size: 658 B |
After Width: | Height: | Size: 270 B |
Before Width: | Height: | Size: 629 B After Width: | Height: | Size: 501 B |
Before Width: | Height: | Size: 862 B After Width: | Height: | Size: 118 B |
After Width: | Height: | Size: 420 B |
Before Width: | Height: | Size: 599 B After Width: | Height: | Size: 436 B |
Before Width: | Height: | Size: 649 B After Width: | Height: | Size: 447 B |
Before Width: | Height: | Size: 655 B After Width: | Height: | Size: 530 B |
Before Width: | Height: | Size: 581 B After Width: | Height: | Size: 442 B |
Before Width: | Height: | Size: 832 B After Width: | Height: | Size: 667 B |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 560 B |
Before Width: | Height: | Size: 350 B After Width: | Height: | Size: 243 B |
Before Width: | Height: | Size: 747 B After Width: | Height: | Size: 689 B |
Before Width: | Height: | Size: 592 B After Width: | Height: | Size: 466 B |
Before Width: | Height: | Size: 701 B After Width: | Height: | Size: 642 B |
Before Width: | Height: | Size: 676 B After Width: | Height: | Size: 644 B |
Before Width: | Height: | Size: 770 B After Width: | Height: | Size: 713 B |
Before Width: | Height: | Size: 415 B After Width: | Height: | Size: 243 B |
Before Width: | Height: | Size: 497 B After Width: | Height: | Size: 420 B |
After Width: | Height: | Size: 190 B |
Before Width: | Height: | Size: 597 B After Width: | Height: | Size: 539 B |
Before Width: | Height: | Size: 701 B After Width: | Height: | Size: 605 B |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 834 B |
Before Width: | Height: | Size: 547 B After Width: | Height: | Size: 394 B |
After Width: | Height: | Size: 313 B |
Before Width: | Height: | Size: 507 B After Width: | Height: | Size: 347 B |
Before Width: | Height: | Size: 630 B After Width: | Height: | Size: 524 B |
After Width: | Height: | Size: 435 B |
Before Width: | Height: | Size: 930 B After Width: | Height: | Size: 872 B |
Before Width: | Height: | Size: 261 B After Width: | Height: | Size: 218 B |
Before Width: | Height: | Size: 564 B After Width: | Height: | Size: 415 B |
After Width: | Height: | Size: 477 B |
Before Width: | Height: | Size: 434 B After Width: | Height: | Size: 362 B |
After Width: | Height: | Size: 496 B |
Before Width: | Height: | Size: 401 B After Width: | Height: | Size: 275 B |
Before Width: | Height: | Size: 324 B After Width: | Height: | Size: 304 B |
Before Width: | Height: | Size: 929 B After Width: | Height: | Size: 787 B |
Before Width: | Height: | Size: 766 B After Width: | Height: | Size: 692 B |
Before Width: | Height: | Size: 845 B After Width: | Height: | Size: 725 B |
Before Width: | Height: | Size: 631 B After Width: | Height: | Size: 573 B |
After Width: | Height: | Size: 260 B |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 628 B |
Before Width: | Height: | Size: 498 B After Width: | Height: | Size: 349 B |
Before Width: | Height: | Size: 678 B After Width: | Height: | Size: 616 B |
Before Width: | Height: | Size: 399 B After Width: | Height: | Size: 201 B |
Before Width: | Height: | Size: 275 B After Width: | Height: | Size: 160 B |
Before Width: | Height: | Size: 824 B After Width: | Height: | Size: 704 B |
Before Width: | Height: | Size: 612 B After Width: | Height: | Size: 477 B |
Before Width: | Height: | Size: 756 B After Width: | Height: | Size: 691 B |
Before Width: | Height: | Size: 557 B After Width: | Height: | Size: 281 B |
Before Width: | Height: | Size: 717 B After Width: | Height: | Size: 664 B |
Before Width: | Height: | Size: 372 B After Width: | Height: | Size: 249 B |
Before Width: | Height: | Size: 884 B After Width: | Height: | Size: 800 B |
Before Width: | Height: | Size: 664 B After Width: | Height: | Size: 565 B |
Before Width: | Height: | Size: 202 B After Width: | Height: | Size: 128 B |
Before Width: | Height: | Size: 202 B After Width: | Height: | Size: 128 B |
Before Width: | Height: | Size: 202 B After Width: | Height: | Size: 128 B |
Before Width: | Height: | Size: 641 B After Width: | Height: | Size: 419 B |
Before Width: | Height: | Size: 580 B After Width: | Height: | Size: 444 B |
Before Width: | Height: | Size: 760 B After Width: | Height: | Size: 754 B |
Before Width: | Height: | Size: 801 B After Width: | Height: | Size: 716 B |
Before Width: | Height: | Size: 729 B After Width: | Height: | Size: 658 B |
After Width: | Height: | Size: 270 B |
Before Width: | Height: | Size: 629 B After Width: | Height: | Size: 501 B |
Before Width: | Height: | Size: 862 B After Width: | Height: | Size: 118 B |
After Width: | Height: | Size: 420 B |
Before Width: | Height: | Size: 599 B After Width: | Height: | Size: 436 B |
Before Width: | Height: | Size: 649 B After Width: | Height: | Size: 447 B |
Before Width: | Height: | Size: 655 B After Width: | Height: | Size: 530 B |
Before Width: | Height: | Size: 581 B After Width: | Height: | Size: 442 B |