Asynchronous scanning utilities for discovering HAUT services, starting with the JWGLXT portal.
Project description
haut_scanner
An asynchronous toolkit for discovering HAUT services. The initial module targets HAUT JWGLXT portals and records reachable instances for later analysis.
Installation
pip install haut_scanner
Usage
Run the bundled command-line interface:
haut_scan
Or integrate the scanner into your own script:
from haut_scanner import JwglxtScanner
import asyncio
async def main():
scanner = JwglxtScanner()
await scanner.scan()
scanner.save_results("jwglxt_urls.json")
asyncio.run(main())
The scan writes any discovered portals to jwglxt_urls.json by default.
Development
This project uses Hatch for builds. To produce a wheel and source distribution:
hatch build
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file haut_scanner-0.1.0.tar.gz.
File metadata
- Download URL: haut_scanner-0.1.0.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aa79eda3485d75b4477ff6b0f1b4d90d2a829dfbef847b5574fa738f25ef5af2
|
|
| MD5 |
d42e34ba956b768f3a8fa8d8764772d3
|
|
| BLAKE2b-256 |
800258e77a464ec406b21ec56e5e01ba9932588be0a06664499501f4871f606e
|
File details
Details for the file haut_scanner-0.1.0-py3-none-any.whl.
File metadata
- Download URL: haut_scanner-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a065c02f34b01e9d0172b1b33a7059735bf18eadc648b0799a760ed9b85e241a
|
|
| MD5 |
c8e85f740e9a1333b38995efd3e4e757
|
|
| BLAKE2b-256 |
b3c70b006c01d6de7bcd51fbe28b6d1e3fa302f3375e13b9568822f3ea1abd25
|