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.
 
 
 
Daniel Zdziebko 7cdfe916ea
Merge pull request #5 from AliasIO/master
7 years ago
bin Replace PhantomJS with Zombie in NPM driver 7 years ago
build
src Minor fixes 7 years ago
.editorconfig Port to ES6 7 years ago
.gitattributes
.gitignore Restore package.json 7 years ago
.travis.yml
Dockerfile Remove port from Dockerfile 7 years ago
LICENSE
README.md
package.json Restore package.json 7 years ago
run Fix yarn install in run script 7 years ago
schema.json
yarn.lock Restore package.json 7 years ago

README.md

Wappalyzer Travis Scrutinizer

Wappalyzer is a cross-platform utility that uncovers the technologies used on websites. It detects content management systems, eCommerce platforms, web servers, JavaScript frameworks, analytics tools and many more.

Refer to the wiki for screenshots, information on how to contribute and more.

Licensed under the GPL.

Getting Started

Install Docker on your system first.

$ git clone https://github.com/AliasIO/Wappalyzer.git
$ cd Wappalyzer
$ ./run links

The links command creates symlinks for files that shared between the various drivers (i.e. different platforms). If your file system does not support symlinks, you need to manually copy these files (see bin/links).

Please run ./run validate before submitting a pull request.