/Wappalyzer

Cross-platform utility that uncovers the technologies used on websites.

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

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.