Skip to content

Python driver for Wappalyzer, a web application detection utility.

License

Notifications You must be signed in to change notification settings

offlinehacker/python-Wappalyzer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'])

About

Python driver for Wappalyzer, a web application detection utility.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%