chorsley / python-Wappalyzer

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

Auto-update to latest technologies.json file #42

Closed tristanlatr closed 3 years ago

tristanlatr commented 3 years ago

We should implement an argument to the Wappalyzer.latest method to auto-update and use the latest technologies.json file:

wappalyzer=Wappalyzer.latest(update=True)

See #30