Skip to main content

ADscan launcher (host-side) that orchestrates Docker to run the ADscan runtime.

Project description

ADscan (PyPI Launcher)

This PyPI package provides the adscan command as a lightweight Python launcher.

The launcher is responsible for:

  • pulling the ADscan Docker image (adscan install)
  • running the ADscan CLI inside Docker (adscan start, adscan ci, and passthrough commands)

The full ADscan CLI implementation lives inside the Docker image.

Requirements

  • Linux host (x86_64)
  • Docker Engine + Docker Compose plugin installed
  • Permission to run Docker (root or user in the docker group)

Quick Start

pip install adscan
adscan install
adscan start

Local development with uv

If you cloned this repository and want to run the launcher locally:

uv sync --extra dev
uv run adscan --help
uv run adscan version

Run lint/tests/build with uv:

uv run ruff check adscan_core adscan_launcher adscan_internal
uv run pytest -m unit
uv run python -m build

Install from TestPyPI (Kali)

Use this when validating a TestPyPI release on Kali:

python -m pip install \
  --index-url https://test.pypi.org/simple/ \
  --extra-index-url https://pypi.org/simple \
  adscan --break-system-packages

Install a specific TestPyPI version:

python -m pip install \
  --index-url https://test.pypi.org/simple/ \
  --extra-index-url https://pypi.org/simple \
  adscan==5.0.0.devYYYYMMDDHHMMSS --break-system-packages

Configuration

Override the Docker image used by the launcher:

export ADSCAN_DOCKER_IMAGE="adscan/adscan:latest"

Use the dev channel image:

export ADSCAN_DOCKER_CHANNEL=dev

Slow Networks / VPN Pulls

Increase the pull timeout (seconds):

adscan install --pull-timeout 3600

Disable the pull timeout entirely:

adscan install --pull-timeout 0

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

adscan-5.0.2.tar.gz (153.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

adscan-5.0.2-py3-none-any.whl (165.1 kB view details)

Uploaded Python 3

File details

Details for the file adscan-5.0.2.tar.gz.

File metadata

  • Download URL: adscan-5.0.2.tar.gz
  • Upload date:
  • Size: 153.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.13

File hashes

Hashes for adscan-5.0.2.tar.gz
Algorithm Hash digest
SHA256 d09e850a5b89c14d8356072198f322e358fd5b92d6357bcc2c7caafc1d8814d3
MD5 53fffdf86bf2f15f7b7f1441c7ed0c99
BLAKE2b-256 b481fc48a74c6e9651fa3a927f29f03bd33dcb89cf5409ea07a5f441973fdf5d

See more details on using hashes here.

File details

Details for the file adscan-5.0.2-py3-none-any.whl.

File metadata

  • Download URL: adscan-5.0.2-py3-none-any.whl
  • Upload date:
  • Size: 165.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.13

File hashes

Hashes for adscan-5.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 1f044bb0e97fc7dbd65fa11c074ee912e5c9241c692e46efb86bf24237d89d08
MD5 96ffa7ada75f3e57c95a4f157a5dea61
BLAKE2b-256 4eedd08db49537603c984348500b8336a4b73ba0de4aa42474eb56504dd5f0fe

See more details on using hashes here.

Supported by

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