Skip to main content

Python implementation of the Wappalyzer web application detection utility

Project description

python-Wappalyzer

Build Status PyPI version Coverage Status

Python implementation of the Wappalyzer web application detection utility.

Install

$ python3 -m pip install python-Wappalyzer

Usage

from Wappalyzer import Wappalyzer, WebPage
wappalyzer = Wappalyzer.latest()
webpage = WebPage.new_from_url('http://example.com')
wappalyzer.analyze(webpage)

{'Docker', 'Azure CDN', 'Amazon Web Services', 'Amazon ECS'}

wappalyzer.analyze_with_categories(webpage)

{'Amazon ECS': {'categories': ['IaaS']}, 'Amazon Web Services': {'categories': ['PaaS']}, 'Azure CDN': {'categories': ['CDN']}, 'Docker': {'categories': ['Containers']}}

webpage = WebPage.new_from_url('http://wordpress-example.com')
wappalyzer.analyze_with_versions_and_categories(webpage)

{'Font Awesome': {'categories': ['Font scripts'], 'versions': ['5.4.2']}, 'Google Font API': {'categories': ['Font scripts'], 'versions': []}, 'MySQL': {'categories': ['Databases'], 'versions': []}, 'Nginx': {'categories': ['Web servers', 'Reverse proxies'], 'versions': []}, 'PHP': {'categories': ['Programming languages'], 'versions': ['5.6.40']}, 'WordPress': {'categories': ['CMS', 'Blogs'], 'versions': ['5.4.2']}, 'Yoast SEO': {'categories': ['SEO'], 'versions': ['14.6.1']}}


Last version to support Python2 was 0.2.2.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

python-Wappalyzer-0.3.1.tar.gz (80.6 kB view details)

Uploaded Source

Built Distribution

python_Wappalyzer-0.3.1-py3-none-any.whl (93.7 kB view details)

Uploaded Python 3

File details

Details for the file python-Wappalyzer-0.3.1.tar.gz.

File metadata

  • Download URL: python-Wappalyzer-0.3.1.tar.gz
  • Upload date:
  • Size: 80.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.8.5

File hashes

Hashes for python-Wappalyzer-0.3.1.tar.gz
Algorithm Hash digest
SHA256 28fc8d5b8ace221aad7c5729b923976af53c5b7116fd0ddc452a0dcaeaf4b831
MD5 2e5d41918a79949987b75712719f2f52
BLAKE2b-256 6df4cc7ad9d2b8a8f3a68eddd2ee0232934ad2925b985bb16647d8a2df34c826

See more details on using hashes here.

File details

Details for the file python_Wappalyzer-0.3.1-py3-none-any.whl.

File metadata

  • Download URL: python_Wappalyzer-0.3.1-py3-none-any.whl
  • Upload date:
  • Size: 93.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.8.5

File hashes

Hashes for python_Wappalyzer-0.3.1-py3-none-any.whl
Algorithm Hash digest
SHA256 0c76e4bbc1e782795f2ccda627add6366153cd53d8f8eb5a5b62431c7c4ecdfe
MD5 2c72480d0070cf40afb178b4d872a49e
BLAKE2b-256 9a076f3d07bc11029bdcede89b55e488497583f9878cc547ef9d5fcd0ddb8247

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page