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.
 
 
 
rockeynebhwani ea2ead40e0
Added Global-e and also added a generic 'Cart Functionality' category
4 years ago
.github Create FUNDING.yml 5 years ago
bin Use runtime.sendMessage instead of port.postMessage for Safari compatibility 4 years ago
build Add build folder 5 years ago
src Added Global-e and also added a generic 'Cart Functionality' category 4 years ago
.editorconfig Add puppeteer driver 5 years ago
.eslintignore Add eslint 6 years ago
.eslintrc.js Add puppeteer driver 5 years ago
.gitattributes Fixed merge 12 years ago
.gitignore Update build scripts to Yarn scripts 4 years ago
.prettierrc Add puppeteer driver 5 years ago
.travis.yml Fix Travis CI 4 years ago
LICENSE MIT license 5 years ago
README.md Update README 4 years ago
package.json Change webextension to browser action, add badges 4 years ago
schema.json Add yarn scripts for validation and building 4 years ago
yarn.lock Fix Yarn dependencies 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