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 42b08b9f5e
Update README
5 years ago
.github Create FUNDING.yml 6 years ago
bin Fix link script 5 years ago
build Add build folder 5 years ago
src Update README 5 years ago
.editorconfig Add puppeteer driver 5 years ago
.eslintignore Add eslint 7 years ago
.eslintrc.js Add puppeteer driver 5 years ago
.gitattributes Fixed merge 13 years ago
.gitignore Update build scripts to Yarn scripts 5 years ago
.prettierrc Add puppeteer driver 5 years ago
.travis.yml Fix Travis CI 5 years ago
LICENSE MIT license 5 years ago
README.md Update README 5 years ago
package.json Fix Yarn dependencies 5 years ago
run Refactor NPM module 5 years ago
schema.json Add yarn scripts for validation and building 5 years ago
yarn.lock Fix Yarn dependencies 5 years ago

README.md

Wappalyzer Travis

Wappalyzer identifies technologies on websites.

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