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.
 
 
 
Elbert Alias 6637e43dd0
Fix gitignore
7 years ago
bin Functional ES6 code 7 years ago
build Added build folder 10 years ago
src Fix gitignore 7 years ago
.editorconfig Port to ES6 7 years ago
.gitattributes Fixed merge 12 years ago
.gitignore Fix jsonToDOM in Chrome 8 years ago
.travis.yml Fix Travis CI config 8 years ago
Dockerfile Port to ES6 7 years ago
LICENSE Add correct license information 12 years ago
README.md Update README 8 years ago
run Functional ES6 code 7 years ago
schema.json icon optional and defaults to default.svg 8 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.