chorsley / python-Wappalyzer

Python driver for Wappalyzer, a web application detection utility.
GNU General Public License v3.0
309 stars 122 forks source link

Fix the `update=True` feature #65

Open tristanlatr opened 2 years ago

tristanlatr commented 2 years ago

The technologies are now dispatched into several files: https://github.com/AliasIO/wappalyzer/tree/master/src/technologies

This line is failing with a 404: https://github.com/chorsley/python-Wappalyzer/blob/master/Wappalyzer/Wappalyzer.py#L246

We can simply get all files and merge them into a single data structure.