top of page
Search

Parsing wappalyzer with python

Updated: Jan 21, 2020

Wappalyzer is a cross-platform utility that uncovers the technologies used on websites. It detects content management systems, ecommerce platform.




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.


“If you want to test online version of wappalyzer.”

Getting started


To get started, install Git and Docker


on your system. This will allow you to install and run the Wappalyzer development environment which comes bundled with the required tools.


Next, create a fork

of the Wappalyzer repository on GitHub, clone it and execute ./run links in Bash


$ git clone https://github.com/<your_github_username>/Wappalyzer.git
$ cd Wappalyzer
$ ./run links
 
 
 

Comments


  • White Facebook Icon

© 2021 Nmmapper pentesting site

bottom of page