Updated username

main
Elbert Alias 10 years ago
parent f1f777dfd5
commit fa6277ed61

@ -1,21 +1,21 @@
# Wappalyzer # Wappalyzer
[Wappalyzer](https://wappalyzer.com/) is a [Wappalyzer](https://wappalyzer.com/) is a
[cross-platform](https://github.com/ElbertF/Wappalyzer/wiki/Drivers) utility that uncovers the [cross-platform](https://github.com/AliasIO/Wappalyzer/wiki/Drivers) utility that uncovers the
technologies used on websites. It detects technologies used on websites. It detects
[content management systems](https://wappalyzer.com/categories/cms), [content management systems](https://wappalyzer.com/categories/cms),
[eCommerce platforms](https://wappalyzer.com/categories/ecommerce), [eCommerce platforms](https://wappalyzer.com/categories/ecommerce),
[web servers](https://wappalyzer.com/categories/web-servers), [web servers](https://wappalyzer.com/categories/web-servers),
[JavaScript frameworks](https://wappalyzer.com/categories/javascript-frameworks), [JavaScript frameworks](https://wappalyzer.com/categories/javascript-frameworks),
[analytics tools](https://wappalyzer.com/categories/analytics) and [analytics tools](https://wappalyzer.com/categories/analytics) and
[many more](https://wappalyzer.com/applications). [many more](https://wappalyzer.com/applications).
Refer to the [wiki](https://github.com/ElbertF/Wappalyzer/wiki) for Refer to the [wiki](https://github.com/AliasIO/Wappalyzer/wiki) for
[screenshots](https://github.com/ElbertF/Wappalyzer/wiki/Screenshots), information on how to [screenshots](https://github.com/AliasIO/Wappalyzer/wiki/Screenshots), information on how to
[contribute](https://github.com/ElbertF/Wappalyzer/wiki/Contributing) and [contribute](https://github.com/AliasIO/Wappalyzer/wiki/Contributing) and
[more](https://github.com/ElbertF/Wappalyzer/wiki/_pages). [more](https://github.com/AliasIO/Wappalyzer/wiki/_pages).
*Licensed under the [GPL](https://github.com/ElbertF/Wappalyzer/blob/master/LICENSE).* *Licensed under the [GPL](https://github.com/AliasIO/Wappalyzer/blob/master/LICENSE).*
## Getting Started ## Getting Started
@ -29,13 +29,13 @@ Running this environment optional but recommended as it provides some helpful to
First, install [Docker](https://www.docker.com/) and [Vagrant](https://www.vagrantup.com/) First, install [Docker](https://www.docker.com/) and [Vagrant](https://www.vagrantup.com/)
on your system. on your system.
Clone the Wappalyzer repository and open the newly created directory in a Clone the Wappalyzer repository and open the newly created directory in a
terminal. Run `vagrant up` to start the environment. terminal. Run `vagrant up` to start the environment.
Run `vagrant ssh` to access the environment and read usage instructions. Run `vagrant ssh` to access the environment and read usage instructions.
```shell ```shell
$ git clone https://github.com/ElbertF/Wappalyzer.git wappalyzer $ git clone https://github.com/AliasIO/Wappalyzer.git wappalyzer
$ cd wappalyzer $ cd wappalyzer
$ vagrant up $ vagrant up
$ vagrant ssh $ vagrant ssh
@ -43,5 +43,5 @@ $ vagrant ssh
To stop the environment, run `vagrant halt`. To stop the environment, run `vagrant halt`.
If a new Docker image becomes available, rebuild the environment with If a new Docker image becomes available, rebuild the environment with
`vagrant destroy -y && vagrant up`. `vagrant destroy -y && vagrant up`.

@ -3,7 +3,7 @@
This is npm module for wappalyzer This is npm module for wappalyzer
npm install wappalyzer npm install wappalyzer
var wappalyzer = require("wappalyzer"); var wappalyzer = require("wappalyzer");
@ -26,9 +26,9 @@ This is npm module for wappalyzer
'Font Awesome', 'Font Awesome',
'Google Font API', 'Google Font API',
'jQuery', 'jQuery',
'Twitter Bootstrap' ] { AngularJS: 'Twitter Bootstrap' ] { AngularJS:
{ app: 'AngularJS', { app: 'AngularJS',
confidence: confidence:
{ 'script //([\\d.]+(\\-?rc[.\\d]*)*)/angular(\\.min)?\\.js/i': 100, { 'script //([\\d.]+(\\-?rc[.\\d]*)*)/angular(\\.min)?\\.js/i': 100,
'script /angular.*\\.js/i': 100 }, 'script /angular.*\\.js/i': 100 },
confidenceTotal: 100, confidenceTotal: 100,
@ -36,7 +36,7 @@ This is npm module for wappalyzer
excludes: [], excludes: [],
version: '1.3.5', version: '1.3.5',
versions: [ '1.3.5' ] }, versions: [ '1.3.5' ] },
'Font Awesome': 'Font Awesome':
{ app: 'Font Awesome', { app: 'Font Awesome',
confidence: { 'html /<link[^>]* href=[^>]+font-awesome(?:\\.min)?\\.css/i': 100 }, confidence: { 'html /<link[^>]* href=[^>]+font-awesome(?:\\.min)?\\.css/i': 100 },
confidenceTotal: 100, confidenceTotal: 100,
@ -44,7 +44,7 @@ This is npm module for wappalyzer
excludes: [], excludes: [],
version: '', version: '',
versions: [] }, versions: [] },
'Google Font API': 'Google Font API':
{ app: 'Google Font API', { app: 'Google Font API',
confidence: { 'html /<link[^>]* href=[^>]+fonts\\.(?:googleapis|google)\\.com/i': 100 }, confidence: { 'html /<link[^>]* href=[^>]+fonts\\.(?:googleapis|google)\\.com/i': 100 },
confidenceTotal: 100, confidenceTotal: 100,
@ -52,7 +52,7 @@ This is npm module for wappalyzer
excludes: [], excludes: [],
version: '', version: '',
versions: [] }, versions: [] },
jQuery: jQuery:
{ app: 'jQuery', { app: 'jQuery',
confidence: { 'script /jquery.*\\.js/i': 100 }, confidence: { 'script /jquery.*\\.js/i': 100 },
confidenceTotal: 100, confidenceTotal: 100,
@ -60,9 +60,9 @@ This is npm module for wappalyzer
excludes: [], excludes: [],
version: '', version: '',
versions: [] }, versions: [] },
'Twitter Bootstrap': 'Twitter Bootstrap':
{ app: 'Twitter Bootstrap', { app: 'Twitter Bootstrap',
confidence: confidence:
{ 'script /(?:twitter\\.github\\.com/bootstrap|bootstrap(?:\\.js|\\.min\\.js))/i': 100, { 'script /(?:twitter\\.github\\.com/bootstrap|bootstrap(?:\\.js|\\.min\\.js))/i': 100,
'html /<link.+?href="[^"]+bootstrap(?:\\.min)?\\.css/i': 100 }, 'html /<link.+?href="[^"]+bootstrap(?:\\.min)?\\.css/i': 100 },
confidenceTotal: 100, confidenceTotal: 100,
@ -74,23 +74,23 @@ This is npm module for wappalyzer
Wappalyzer Author - Elbert Alias Wappalyzer Author - Elbert Alias
[Wappalyzer](https://wappalyzer.com/) is a [Wappalyzer](https://wappalyzer.com/) is a
[cross-platform](https://github.com/ElbertF/Wappalyzer/wiki/Drivers) utility that uncovers the [cross-platform](https://github.com/AliasIO/Wappalyzer/wiki/Drivers) utility that uncovers the
technologies used on websites. It detects technologies used on websites. It detects
[content management systems](https://wappalyzer.com/categories/cms), [content management systems](https://wappalyzer.com/categories/cms),
[eCommerce platforms](https://wappalyzer.com/categories/ecommerce), [eCommerce platforms](https://wappalyzer.com/categories/ecommerce),
[web servers](https://wappalyzer.com/categories/web-servers), [web servers](https://wappalyzer.com/categories/web-servers),
[JavaScript frameworks](https://wappalyzer.com/categories/javascript-frameworks), [JavaScript frameworks](https://wappalyzer.com/categories/javascript-frameworks),
[analytics tools](https://wappalyzer.com/categories/analytics) and [analytics tools](https://wappalyzer.com/categories/analytics) and
[many more](https://wappalyzer.com/applications). [many more](https://wappalyzer.com/applications).
Refer to the [wiki](https://github.com/ElbertF/Wappalyzer/wiki) for Refer to the [wiki](https://github.com/AliasIO/Wappalyzer/wiki) for
[screenshots](https://github.com/ElbertF/Wappalyzer/wiki/Screenshots), information on how to [screenshots](https://github.com/AliasIO/Wappalyzer/wiki/Screenshots), information on how to
[contribute](https://github.com/ElbertF/Wappalyzer/wiki/Contributing) and [contribute](https://github.com/AliasIO/Wappalyzer/wiki/Contributing) and
[more](https://github.com/ElbertF/Wappalyzer/wiki/_pages). [more](https://github.com/AliasIO/Wappalyzer/wiki/_pages).
*Licensed under the [GPL](https://github.com/ElbertF/Wappalyzer/blob/master/LICENSE).* *Licensed under the [GPL](https://github.com/AliasIO/Wappalyzer/blob/master/LICENSE).*
Donate Bitcoin: 16gb4uGDAjaeRJwKVmKr2EXa8x2fmvT8EQ - *Thanks!* Donate Bitcoin: 16gb4uGDAjaeRJwKVmKr2EXa8x2fmvT8EQ - *Thanks!*
![QR Code](https://wappalyzer.com/sites/default/themes/wappalyzer/images/bitcoinqrcode.png) ![QR Code](https://wappalyzer.com/sites/default/themes/wappalyzer/images/bitcoinqrcode.png)

@ -8,7 +8,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/ElbertF/Wappalyze" "url": "https://github.com/AliasIO/Wappalyzer"
}, },
"keywords": [ "keywords": [
"wappalyzer" "wappalyzer"
@ -16,9 +16,9 @@
"author": "Pasindu De Silva", "author": "Pasindu De Silva",
"license": "GPLv3", "license": "GPLv3",
"bugs": { "bugs": {
"url": "https://github.com/ElbertF/Wappalyze/issues" "url": "https://github.com/AliasIO/Wappalyzer/issues"
}, },
"homepage": "https://github.com/ElbertF/Wappalyze", "homepage": "https://github.com/AliasIO/Wappalyzer",
"directories": { "directories": {
"test": "test" "test": "test"
}, },

@ -201,7 +201,7 @@ var wappalyzer = (function() {
config: { config: {
websiteURL: 'https://wappalyzer.com/', websiteURL: 'https://wappalyzer.com/',
twitterURL: 'https://twitter.com/Wappalyzer', twitterURL: 'https://twitter.com/Wappalyzer',
githubURL: 'https://github.com/ElbertF/Wappalyzer', githubURL: 'https://github.com/AliasIO/Wappalyzer',
}, },
/** /**

Loading…
Cancel
Save