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
a05d78e47d
|
7 years ago | |
---|---|---|
bin | 7 years ago | |
build | 10 years ago | |
src | 7 years ago | |
.editorconfig | 7 years ago | |
.gitattributes | 12 years ago | |
.gitignore | 7 years ago | |
.travis.yml | 7 years ago | |
Dockerfile | 7 years ago | |
LICENSE | 12 years ago | |
README.md | 8 years ago | |
package.json | 7 years ago | |
run | 7 years ago | |
schema.json | 8 years ago | |
yarn.lock | 7 years ago |
README.md
Wappalyzer
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.