Artemis architecture

Artemis is based on the Karton framework and various scanning features are implemented by specialized Karton modules. Each module can:

  • accept tasks (for example: a domain),

  • perform some actions (for example: enumerate subdomains using https://crt.sh/),

  • and produce other tasks (for example: produce new subdomains).

This way, the scanning can be:

  • decomposed into small tasks that are performed in parallel,

  • easily extended with new modules.

The following diagram describes the flow of tasks through a small subset of Artemis modules:

_images/modules.png

You can view the full list of Artemis modules on: