Skip to content

Cross-platform utility that uncovers the technologies used on websites.

License

Notifications You must be signed in to change notification settings

nowiko/Wappalyzer

This branch is 1474 commits ahead of juliopontes/Wappalyzer:master.

Folders and files

NameName
Last commit message
Last commit date
Mar 1, 2015
Feb 25, 2015
Mar 8, 2015
Jun 22, 2015
Feb 22, 2015
Nov 30, 2012
Feb 28, 2015
Jun 2, 2015
Nov 30, 2012
Feb 25, 2015
Feb 28, 2015
Feb 27, 2015

Repository files navigation

Wappalyzer Travis

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.

Run vagrant ssh to access the environment and read usage instructions.

$ git clone https://github.com/AliasIO/Wappalyzer.git wappalyzer
$ cd wappalyzer
$ vagrant up
$ vagrant ssh

To stop the environment, run vagrant halt.

If a new Docker image becomes available, rebuild the environment with vagrant destroy -y && vagrant up.

About

Cross-platform utility that uncovers the technologies used on websites.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 64.5%
  • CSS 17.9%
  • PHP 5.6%
  • HTML 5.4%
  • Shell 3.6%
  • Python 1.6%
  • Ruby 1.4%