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.
 
 
 
Foad abdollahi a3f8016e21
update adnegah
7 years ago
bin Add Prebid application 8 years ago
build Added build folder 10 years ago
src update adnegah 7 years ago
.editorconfig Added .editorconfig 10 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 Replace Vagrant with Docker 8 years ago
LICENSE Add correct license information 12 years ago
README.md Update README 8 years ago
package.json Fix jsonToDOM in Chrome 8 years ago
run Replace Vagrant with Docker 8 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.