Skip to main content

Detects technologies of a web page using Wappalyzer in a headless browser.

Project description

License: MIT | Author: 0xcrypto

webdetect

Detects technologies of a web page using Wappalyzer in a headless browser.

Installation

pip install webdetect

Usage

As an application:

Usage: webdetect [OPTIONS] [URLS]

  webdetect v0.0.1 by @0xcrypto <vi@hackberry.xyz>

Options:
  --file FILENAME
  --json / --active-data      Print result in JSON format.
  --tabs INTEGER              Maximum tabs to open in chromium.
  --headless / --no-headless  Whether to open chromium in headless mode.
  --help                      Show this message and exit.

In your scripts:

import asyncio
from webdetect import WebDetect

async def getTech():
    return await WebDetect().detect(domains, maxtabs=20, headless=True, logging=False)

asyncio.run(getTech())

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

webdetect-0.0.1.tar.gz (4.4 kB view hashes)

Uploaded Source

Built Distribution

webdetect-0.0.1-py3-none-any.whl (4.7 kB view hashes)

Uploaded Python 3

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