The aim of the program is to analyse the technologies used ehind a website.
- Python-Wappalyzer - Python driver for Wappalyzer, a web application detection utility.
>> pip install python-Wappalyzer
>> python web_technologies_detector.py
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']}}