forked from dochne/wappalyzer
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
3 changed files
with
32 additions
and
37 deletions.
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 |
---|---|---|
@@ -1,18 +1,37 @@ | ||
# Wappalyzer [![Travis](https://travis-ci.org/aliasio/wappalyzer.svg?branch=master)](https://travis-ci.org/aliasio/wappalyzer/) | ||
|
||
[Wappalyzer](https://www.wappalyzer.com/) is a | ||
[cross-platform](https://www.wappalyzer.com/nodejs) utility that uncovers the | ||
technologies used on websites. It detects | ||
[content management systems](https://www.wappalyzer.com/technologies/cms), | ||
[eCommerce platforms](https://www.wappalyzer.com/technologies/ecommerce), | ||
[web servers](https://www.wappalyzer.com/technologies/web-servers), | ||
[JavaScript frameworks](https://www.wappalyzer.com/technologies/javascript-frameworks), | ||
[analytics tools](https://www.wappalyzer.com/technologies/analytics) and | ||
[many more](https://www.wappalyzer.com/applications). | ||
[Wappalyzer](https://www.wappalyzer.com) identifies technologies on websites. | ||
|
||
*Licensed under [MIT](https://github.com/aliasio/wappalyzer/blob/master/LICENSE).* | ||
## Documentation | ||
|
||
Please read the [developer documentation](https://www.wappalyzer.com/docs). | ||
|
||
## Documentation | ||
## Quick start | ||
|
||
```sh | ||
git clone https://github.com/aliasio/wappalyzer | ||
cd wappalyzer | ||
yarn install | ||
yarn link | ||
``` | ||
|
||
## Usage | ||
|
||
### Command line | ||
|
||
```sh | ||
node src/drivers/npm/cli.js https://example.com | ||
``` | ||
|
||
### Chrome extension | ||
|
||
* Go go `about:extensions` | ||
* Enable 'Developer mode' | ||
* Click 'Load unpacked' | ||
* Select `src/drivers/webextension` | ||
|
||
### Firefox extension | ||
|
||
Please read the [developer documentation](https://www.wappalyzer.com/docs) to get started. | ||
* Go go `about:debugging#/runtime/this-firefox` | ||
* Click 'Load Temporary Add-on' | ||
* Select `src/drivers/webextension/manifest.json` |
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
This file was deleted.
Oops, something went wrong.