Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Web Technologies Detector

The aim of the program is to analyse the technologies used ehind a website.

Libraries Used:

  • Python-Wappalyzer - Python driver for Wappalyzer, a web application detection utility.

pre-requisites:

>> pip install python-Wappalyzer

Usage:

>> python web_technologies_detector.py

I/O:

Enter the full url you want to check for: $(url)
<Sample output>
{'Ruby': {'versions': [], 'categories': ['Programming languages']}, 'Ruby on Rails': {'versions': [], 'categories': ['Web frameworks']}, 'GitHub Pages': {'versions': [], 'categories': ['PaaS']}}