Elbert Alias
8229354d8a
|
10 years ago | |
---|---|---|
bin | 10 years ago | |
docker | 10 years ago | |
src | 10 years ago | |
.gitattributes | 12 years ago | |
.gitignore | 10 years ago | |
LICENSE | 12 years ago | |
README.md | 10 years ago | |
Vagrantfile | 10 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
This section describes how to set up a development environment. Everything you need is contained in a Docker image which is managed by Vagrant.
Running this environment optional but recommended as it provides some helpful tools.
First, install Docker and Vagrant on your system.
Clone the Wappalyzer repository and open the newly created directory in a
terminal. Run vagrant up
to start the environment.
$ git clone https://github.com/ElbertF/Wappalyzer.git wappalyzer
$ cd wappalyzer
$ vagrant up
To stop the environment, run vagrant halt
.
Run vagrant ssh
to access the environment.