Skip to main content

Test and monitors the status of Tor Onion Services

Project description

Onionprobe

Onionprobe Logo

Onionprobe is a tool for testing and monitoring the status of Tor Onion Services.

It can run a single time or continuously to probe a set of onion services endpoints and paths, optionally exporting to Prometheus.

Requirements

Onionprobe requires the following software:

On Debian, they can be installed using

sudo apt install python3 python3-prometheus-client \
                 python3-stem python3-cryptography \
                 python3-yaml python3-requests     \
                 python3-socks tor

Installation

Onionprobe is available on PyPI:

pip install onionprobe

It's also possible to run it directly from the Git repository:

git clone https://gitlab.torproject.org/tpo/onion-services/onionprobe
cd onionprobe

Usage

Right now Onionprobe works only with a configuration file. A detailed sample config is provided and can be invoked with:

onionprobe -c configs/tor.yaml

Full usage and available metrics is provided passing the -h flag:

onionprobe -h
usage: onionprobe [-h] [-c CONFIG] [-e [onion-address1 ...]]

Test and monitor onion services

optional arguments:
  -h, --help            show this help message and exit
  -c CONFIG, --config CONFIG
                        Read options from configuration file
  -e [onion-address1 ...], --endpoints [onion-address1 ...]
                        Add endpoints to the test list

Examples:

      onionprobe -c configs/tor.yaml
      onionprobe -e http://2gzyxa5ihm7nsggfxnu52rck2vv4rvmdlkiu3zzui5du4xyclen53wid.onion

Available metrics:

  onionprobe_version:
        Onionprobe version information
  onionprobe_state:
        Onionprobe latest state
  onionprobe_wait:
        Records how long Onionprobe waited between two probes
  onion_service_latency:
        Register Onion Service connection latency in seconds
  onion_service_reachable:
        Register if the Onion Service is reachable: value is 1 for reachability and 0 otherwise
  onion_service_connection_attempts:
        Register the number of attempts when trying to connect to an Onion Service
  onion_service_status_code:
        Register Onion Service connection HTTP status code
  onion_service_descriptor_latency:
        Register Onion Service latency in seconds to get the descriptor
  onion_service_descriptor_reachable:
        Register if the Onion Service descriptor is available: value is 1 for reachability and 0 otherwise
  onion_service_descriptor_fetch_attempts:
        Register the number of attempts required when trying to get an Onion Service descriptor
  onion_service_introduction_points_number:
        Register the number of introduction points in the Onion Service descriptor
  onion_service_pattern_matched:
        Register whether a regular expression pattern is matched when connection to the Onion Service: value is 1 for matched pattern and 0 otherwise
  onion_service_valid_certificate:
        Register whether the Onion Service HTTPS certificate is valid: value is 1 for valid and 0 otherwise, but only for sites reachable using HTTPS
  onion_service_fetch_error_counter:
        Counts errors when fetching an Onion Service
  onion_service_descriptor_fetch_error_counter:
        Counts errors when fetching an Onion Service descriptor
  onion_service_request_exception:
        Counts Onion Service general exception errors
  onion_service_connection_error:
        Counts Onion Service connection errors
  onion_service_http_error:
        Counts Onion Service HTTP errors
  onion_service_too_many_redirects:
        Counts Onion Service too many redirects errors
  onion_service_connection_timeout:
        Counts Onion Service connection timeouts
  onion_service_read_timeout:
        Counts Onion Service read timeouts
  onion_service_timeout:
        Counts Onion Service timeouts
  onion_service_certificate_error:
        Counts HTTPS certificate validation errors

Testing

Onionprobe comes with a working test environment with the sample configuration and based on Docker Compose, which can be started using

docker-compose up

Then point your browser to:

Compiled configurations

Besides the sample config containing sites listed at https://onion.torproject.org, Onionprobe comes also with other example configs:

  1. Real-World Onion Sites .onions at real-world-onion-sites.yaml, generated by the real-world-onion-sites.py script.
  2. The SecureDrop API .onions at securedrop.yaml, generated by the securedrop.py script.

You can build your own configuration compiler by using the OnionprobeConfigCompiler class.

Folder structure and files

Relevant folders and files in this repository:

  • assets: logos and other stuff.
  • configs: miscelaneous configurations.
  • containers: container configurations.
  • docs: documentation.
  • modules: the codebase.
  • scripts: provisioning and other configuration scripts.
  • tests: test procedures.
  • vendors: other third-party libraries and helpers.
  • kvmxfile: please ignore this if you're not a KVMX user.
  • .env: should be manually created if you plan to use custom configuration with Docker Composer.
  • docker-compose.yml: service container configuration.

Tasks

See TODO and the issue tracker.

Acknowledgements

Thanks:

  • @irl for the idea/specs/tasks.
  • @hiro for suggestions.
  • @arma and @juga for references.

Alternatives

References

Related software and libraries with useful routines:

Relevant issues:

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

onionprobe-0.2.0.tar.gz (43.7 kB view hashes)

Uploaded Source

Built Distribution

onionprobe-0.2.0-py3-none-any.whl (50.0 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