Menu

Wappalyzer online - CMS detection and other framework technologies

Wappalyzer is available on both firefox and chrome this cross-platform utility that uncovers the technologies used on websites.

Name Version Website Category
Wappalyzer options

What it can do.

  • Detects content management systems
  • Detects eCommerce platforms
  • Detects web servers.
  • Detects JavaScript frameworks
  • Detects analytics tools
  • Chrome extension
  • Firefox extension
  • Edge extension
  • Safari extension

Wappalyzer

Wappalyzer is a cross-platform utility that uncovers the technologies used on websites.

Wappalyzer - CMS detection and other framework technologies
Online Subdomain finder management dashboard

Installing wappalyzer on ubuntu and debian.

The builtify thing about wappalyzer is it's opensource, the source code is available under the GPL v3 licence, you can even run it from the commandline this is very helpful. If you want to run in through the commandline here is how to install it.

  • Install npm
  • sudo apt install nodejs
  • node --version
  • npm --version
  • npm i -g wappalyzer # Globally(recommended for commandline)
  • #
  • #
  • wappalyzer domain.com
  • #