The last commit of Wappalyzer before it went private
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
Elbert Alias 9e8537383a
Rename apps.json to technologies.json
4 years ago
.github
bin Rename apps.json to technologies.json 4 years ago
build
src Rename apps.json to technologies.json 4 years ago
.editorconfig
.eslintignore
.eslintrc.js
.gitattributes
.gitignore
.prettierrc
.travis.yml Fix Travis CI 5 years ago
LICENSE
README.md Update README 5 years ago
package.json Rename apps.json to technologies.json 4 years ago
schema.json Rename apps.json to technologies.json 4 years ago
yarn.lock Fix merge 4 years ago

README.md

Wappalyzer Travis

Wappalyzer identifies technologies on websites. It detects content management systems, ecommerce platforms, JavaScript frameworks, analytics tools and much more.

Documentation

Please read the developer documentation.

Quick start

git clone https://github.com/aliasio/wappalyzer
cd wappalyzer
yarn install
yarn run link

Usage

Command line

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

  • Go go about:debugging#/runtime/this-firefox
  • Click 'Load Temporary Add-on'
  • Select src/drivers/webextension/manifest.json