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.
 
 
 
Inoyatulloh 49c69a62e0
Added PhpDebugBar
7 years ago
bin Replace PhantomJS with Zombie in NPM driver 7 years ago
build Added build folder 10 years ago
src Added PhpDebugBar 7 years ago
.editorconfig Port to ES6 7 years ago
.gitattributes Fixed merge 12 years ago
.gitignore Restore package.json 7 years ago
.travis.yml Fix Travis CI config 8 years ago
Dockerfile Remove port from Dockerfile 7 years ago
LICENSE Add correct license information 12 years ago
README.md Update README 8 years ago
package.json Restore package.json 7 years ago
run Restore package.json 7 years ago
schema.json icon optional and defaults to default.svg 8 years ago
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.