Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 396 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 396 Bytes

python-Wappalyzer

Python driver for Wappalyzer, a web application detection utility.

$ pip install python-Wappalyzer

>>> from Wappalyzer import Wappalyzer, WebPage
>>> wappalyzer = Wappalyzer.latest()
>>> webpage = WebPage.new_from_url('http://example.com')
>>> wappalyzer.analyze(webpage)
set([u'EdgeCast'])