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
Release history Release notifications | RSS feed
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 details)
Built Distribution
File details
Details for the file webdetect-0.0.1.tar.gz
.
File metadata
- Download URL: webdetect-0.0.1.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e024c860e8f00de954cf0297bc76efdbe5d1b13f249e256693208f6322fffede |
|
MD5 | a311558421f6631176758a5795079303 |
|
BLAKE2b-256 | 48e80f03ea32d49f9f7f4250438370b9fe1bc05f31eb986e545971d7c18be2e5 |
File details
Details for the file webdetect-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: webdetect-0.0.1-py3-none-any.whl
- Upload date:
- Size: 4.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 46100c32d0de9a589a7c89aa748d0530963996527245ae486e12fc70d1a6d237 |
|
MD5 | 481999a5f0d13d2a051c34c74009ba1f |
|
BLAKE2b-256 | 91a1b4ede2a34f8df28dc96041f53295e1a35a2faa9443cb4ea452ec10a1ca10 |