Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.74 KB

README.md

File metadata and controls

35 lines (26 loc) · 1.74 KB

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.